mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: obsidian: Fix desktop file.
* nongnu/packages/productivity.scm (obsidian)[arguments]{phases}: In
create-desktop-file phase, set exec to "/bin/obsidian" to use the wrapper.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
73cbc6c86b
commit
6ff4fa067c
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ LibreOffice, and Google Docs for over 10,000 citation styles.")
|
|||
#:name "Obsidian"
|
||||
#:type "Application"
|
||||
#:generic-name "Markdown Editor"
|
||||
#:exec (string-append #$output "/obsidian")
|
||||
#:exec (string-append #$output "/bin/obsidian")
|
||||
#:icon "obsidian"
|
||||
#:keywords '("obsidian")
|
||||
#:categories '("Application" "Office")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue