i3: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
427097c8c4
commit
91a30973cc
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [ "--disable-builddir" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue