Unverified Commit 52a3b57b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

openrw: mark as broken on darwin, remove sfml dependency (#390133)

parents 94888dd0 efb76208
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
  libGLU,
  libmad,
  openal,
  sfml,

  unstableGitUpdater,
}:
@@ -54,7 +53,6 @@ stdenv.mkDerivation {
    libGLU
    libmad
    openal
    sfml
  ];

  passthru = {
@@ -72,5 +70,9 @@ stdenv.mkDerivation {
    maintainers = with lib.maintainers; [ kragniz ];
    platforms = lib.platforms.all;
    mainProgram = "rwgame";
    badPlatforms = [
      # error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
      lib.systems.inspect.patterns.isDarwin
    ];
  };
}