Unverified Commit 7025e24d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

git-cinnabar: disable version check (#367438)

parents 2b909d54 31627c7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ stdenv.mkDerivation (finalAttrs: {

  enableParallelBuilding = true;

  # Disable automated version-check
  buildNoDefaultFeatures = true;
  checkNoDefaultFeatures = true;

  installPhase = ''
    runHook preInstall