* Added lcms, a color management system.

svn path=/nixpkgs/trunk/; revision=2378
This commit is contained in:
Eelco Dolstra
2005-03-11 11:02:31 +00:00
parent 83f69ce406
commit 3ae70fc768
2 changed files with 15 additions and 1 deletions

View File

@@ -618,6 +618,10 @@ rec {
inherit fetchurl stdenv;
};
lcms = (import ../development/libraries/lcms) {
inherit fetchurl stdenv;
};
popt = (import ../development/libraries/popt) {
inherit fetchurl stdenv gettext;
};
@@ -1138,7 +1142,7 @@ rec {
/*
fspot = (import ../applications/graphics/f-spot) {
inherit fetchurl stdenv perl perlXMLParser pkgconfig mono
libexif libjpeg sqlite;
libexif libjpeg sqlite lcms;
inherit (gnome) libgnome libgnomeui;
gtksharp = gtksharp1;
};