pkgsStatic: fix curl, boost, openssl and libsodium

This commit is contained in:
Domen Kožar
2019-09-29 12:01:38 +02:00
parent afeea609ab
commit 3a6efadba0
2 changed files with 13 additions and 2 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
outputs = [ "out" "dev" ];
separateDebugInfo = stdenv.isLinux;
separateDebugInfo = stdenv.isLinux && stdenv.hostPlatform.libc != "musl";
enableParallelBuilding = true;