wireworld: fix .desktop exec value (#481382)

This commit is contained in:
Marcin Serwin
2026-02-06 22:43:31 +00:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
desktopItems = [
(makeDesktopItem {
name = "Wireworld";
exec = "wireworld";
exec = "Wireworld";
comment = "";
desktopName = "Wireworld";
genericName = "Wireworld";