adns: enable parallel building

The bug was fixed in the latest version.
This commit is contained in:
Emily
2024-11-11 10:02:43 +00:00
parent 6ae57a56dc
commit e7e4bcc65b
+1 -3
View File
@@ -22,9 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags = lib.optional stdenv.hostPlatform.isStatic "--disable-dynamic";
# Autogenerated headers miss interdependencies in Makefile, fail parallel build:
# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51329
enableParallelBuilding = false;
enableParallelBuilding = true;
# https://www.mail-archive.com/nix-dev@cs.uu.nl/msg01347.html for details.
doCheck = false;