gradio: don't manually enableParallelBuilding

This is automatic for Meson builds.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent f99ac85c52
commit 904c802411
  1. 1
      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
'';

Loading…
Cancel
Save