Allow GNU Patch tests to run with non-bash shell.

Fix gnused url.
This commit is contained in:
Danny Wilson
2013-02-28 20:04:11 +01:00
committed by Danny Wilson
parent 66798d7aaf
commit 58e6277d77
3 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "gnused-4.2.2";
src = fetchurl {
url = mirror://gnu/sed/sed-4.2.2.tar.gz;
url = mirror://gnu/sed/sed-4.2.2.tar.bz2;
sha256 = "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7";
};