mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: manuskript: Fix desktop entry.
* gnu/packages/text-editors.scm (manuskript)[arguments]<#:phases>: In 'install phase, fix categories and keywords of the desktop entry file. Change-Id: Ib48ac57ec5873ab2adfaf25d8821e77144975acc
This commit is contained in:
parent
a45d51774e
commit
e11345dbbd
1 changed files with 2 additions and 2 deletions
|
|
@ -1127,11 +1127,11 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
|
|||
#:exec (string-append #$output "/bin/manuskript %f")
|
||||
#:comment '((#f "Tool for writers")
|
||||
("es" "Herramienta para escritores/as"))
|
||||
#:keywords "manuskript;office;write;edit;novel;text;msk"
|
||||
#:keywords '("office" "write" "edit" "novel" "text" "msk")
|
||||
#:terminal #f
|
||||
#:type "Application"
|
||||
#:icon "manuskript"
|
||||
#:categories "Office;WordProcessor;"))))))))
|
||||
#:categories '("Office" "WordProcessor")))))))))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
pandoc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue