mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +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;
|
"Icon" = nullableToString icon;
|
||||||
"Comment" = nullableToString comment;
|
"Comment" = nullableToString comment;
|
||||||
"Terminal" = nullableToString terminal;
|
"Terminal" = nullableToString terminal;
|
||||||
"Name" = toString name;
|
"Name" = toString desktopName;
|
||||||
"GenericName" = nullableToString genericName;
|
"GenericName" = nullableToString genericName;
|
||||||
"MimeType" = nullableToString mimeType;
|
"MimeType" = nullableToString mimeType;
|
||||||
"Categories" = nullableToString categories;
|
"Categories" = nullableToString categories;
|
||||||
|
Loading…
Reference in New Issue
Block a user