From 11e0b4022e0c47207ab6931e351da7fff0951a48 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 9 May 2021 20:28:14 +0000 Subject: [PATCH] lyra: don't manually enableParallelBuilding This is automatic for Meson builds. --- pkgs/development/libraries/lyra/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/lyra/default.nix b/pkgs/development/libraries/lyra/default.nix index ed02af56f78..31b85b01d6a 100644 --- a/pkgs/development/libraries/lyra/default.nix +++ b/pkgs/development/libraries/lyra/default.nix @@ -13,8 +13,6 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ meson ninja ]; - enableParallelBuilding = true; - postPatch = "sed -i s#/usr#$out#g meson.build"; postInstall = ''