From 226d5cf60874820f847d79bab5264135112ce063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 17 May 2009 20:33:58 +0000 Subject: [PATCH] Changing the xscreensaver expression, so nix-env operations with '*' work. svn path=/nixpkgs/trunk/; revision=15627 --- pkgs/applications/graphics/xscreensaver/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/xscreensaver/default.nix b/pkgs/applications/graphics/xscreensaver/default.nix index febf2bf1e7b..a422994ea31 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"]