nixpkgs/pkgs/tools/audio/opl3bankeditor/opn2bankeditor.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
249 B
Nix
Raw Normal View History

import ./common.nix rec {
pname = "opn2bankeditor";
chip = "OPN2";
2020-08-06 09:01:18 +02:00
version = "1.3";
sha256 = "0niam6a6y57msbl0xj23g6l7gisv4a670q0k1zqfm34804532a32";
extraPatches = [
./0001-opn2bankeditor-Look-for-system-installed-Rt-libs.patch
];
}