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:
Emily Lange
2025-09-16 01:46:20 +02:00
committed by Martin Weinelt
parent 25dcf1ac1c
commit bb733d678d
+1
View File
@@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
dontUseQmakeConfigure = true;
dontUseCmakeConfigure = true;
dontUseNinjaBuild = true;
nativeBuildInputs = [
cmake