forked from mirrors/nixpkgs
texinfo: review fixes
This commit is contained in:
parent
e9187abff1
commit
69af73d4b0
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
patches = patches ++ (optional crossBuildTools ./cross-tools-flags.patch);
|
||||
patches = patches ++ optional crossBuildTools ./cross-tools-flags.patch;
|
||||
|
||||
# ncurses is required to build `makedoc'
|
||||
# this feature is introduced by the ./cross-tools-flags.patch
|
||||
|
|
Loading…
Reference in a new issue