review fixes

This commit is contained in:
Emil "AngryAnt" Johansen 2022-08-11 08:40:31 +02:00 committed by Winter
parent a99d6e2556
commit 371b6e1561

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
'';
dontStrip = true;
desktopItem = makeDesktopItem {
desktopItems = [ (makeDesktopItem {
name = "ILSpy";
desktopName = "ILSpy";
exec = "ILSpy";
@ -87,8 +87,7 @@ stdenv.mkDerivation rec {
"il"
"assembly"
];
};
desktopItems = [ desktopItem ];
}) ];
meta = with lib; {
description = ".NET assembly browser and decompiler";