GNU Guile 1.8: Build without `-Werror'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32631
This commit is contained in:
Ludovic Courtès 2012-02-27 20:10:10 +00:00
parent b653b3c559
commit 5afbf9075e

View File

@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
patches = [ ./cpp-4.5.patch ];
# GCC 4.6 raises a number of set-but-unused warnings.
configureFlags = [ "--disable-error-on-warning" ];
buildNativeInputs = [ makeWrapper gawk ];
propagatedBuildInputs = [ readline gmp libtool ];
selfBuildNativeInput = true;