gdb: Fix manpages
This commit is contained in:
parent
59d88b3d3a
commit
8af48d9428
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, ncurses, readline, gmp, mpfr, expat, texinfo
|
{ fetchurl, stdenv, ncurses, readline, gmp, mpfr, expat, texinfo
|
||||||
, dejagnu, python, pkgconfig, guile, target ? null
|
, dejagnu, python, perl, pkgconfig, guile, target ? null
|
||||||
|
|
||||||
# Additional dependencies for GNU/Hurd.
|
# Additional dependencies for GNU/Hurd.
|
||||||
, mig ? null, hurd ? null
|
, mig ? null, hurd ? null
|
||||||
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# I think python is not a native input, but I leave it
|
# I think python is not a native input, but I leave it
|
||||||
# here while I will not need it cross building
|
# here while I will not need it cross building
|
||||||
nativeBuildInputs = [ texinfo python ]
|
nativeBuildInputs = [ texinfo python perl ]
|
||||||
++ stdenv.lib.optional isGNU mig;
|
++ stdenv.lib.optional isGNU mig;
|
||||||
|
|
||||||
buildInputs = [ ncurses readline gmp mpfr expat pkgconfig guile ]
|
buildInputs = [ ncurses readline gmp mpfr expat pkgconfig guile ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user