Added libsexy
svn path=/nixpkgs/trunk/; revision=9709
This commit is contained in:
@@ -3091,6 +3091,11 @@ rec {
|
|||||||
inherit fetchurl stdenv libsepol;
|
inherit fetchurl stdenv libsepol;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libsexy = import ../development/libraries/libsexy {
|
||||||
|
inherit stdenv fetchurl pkgconfig libxml2;
|
||||||
|
inherit (gtkLibs) glib gtk pango;
|
||||||
|
};
|
||||||
|
|
||||||
librsvg = import ../development/libraries/librsvg {
|
librsvg = import ../development/libraries/librsvg {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
inherit libxml2 pkgconfig cairo fontconfig freetype;
|
inherit libxml2 pkgconfig cairo fontconfig freetype;
|
||||||
@@ -3521,7 +3526,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
compiz = compizFun {
|
compiz = compizFun {
|
||||||
version = getConfig ["compiz" "version"] "0.5.0";
|
version = getConfig ["compiz" "version"] "0.6.2";
|
||||||
extraConfigureFlags = getConfig ["compiz" "extraConfigureFlags"] [];
|
extraConfigureFlags = getConfig ["compiz" "extraConfigureFlags"] [];
|
||||||
} null;
|
} null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user