mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
miraclecast: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
ec170d97d9
commit
1de492430f
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ glib pcre readline systemd udev ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
mesonFlags = [
|
||||
"-Drely-udev=true"
|
||||
"-Dbuild-tests=true"
|
||||
|
|
Loading…
Reference in a new issue