mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
nix: add texinfo build input
This commit is contained in:
parent
2abb66c0b7
commit
b7f956111a
@ -70,6 +70,8 @@ pkgs: prevPkgs:
|
||||
name = "retro68.binutils_unwrapped";
|
||||
src = ../binutils;
|
||||
|
||||
buildInputs = [ texinfo ];
|
||||
|
||||
configureFlags =
|
||||
[ "--target=${stdenv.targetPlatform.config}" "--disable-doc" ]
|
||||
++ stdenv.targetPlatform.retro68BinutilsConfig or [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user