libimobiledevice: enable build parallelism

This commit is contained in:
Sergei Trofimovich
2024-06-22 10:33:22 +01:00
parent aa566acfc0
commit 771e8cf391
@@ -52,6 +52,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {