GNU Guile 1.9.7.

svn path=/nixpkgs/trunk/; revision=19565
This commit is contained in:
Ludovic Courtès 2010-01-20 11:09:00 +00:00
parent 98b73c1306
commit 50a7b78fb4

View File

@ -7,10 +7,11 @@
else stdenv.mkDerivation)
rec {
name = "guile-1.9.6"; # This is an alpha release!
name = "guile-1.9.7"; # This is a beta release!
src = fetchurl {
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
sha256 = "1cfhzm9az1wbq0741v98af09v7f3094ym727qjfgj8n9jyxvpxnw";
sha256 = "1jyvckid3wjx82717fy1018qpdnglawv29r4wbv239cva8gv5nbr";
};
buildInputs = [ makeWrapper gawk readline libtool libunistring pkgconfig ];