Commit 66f3c63b authored by Andrew Marshall's avatar Andrew Marshall
Browse files

m1ddc: fix build

Presumably broken with recent stdenv update causing new deprecations
being errors. Suppress them.
parent 89c2b233
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
        --replace-fail kIOMainPortDefault kIOMasterPortDefault
  '';

  env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

  installPhase = ''
    runHook preInstall
    mkdir -p $out/bin