timidity: fix playing over JACK with -iA -Oj

Based on https://bugs.archlinux.org/task/40906#comment124519
This commit is contained in:
Orivej Desh
2020-03-25 23:01:42 +00:00
parent 87f75f8e35
commit c2f5006735
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ stdenv.mkDerivation {
sha256 = "1xf8n6dqzvi6nr2asags12ijbj1lwk1hgl3s27vm2szib8ww07qn";
};
patches = [ ./timidity-iA-Oj.patch ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ alsaLib libjack2 ncurses ];