Added libsexy

svn path=/nixpkgs/trunk/; revision=9709
This commit is contained in:
Wouter den Breejen 2007-11-16 14:07:30 +00:00
parent 499a0942d5
commit a64a749d1e

View File

@ -3091,6 +3091,11 @@ rec {
inherit fetchurl stdenv libsepol;
};
libsexy = import ../development/libraries/libsexy {
inherit stdenv fetchurl pkgconfig libxml2;
inherit (gtkLibs) glib gtk pango;
};
librsvg = import ../development/libraries/librsvg {
inherit fetchurl stdenv;
inherit libxml2 pkgconfig cairo fontconfig freetype;
@ -3521,7 +3526,7 @@ rec {
};
compiz = compizFun {
version = getConfig ["compiz" "version"] "0.5.0";
version = getConfig ["compiz" "version"] "0.6.2";
extraConfigureFlags = getConfig ["compiz" "extraConfigureFlags"] [];
} null;