Loading pkgs/by-name/ar/arduino-ide/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = '' install -Dm444 ${appimageContents}/${pname}.desktop -t $out/share/applications/ install -Dm444 ${appimageContents}/${pname}.png -t $out/share/pixmaps/ substituteInPlace $out/share/applications/${pname}.desktop --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=${pname} %U' install -Dm444 ${appimageContents}/arduino-ide.desktop -t $out/share/applications/ install -Dm444 ${appimageContents}/arduino-ide.png -t $out/share/icons/hicolor/512x512/apps substituteInPlace $out/share/applications/arduino-ide.desktop --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=arduino-ide %U' ''; extraPkgs = pkgs: [ pkgs.libsecret ]; Loading Loading
pkgs/by-name/ar/arduino-ide/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = '' install -Dm444 ${appimageContents}/${pname}.desktop -t $out/share/applications/ install -Dm444 ${appimageContents}/${pname}.png -t $out/share/pixmaps/ substituteInPlace $out/share/applications/${pname}.desktop --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=${pname} %U' install -Dm444 ${appimageContents}/arduino-ide.desktop -t $out/share/applications/ install -Dm444 ${appimageContents}/arduino-ide.png -t $out/share/icons/hicolor/512x512/apps substituteInPlace $out/share/applications/arduino-ide.desktop --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=arduino-ide %U' ''; extraPkgs = pkgs: [ pkgs.libsecret ]; Loading