Unverified Commit 0727d467 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

niftyseg: mark as broken on darwin

parent 5f2b9753
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ bcdarwin ];
    platforms = platforms.unix;
    license = licenses.bsd3;
    # last successful hydra build on darwin was in 2023
    broken = stdenv.hostPlatform.isDarwin;
  };

}