GNU Guile 2.0.3!
svn path=/nixpkgs/trunk/; revision=29973
This commit is contained in:
parent
87bf637319
commit
2dcd1544dd
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, libtool, readline, gmp, pkgconfig, boehmgc, libunistring
|
{ fetchurl, stdenv, xz, libtool, readline, gmp, pkgconfig, boehmgc, libunistring
|
||||||
, libffi, gawk, makeWrapper, coverageAnalysis ? null }:
|
, libffi, gawk, makeWrapper, coverageAnalysis ? null }:
|
||||||
|
|
||||||
# Do either a coverage analysis build or a standard build.
|
# Do either a coverage analysis build or a standard build.
|
||||||
@ -7,13 +7,14 @@
|
|||||||
else stdenv.mkDerivation)
|
else stdenv.mkDerivation)
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
name = "guile-2.0.2";
|
name = "guile-2.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/guile/${name}.tar.gz";
|
url = "mirror://gnu/guile/${name}.tar.xz";
|
||||||
sha256 = "0adiwydwb285bb7mcakfdzjgyv24lrm7pk2grgxzi66kidpm6dhx";
|
sha256 = "14rhlpxxa4v5y3gl992l7lnd5qnqawx0a84idnwq0w2qviwcvsyj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildNativeInputs = [ xz ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ makeWrapper gawk readline libtool libunistring
|
[ makeWrapper gawk readline libtool libunistring
|
||||||
libffi pkgconfig
|
libffi pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user