bristol: patch for new alsaLib
This commit is contained in:
parent
af0f12299b
commit
dc9dca4b21
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
xorg.xproto
|
xorg.xproto
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patchPhase = "sed -i '41,43d' libbristolaudio/audioEngineJack.c"; # disable alsa/iatomic
|
||||||
|
|
||||||
|
configurePhase = "./configure --prefix=$out --enable-jack-default-audio --enable-jack-default-midi";
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
sed -e "s@\`which bristol\`@$out/bin/bristol@g" -i bin/startBristol
|
sed -e "s@\`which bristol\`@$out/bin/bristol@g" -i bin/startBristol
|
||||||
sed -e "s@\`which brighton\`@$out/bin/brighton@g" -i bin/startBristol
|
sed -e "s@\`which brighton\`@$out/bin/brighton@g" -i bin/startBristol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user