lyra: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross 2021-05-09 20:28:14 +00:00
parent f6d6908898
commit 11e0b4022e

View file

@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja ];
enableParallelBuilding = true;
postPatch = "sed -i s#/usr#$out#g meson.build";
postInstall = ''