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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user