Skip to content

Commit

Permalink
hbmame: remove unused patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Feb 8, 2025
1 parent 3bbbb3a commit 1b13d58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkgs/mame/hbmame.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@
s@$@ // MESSUI@g
}' '';
hash = "sha256-mOgS03wKLJEnQM91rjZvsFE5mkafdIZnmk3vp0YgNaU=";
} else patch) old.patches ++ lib.optionals (lib.versionOlder version "0.245.22") [
(fetchpatch {
name = "0001-PATCH-3rdparty-sol2-Fixed-build-with-clang-19.patch";
url = "https://github.com/mamedev/mame/commit/c75845b1ef01d76379bcc0a6937f1ca678484c68.patch";
hash = "sha256-uU+GFxEifJkmFi2SzurIRWmnTzokhCPJa7AuTlFOTjQ=";
})
];
} else patch) old.patches;
makeFlags = map (x: if x == "TOOLS=1" then "TOOLS=0" else x) (old.makeFlags or []) ++ ["TARGET=hbmame"];
installPhase = let
installPhaseParts = builtins.match "(.*)install -Dm644 [^ ]* [^ ]*/mame\\.svg(.*)" old.installPhase;
Expand Down

0 comments on commit 1b13d58

Please sign in to comment.