Commit 798458a1 authored by eljamm's avatar eljamm
Browse files

odamex: temporarily disable cpptrace tests on darwin

parent 03430ca4
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -41,6 +41,15 @@
  withWayland ? stdenv.hostPlatform.isLinux,
}:

let
  # TODO: remove when this is resolved, likely at the next cpptrace bump
  cpptrace' = cpptrace.overrideAttrs {
    # tests are failing on darwin
    # https://hydra.nixos.org/build/310535948
    doCheck = !stdenv.hostPlatform.isDarwin;
  };
in

stdenv.mkDerivation (finalAttrs: {
  pname = "odamex";
  version = "11.1.1";
@@ -78,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
    SDL2
    SDL2_mixer
    SDL2_net
    cpptrace
    cpptrace'
    curl
    expat
    fltk