python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / audio / opl3bankeditor / opn2bankeditor.nix
blobd9c4bbe1511dc19a0d942d6f335eb999cc072652
1 import ./common.nix rec {
2   pname = "opn2bankeditor";
3   chip = "OPN2";
4   version = "1.3";
5   sha256 = "0niam6a6y57msbl0xj23g6l7gisv4a670q0k1zqfm34804532a32";
6   extraPatches = [
7     ./0001-opn2bankeditor-Look-for-system-installed-Rt-libs.patch
8   ];