repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
audio
/
opl3bankeditor
/
opn2bankeditor.nix
blob
d9c4bbe1511dc19a0d942d6f335eb999cc072652
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
];
9
}