Skip to content

Commit 236a54d

Browse files
committed
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>
1 parent 3a2b22a commit 236a54d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/applications/graphics/vengi-tools/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
9393
''
9494
mkdir -p $out/Applications
9595
mv $out/*.app $out/Applications/
96+
97+
mkdir -p $out/bin
98+
ln -s $out/Applications/vengi-voxconvert.app/Contents/MacOS/vengi-voxconvert $out/bin/vengi-voxconvert
9699
''
97100
else
98101
# Set the data directory for each executable. We cannot set it at build time

0 commit comments

Comments
 (0)