mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
Added libsexy
svn path=/nixpkgs/trunk/; revision=9709
This commit is contained in:
parent
499a0942d5
commit
a64a749d1e
@ -3090,6 +3090,11 @@ rec {
|
||||
libselinux = import ../os-specific/linux/libselinux {
|
||||
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;
|
||||
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user