Loading pkgs/tools/networking/mqttmultimeter/default.nix +13 −11 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ buildDotnetModule rec { libglvnd ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = meta.mainProgram; exec = meta.mainProgram; icon = meta.mainProgram; Loading @@ -52,7 +53,8 @@ buildDotnetModule rec { type = "Application"; categories = [ "Network" ]; startupNotify = true; }; }) ]; meta = with lib; { mainProgram = builtins.head executables; Loading Loading
pkgs/tools/networking/mqttmultimeter/default.nix +13 −11 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ buildDotnetModule rec { libglvnd ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = meta.mainProgram; exec = meta.mainProgram; icon = meta.mainProgram; Loading @@ -52,7 +53,8 @@ buildDotnetModule rec { type = "Application"; categories = [ "Network" ]; startupNotify = true; }; }) ]; meta = with lib; { mainProgram = builtins.head executables; Loading