all-packages.nix update of xscreensaver call

svn path=/nixpkgs/trunk/; revision=12913
This commit is contained in:
Michael Raskin 2008-09-24 13:58:23 +00:00
parent 4b21f11fda
commit db4c346392

View File

@ -7037,7 +7037,7 @@ let
pyrex = pyrex095; pyrex = pyrex095;
}; };
xscreensaverBase = composedArgsAndFun (selectVersion ../applications/graphics/xscreensaver "5.05") { xscreensaverBase = composedArgsAndFun (import ../applications/graphics/xscreensaver) {
inherit stdenv fetchurl builderDefs lib pkgconfig bc perl intltool; inherit stdenv fetchurl builderDefs lib pkgconfig bc perl intltool;
inherit (xlibs) libX11 libXmu; inherit (xlibs) libX11 libXmu;
}; };