Commit f929fa92 authored by Jonas Franke's avatar Jonas Franke Committed by John Titor
Browse files

bluej: fix desktop executable name

parent 1a3b87aa
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 = [