From 904c8024115f0de6c9bb05d571700e206a151456 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 9 May 2021 20:17:07 +0000 Subject: [PATCH] gradio: don't manually enableParallelBuilding This is automatic for Meson builds. --- pkgs/applications/audio/gradio/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/audio/gradio/default.nix b/pkgs/applications/audio/gradio/default.nix index 1e0fc40b533..9e2187f4a8f 100644 --- a/pkgs/applications/audio/gradio/default.nix +++ b/pkgs/applications/audio/gradio/default.nix @@ -55,7 +55,6 @@ in stdenv.mkDerivation { gsettings-desktop-schemas ] ++ gst_plugins; - enableParallelBuilding = true; postInstall = '' glib-compile-schemas "$out"/share/glib-2.0/schemas '';