Unverified Commit 617270dc authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

bluej: fix desktop executable name (#454825)

parents e62c115e f929fa92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
    (makeDesktopItem {
      name = "BlueJ";
      desktopName = "BlueJ";
      exec = "BlueJ";
      exec = "bluej";
      icon = "bluej";
      comment = "A simple powerful Java IDE";
      categories = [