libunistring: Don't propagate glibc
On Linux, libiconv is an alias of glibc. Propagating glibc breaks using GCC 6 as an override (not sure why). So let's not do that.
This commit is contained in:
parent
1244df4103
commit
dfc94720b8
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.isDarwin [ ./clang.patch ];
|
patches = stdenv.lib.optional stdenv.isDarwin [ ./clang.patch ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libiconv ];
|
buildInputs = [ libiconv ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-libiconv-prefix=${libiconv}"
|
"--with-libiconv-prefix=${libiconv}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user