gdb: Don't pass guile

The configure script doesn't detect guile, so there is no sense in
having a build dependency on it:

checking for usable guile from /nix/store/hpnsswyh6qkjy5yvrf0a50k6cgm8cws8-pkg-config-0.28/bin/pkg-config... no
This commit is contained in:
Eelco Dolstra 2015-01-20 15:59:38 +01:00
parent f3ee32559d
commit 83d9dd40f6

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ texinfo python perl ]
++ stdenv.lib.optional isGNU mig;
buildInputs = [ ncurses readline gmp mpfr expat pkgconfig guile ]
buildInputs = [ ncurses readline gmp mpfr expat /* pkgconfig guile */ ]
++ stdenv.lib.optional isGNU hurd
++ stdenv.lib.optional doCheck dejagnu;