Skip to content

Commit

Permalink
libretro.mame2016: mark as broken on Darwin only
Browse files Browse the repository at this point in the history
  • Loading branch information
AluisioASG committed Oct 30, 2020
1 parent cf1fd83 commit 22873ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/retroarch/cores.nix
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ in with stdenv.lib.licenses;
rev = "02987af9b81a9c3294af8fb9d5a34f9826a2cf4d";
sha256 = "0gl7irmn5d8lk7kf484vgw6kb325fq4ghwsni3il4nm5n2a8yglh";
};
broken = true;
patches = [
(fetchpatch {
name = "fix_mame_build_on_make-4.3.patch";
Expand All @@ -640,6 +639,7 @@ in with stdenv.lib.licenses;
];
description = "Port of MAME ~2016 to libretro";
license = gpl2Plus;
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/102078#issuecomment-719535596
extraNativeBuildInputs = [ python27 ];
extraBuildInputs = [ alsaLib ];
postPatch = ''
Expand Down

0 comments on commit 22873ba

Please sign in to comment.