Merge pull request #138555 from pranaysashank/patch-1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user