GNU Guile 1.9.5.
svn path=/nixpkgs/trunk/; revision=18415
This commit is contained in:
parent
b19ada9e05
commit
e615bc4574
1 changed files with 4 additions and 2 deletions
|
@ -7,12 +7,14 @@
|
|||
else stdenv.mkDerivation)
|
||||
|
||||
rec {
|
||||
name = "guile-1.9.4"; # This is an alpha release!
|
||||
name = "guile-1.9.5"; # This is an alpha release!
|
||||
src = fetchurl {
|
||||
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
|
||||
sha256 = "1p136fb0s46q1cycfsnd7nny14ji43xva58cz39szvq36p9kjbbg";
|
||||
sha256 = "0plzdpm22fk2n5m1pjjlckfvksy13aj7n45lx1nw4334i87d6sll";
|
||||
};
|
||||
|
||||
/* 1.9.5 has funny directory names, which contain "GNU Guile"! */
|
||||
|
||||
buildInputs = [ makeWrapper gawk readline libtool libunistring pkgconfig ];
|
||||
propagatedBuildInputs = [ gmp boehmgc ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue