mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #174048 from Mindavi/praat/cross
praat: fix cross-compilation
This commit is contained in:
commit
9527fa83ad
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
||||
cp makefiles/makefile.defs.linux.pulse makefile.defs
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
install -Dt $out/bin praat
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user