sofacoustics: prefix the .sofa file with the database from which it comes

This commit is contained in:
2024-07-20 13:44:08 +00:00
parent 9fb2cf4d42
commit 2ee53fd5be

View File

@@ -31,7 +31,7 @@ lib.makeScope newScope (self: with self; {
dontUnpack = true;
installPhase = ''
mkdir -p $out/share/sofa
cp $src $out/share/sofa/${name}.sofa
cp $src $out/share/sofa/${database}-${name}.sofa
'';
doBuild = false;