3
0
Fork 0
forked from mirrors/nixpkgs

Fix slim evaluation.

This commit is contained in:
Rob Vermaas 2014-05-19 13:58:43 +02:00
parent ef3c59c5ec
commit 06d38cd60a

View file

@ -58,7 +58,7 @@ in
default = null;
example = literalExample ''
pkgs.fetchurl {
url = "mirror://sourceforge/slim.berlios/${name}.tar.gz";
url = "mirror://sourceforge/slim.berlios/slim-wave.tar.gz";
sha256 = "0ndr419i5myzcylvxb89m9grl2xyq6fbnyc3lkd711mzlmnnfxdy";
}
'';