Merge pull request #138555 from pranaysashank/patch-1

This commit is contained in:
Artturi
2022-01-18 10:39:41 +02:00
committed by GitHub
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
"--enable-symlinks"
"--with-manpage-format=normal"
"--disable-stripping"
"--with-versioned-syms"
] ++ lib.optional unicodeSupport "--enable-widec"
++ lib.optional (!withCxx) "--without-cxx"
++ lib.optional (abiVersion == "5") "--with-abi-version=5"