Unverified Commit df1eebd8 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

wireworld: fix .desktop exec value (#481382)

parents 7d7d6648 a41a15d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
  desktopItems = [
    (makeDesktopItem {
      name = "Wireworld";
      exec = "wireworld";
      exec = "Wireworld";
      comment = "";
      desktopName = "Wireworld";
      genericName = "Wireworld";