GNU Guile 1.8: Clean up.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18545
This commit is contained in:
Ludovic Courtès 2009-11-22 22:16:58 +00:00
parent 585ba8c27f
commit 98af7b9cb9

View File

@ -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"