File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
pkgs/applications/emulators/mame Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments