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:
André Batista 2025-09-11 11:19:27 -03:00 committed by 宋文武
parent 84b416ece3
commit 02264cf4cb
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -267,7 +267,7 @@ a custom raw video format with a simple container.")
(string-append apps "/dwm.desktop")
#:name "dwm"
#:generic-name #$synopsis
#:exec (string-append #$output "/bin/dwm %U")
#:exec (string-append #$output "/bin/dwm")
#:comment
`(("en" ,#$synopsis)
(#f ,#$synopsis)))))))))