Unverified Commit bb733d67 authored by Emily Lange's avatar Emily Lange Committed by Martin Weinelt
Browse files

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.
parent 25dcf1ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {

  dontUseQmakeConfigure = true;
  dontUseCmakeConfigure = true;
  dontUseNinjaBuild = true;

  nativeBuildInputs = [
    cmake