calibre: prevent ninja build
Ninja is leaking into the build closure, which causes its build hook to be run, but calibre does not use ninja. It is currently unclear to me (mweinelt) how the leak is happening.
This commit is contained in:
@@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
dontUseQmakeConfigure = true;
|
||||
dontUseCmakeConfigure = true;
|
||||
dontUseNinjaBuild = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user