We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6828aea commit 99b679dCopy full SHA for 99b679d
pkgs/by-name/sa/savvycan/package.nix
@@ -29,6 +29,12 @@ stdenv.mkDerivation rec {
29
qt5.wrapQtAppsHook
30
];
31
32
+ postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
33
+ mkdir -p $out/Applications
34
+ mv $out/bin/SavvyCAN.app $out/Applications
35
+ ln -s $out/Applications/SavvyCAN.app/Contents/MacOS/SavvyCAN $out/bin/SavvyCAN
36
+ '';
37
+
38
meta = with lib; {
39
description = "QT based cross platform canbus tool";
40
homepage = "https://savvycan.com/";
0 commit comments