From 236a54dd848012bbff6d364799fa216fb5c8c07c Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 18 Apr 2025 16:57:16 -0400 Subject: [PATCH] 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 --- pkgs/applications/graphics/vengi-tools/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix index a9f318fb8740..9b6c078fa53d 100644 --- a/pkgs/applications/graphics/vengi-tools/default.nix +++ b/pkgs/applications/graphics/vengi-tools/default.nix @@ -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