summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-05-17 20:33:58 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-05-17 20:33:58 +0000
commit226d5cf60874820f847d79bab5264135112ce063 (patch)
tree97d7359a5aab69537517c06996638336d23977d6 /pkgs/applications/graphics
parent1b7f187af23463cab7e5e60549f8fccb28448af3 (diff)
Changing the xscreensaver expression, so nix-env operations with '*' work.
svn path=/nixpkgs/trunk/; revision=15627
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/xscreensaver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/xscreensaver/default.nix b/pkgs/applications/graphics/xscreensaver/default.nix
index febf2bf1e7b1..a422994ea312 100644
--- a/pkgs/applications/graphics/xscreensaver/default.nix
+++ b/pkgs/applications/graphics/xscreensaver/default.nix
@@ -7,7 +7,7 @@ args : with args; let localDefs = builderDefs.passthru.function (args // rec {
};
useConfig = true;
reqsList = [
- ["true" "libX11" "gtk" "pkgconfig" "bc" "perl" "intltool" "libXmu"]
+ ["true" "libX11" "pkgconfig" "bc" "perl" "intltool" "libXmu"]
["GL" "mesa"]
["GUI" "gtk" "libxml2" "libglade"]
["jpeg" "libjpeg"]