forked from mirrors/nixpkgs
Disable the debug option for FFADO
The debug option is enabled by default and causes performance and stability issues
This commit is contained in:
parent
d72adde530
commit
aaebab484b
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
# TODO fix ffado-diag, it doesn't seem to use PYPKGDIR
|
||||
buildPhase = ''
|
||||
export PYLIBSUFFIX=lib/${python.libPrefix}/site-packages
|
||||
scons PYPKGDIR=$out/$PYLIBSUFFIX
|
||||
scons PYPKGDIR=$out/$PYLIBSUFFIX DEBUG=False
|
||||
sed -e "s#/usr/local#$out#" -i support/mixer-qt4/ffado/config.py
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue