lol

review fixes

authored by

Emil "AngryAnt" Johansen and committed by winter.bsky.social 371b6e15 a99d6e25

+2 -3
+2 -3
pkgs/applications/misc/avalonia-ilspy/default.nix
··· 73 73 ''; 74 74 dontStrip = true; 75 75 76 - desktopItem = makeDesktopItem { 76 + desktopItems = [ (makeDesktopItem { 77 77 name = "ILSpy"; 78 78 desktopName = "ILSpy"; 79 79 exec = "ILSpy"; ··· 87 87 "il" 88 88 "assembly" 89 89 ]; 90 - }; 91 - desktopItems = [ desktopItem ]; 90 + }) ]; 92 91 93 92 meta = with lib; { 94 93 description = ".NET assembly browser and decompiler";