kotatogram-desktop: stop setting enableParallelBuilding explicitly

It's enabled by default anyway
This commit is contained in:
Ilya Fedin
2024-11-01 17:57:17 +04:00
parent bfcbceb4b5
commit 08d98865e8
2 changed files with 0 additions and 4 deletions
@@ -149,8 +149,6 @@ stdenv.mkDerivation rec {
libicns
]);
enableParallelBuilding = true;
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
NIX_CFLAGS_LINK = "-fuse-ld=lld";
};
@@ -109,7 +109,5 @@ stdenv.mkDerivation {
ApplicationServices
]);
enableParallelBuilding = true;
meta.license = lib.licenses.bsd3;
}