Skip to content

Commit c13da9e

Browse files
authored
mame: remove coreaudio_sound.cpp patch (upstreamed) (#435273)
2 parents ad129e5 + 05a8753 commit c13da9e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pkgs/applications/emulators/mame/default.nix

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
SDL2_ttf,
88
copyDesktopItems,
99
expat,
10-
fetchpatch,
1110
fetchurl,
1211
flac,
1312
fontconfig,
@@ -117,16 +116,6 @@ stdenv.mkDerivation rec {
117116
# that you run MAME changing to install directory, so we add absolute paths
118117
# here
119118
./001-use-absolute-paths.diff
120-
]
121-
++ lib.optionals stdenv.hostPlatform.isDarwin [
122-
# coreaudio_sound.cpp compares __MAC_OS_X_VERSION_MIN_REQUIRED to 1200
123-
# instead of 120000, causing it to try to use a constant that isn't
124-
# actually defined yet when targeting macOS 11 like Nixpkgs does.
125-
# Backport mamedev/mame#13890 until the next time we update MAME.
126-
(fetchpatch {
127-
url = "https://patch-diff.githubusercontent.com/raw/mamedev/mame/pull/13890.patch";
128-
hash = "sha256-Fqpw4fHEMns4tSSIjc1p36ss+J9Tc/O0cnN3HI/ratM=";
129-
})
130119
];
131120

132121
# Since the bug described in https://github.com/NixOS/nixpkgs/issues/135438,

0 commit comments

Comments
 (0)