lyra: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
f6d6908898
commit
11e0b4022e
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ meson ninja ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = "sed -i s#/usr#$out#g meson.build";
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue