Skip to content

Commit

Permalink
cinny-desktop: fix darwin build (#346640)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Oct 6, 2024
1 parent 4d28461 commit 957647e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ci/cinny-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rustPlatform.buildRustPackage rec {

postInstall =
lib.optionalString stdenv.hostPlatform.isDarwin ''
mkdir -p "$out/bin"
ln -sf "$out/Applications/Cinny.app/Contents/MacOS/Cinny" "$out/bin/cinny"
''
+ lib.optionalString stdenv.hostPlatform.isLinux ''
Expand Down

0 comments on commit 957647e

Please sign in to comment.