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