mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
calibre: remove enableParallelBuilding = true
It is enabled by default.
This commit is contained in:
parent
7b8bd18a30
commit
fc191f27fc
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ mkDerivation rec {
|
|||
|
||||
dontUseQmakeConfigure = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config qmake removeReferencesTo ];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue