mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
rizin: remove not required enableParallelBuilding
This commit is contained in:
parent
107adc2701
commit
9d3e9fc017
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ stdenv.mkDerivation rec {
|
|||
"-Duse_sys_tree_sitter=true"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config meson ninja cmake ];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue