mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libunistring: disable parallel building
Parallel building causes a test deadlock and has been disabled.
This commit is contained in:
parent
aa11af8bbe
commit
15776462b2
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) libiconv;
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
configureFlags = [
|
||||
"--with-libiconv-prefix=${libiconv}"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user