bristol: fix JACK audio support
This commit is contained in:
parent
440bc6ec2a
commit
846c1f58de
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
|
|||||||
xlibs.xproto
|
xlibs.xproto
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preInstall = ''
|
||||||
|
sed -e "s@\`which bristol\`@$out/bin/bristol@g" -i bin/startBristol
|
||||||
|
sed -e "s@\`which brighton\`@$out/bin/brighton@g" -i bin/startBristol
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A range of synthesiser, electric piano and organ emulations";
|
description = "A range of synthesiser, electric piano and organ emulations";
|
||||||
homepage = http://bristol.sourceforge.net;
|
homepage = http://bristol.sourceforge.net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user