vengi-tools: add /bin/vengi-voxconvert on darwin

It's a CLI tool and so should be available outside of an .app bundle.
This also fixes passthru.tests on darwin.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-04-18 16:58:55 -04:00
parent 3a2b22a991
commit 236a54dd84
@@ -93,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
''
mkdir -p $out/Applications
mv $out/*.app $out/Applications/
mkdir -p $out/bin
ln -s $out/Applications/vengi-voxconvert.app/Contents/MacOS/vengi-voxconvert $out/bin/vengi-voxconvert
''
else
# Set the data directory for each executable. We cannot set it at build time