review fixes

This commit is contained in:
Emil "AngryAnt" Johansen
2022-08-12 11:52:31 -04:00
committed by Winter
parent a99d6e2556
commit 371b6e1561
@@ -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";