3
0
Fork 0
forked from mirrors/nixpkgs

ladspa-sdk: fix test when /tmp is not writable

This commit is contained in:
Isidor Zeuner 2023-12-07 22:57:36 +01:00
parent 4c035af93b
commit 85b501f46d

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
patchPhase = ''
sed -i 's@/usr/@$(out)/@g' Makefile
substituteInPlace Makefile \
--replace /tmp/test.wav $NIX_BUILD_TOP/${sourceRoot}/test.wav
'';
makeFlags = [