Fixing the url for plan9port (Dankon Ludo!)
svn path=/nixpkgs/trunk/; revision=14679
This commit is contained in:
parent
37de59a3be
commit
67b73b3cbb
@ -6,8 +6,7 @@ stdenv.mkDerivation {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
#url = http://swtch.com/plan9port/plan9port-20090318.tgz;
|
url = http://swtch.com/plan9port/plan9port-20090318.tgz;
|
||||||
url = file:///tmp/plan9port-20090318.tgz;
|
|
||||||
sha256 = "1idb2l1s5j34sa1dj1wwnvj97z5z7cy73qjafrxf2bbda26axzqj";
|
sha256 = "1idb2l1s5j34sa1dj1wwnvj97z5z7cy73qjafrxf2bbda26axzqj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user