mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
i3: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
427097c8c4
commit
91a30973cc
@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--disable-builddir" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user