1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

idea.desktop: fixed that the item got malformed Comment input

This commit is contained in:
Edward Tjörnhammar 2014-10-12 10:27:10 +02:00
parent a1cf6de6c8
commit a4d94a0042

View file

@ -17,7 +17,7 @@ let
desktopItem = makeDesktopItem {
name = loName;
exec = loName;
comment = meta.longDescription;
comment = lib.replaceChars ["\n"] [" "] meta.longDescription;
desktopName = product;
genericName = meta.description;
categories = "Application;Development;";