3
0
Fork 0
forked from mirrors/nixpkgs

GNU Guile 1.8.6.

svn path=/nixpkgs/trunk/; revision=13599
This commit is contained in:
Ludovic Courtès 2008-12-08 22:15:47 +00:00
parent bbc6db936c
commit 37812e79dd

View file

@ -2,10 +2,10 @@
, gawk, makeWrapper }: , gawk, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "guile-1.8.5"; name = "guile-1.8.6";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/guile/" + name + ".tar.gz"; url = "mirror://gnu/guile/" + name + ".tar.gz";
sha256 = "12b215bbqqkanapwh4dp3lnkg7k239dqiawfcdrb1zjz8hnkvxp2"; sha256 = "11hxk8hyibbvjlk3zyf8vnl0xm0kvhmymj643inpbzw02i4zk8k9";
}; };
patches = [ ./popen-zombie.patch ]; patches = [ ./popen-zombie.patch ];