mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #100591 from LogicalOverflow/master
make-desktopitem: name was being used instead of desktopName
This commit is contained in:
commit
4d9adee9d1
@ -30,7 +30,7 @@ let
|
||||
"Icon" = nullableToString icon;
|
||||
"Comment" = nullableToString comment;
|
||||
"Terminal" = nullableToString terminal;
|
||||
"Name" = toString name;
|
||||
"Name" = toString desktopName;
|
||||
"GenericName" = nullableToString genericName;
|
||||
"MimeType" = nullableToString mimeType;
|
||||
"Categories" = nullableToString categories;
|
||||
|
Loading…
Reference in New Issue
Block a user