GNU Guile 1.9.5.
svn path=/nixpkgs/trunk/; revision=18415
This commit is contained in:
parent
b19ada9e05
commit
e615bc4574
@ -7,12 +7,14 @@
|
|||||||
else stdenv.mkDerivation)
|
else stdenv.mkDerivation)
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
name = "guile-1.9.4"; # This is an alpha release!
|
name = "guile-1.9.5"; # This is an alpha release!
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
|
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 ];
|
buildInputs = [ makeWrapper gawk readline libtool libunistring pkgconfig ];
|
||||||
propagatedBuildInputs = [ gmp boehmgc ];
|
propagatedBuildInputs = [ gmp boehmgc ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user