texinfo: patch cross-build in non-interactive build mode
This commit is contained in:
parent
fb223f6ab5
commit
765d3e12bc
|
@ -12,7 +12,7 @@
|
|||
# files.
|
||||
|
||||
let
|
||||
crossBuildTools = interactive && stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
crossBuildTools = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||
in
|
||||
|
||||
with stdenv.lib;
|
||||
|
|
Loading…
Reference in New Issue