mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
gradio: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
f99ac85c52
commit
904c802411
|
@ -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…
Reference in a new issue