Skip to content

Commit

Permalink
Update package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmlz committed Jun 26, 2024
1 parent 754dbd3 commit 30fba63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/ti/tigerjython/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@ stdenvNoCC.mkDerivation (finalAttrs: {
desktopItems = [
(makeDesktopItem {
name = "TigerJython";
exec = "tigerjython";
icon = "tigerjython";
desktopName = "TigerJython";
comment = "The Python IDE for beginners";
type = "Application";
categories = [ "Education" ];
terminal = false;
startupNotify = false;
exec = "tigerjython";
icon = "tigerjython";
mimeTypes = [ "text/x-python" ];
})
];

Expand Down

0 comments on commit 30fba63

Please sign in to comment.