forked from mirrors/nixpkgs
GNU Guile 1.8: Clean up.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18545
This commit is contained in:
parent
585ba8c27f
commit
98af7b9cb9
|
@ -3,15 +3,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "guile-1.8.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/guile/" + name + ".tar.gz";
|
||||
sha256 = "1czhcrn6l63xhsw3fjmv88djflqxbdpxjhgmwwvscm8rv4wn7vmz";
|
||||
};
|
||||
|
||||
buildInputs = [ gawk ];
|
||||
buildNativeInputs = [ makeWrapper ];
|
||||
buildInputs = [ libtool ];
|
||||
propagatedBuildInputs = [ readline gmp libtool ];
|
||||
propagatedBuildNativeInputs = [ gawk ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
|
||||
|
|
Loading…
Reference in a new issue