Changing the xscreensaver expression, so nix-env operations with '*' work.
svn path=/nixpkgs/trunk/; revision=15627
This commit is contained in:
parent
1b7f187af2
commit
226d5cf608
@ -7,7 +7,7 @@ args : with args; let localDefs = builderDefs.passthru.function (args // rec {
|
|||||||
};
|
};
|
||||||
useConfig = true;
|
useConfig = true;
|
||||||
reqsList = [
|
reqsList = [
|
||||||
["true" "libX11" "gtk" "pkgconfig" "bc" "perl" "intltool" "libXmu"]
|
["true" "libX11" "pkgconfig" "bc" "perl" "intltool" "libXmu"]
|
||||||
["GL" "mesa"]
|
["GL" "mesa"]
|
||||||
["GUI" "gtk" "libxml2" "libglade"]
|
["GUI" "gtk" "libxml2" "libglade"]
|
||||||
["jpeg" "libjpeg"]
|
["jpeg" "libjpeg"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user