mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dwm: Fix desktop file.
* gnu/packages/suckless.scm (dwm)[arguments]<#:phases>: Remove '%U' arg from Exec field in dwm.desktop file. Closes: #2630 Change-Id: Ia1d8a1813ac1c1ff493308185f2ebf5abfb54354 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
84b416ece3
commit
02264cf4cb
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ a custom raw video format with a simple container.")
|
||||||
(string-append apps "/dwm.desktop")
|
(string-append apps "/dwm.desktop")
|
||||||
#:name "dwm"
|
#:name "dwm"
|
||||||
#:generic-name #$synopsis
|
#:generic-name #$synopsis
|
||||||
#:exec (string-append #$output "/bin/dwm %U")
|
#:exec (string-append #$output "/bin/dwm")
|
||||||
#:comment
|
#:comment
|
||||||
`(("en" ,#$synopsis)
|
`(("en" ,#$synopsis)
|
||||||
(#f ,#$synopsis)))))))))
|
(#f ,#$synopsis)))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue