texinfo: review fixes

This commit is contained in:
Maximilian Bosch 2022-02-27 12:11:18 +01:00
parent e9187abff1
commit 69af73d4b0
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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