3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #272775 from zeuner/ladspa-sdk

ladspa-sdk: fix test when /tmp is not writable
This commit is contained in:
Peder Bergebakken Sundt 2023-12-09 21:45:20 +01:00 committed by GitHub
commit 494be9886f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [