kotatogram-desktop: stop setting enableParallelBuilding explicitly
It's enabled by default anyway
This commit is contained in:
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user