praat: fix cross-compilation
This commit is contained in:
parent
107b6041bc
commit
55b1550473
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp makefiles/makefile.defs.linux.pulse makefile.defs
|
cp makefiles/makefile.defs.linux.pulse makefile.defs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = [
|
||||||
|
"AR=${stdenv.cc.targetPrefix}ar"
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dt $out/bin praat
|
install -Dt $out/bin praat
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user