Double oops

svn path=/nixpkgs/trunk/; revision=12915
This commit is contained in:
Michael Raskin 2008-09-24 14:45:28 +00:00
parent 6b97827f14
commit 530c8a4e5b

View File

@ -1,5 +1,5 @@
args : with args; let localDefs = builderDefs.meta.function (args // rec {
version = lib.getAttr ["version"] args "5.07";
version = lib.getAttr ["version"] "5.07" args;
src = /* put a fetchurl here */
fetchurl {
url = "http://www.jwz.org/xscreensaver/xscreensaver-${version}.tar.gz";