add quotes for tarball variable
svn path=/nixpkgs/trunk/; revision=1586
This commit is contained in:
parent
97ef0bce9a
commit
69ef6a1d5e
|
@ -5,5 +5,5 @@ stdenv.mkDerivation {
|
|||
name = "bzip2-static-1.0.2";
|
||||
builder = ./builder.sh;
|
||||
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/bzip2-1.0.2-static.tar.gz;
|
||||
tarball = bzip2-1.0.2-static.tar.gz;
|
||||
tarball = "bzip2-1.0.2-static.tar.gz";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue