Unverified Commit 94ceb855 authored by h7x4's avatar h7x4
Browse files

mqttmultimeter: fix `desktopItems`

parent b6411eb1
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ buildDotnetModule rec {
    libglvnd
  ];

  desktopItems = makeDesktopItem {
  desktopItems = [
    (makeDesktopItem {
      name = meta.mainProgram;
      exec = meta.mainProgram;
      icon = meta.mainProgram;
@@ -52,7 +53,8 @@ buildDotnetModule rec {
      type = "Application";
      categories = [ "Network" ];
      startupNotify = true;
  };
    })
  ];

  meta = with lib; {
    mainProgram = builtins.head executables;