forked from mirrors/nixpkgs
all-packages.nix update of xscreensaver call
svn path=/nixpkgs/trunk/; revision=12913
This commit is contained in:
parent
4b21f11fda
commit
db4c346392
|
@ -7037,7 +7037,7 @@ let
|
|||
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 (xlibs) libX11 libXmu;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue