mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
f3ee32559d
commit
83d9dd40f6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user