1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02: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:
André Batista
2025-09-11 11:19:27 -03:00
committed by 宋文武
parent 84b416ece3
commit 02264cf4cb
+1 -1
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)))))))))