mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: cwm: Update to 7.1.
* gnu/packages/wm.scm (cwm): Update to 7.1. [arguments]: Remove trailing #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
940f2d38df
commit
284229d87a
1 changed files with 3 additions and 4 deletions
|
@ -1400,14 +1400,14 @@ (define-public spectrwm
|
|||
(define-public cwm
|
||||
(package
|
||||
(name "cwm")
|
||||
(version "6.7")
|
||||
(version "7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://leahneukirchen.org/releases/cwm-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "022zld29qawd8gl700g4m24qa89il3aks397zkhh66wvzssdblzx"))))
|
||||
(base32 "145xjwam11194w2irsvs4z0xgn0jdijxfmx67gqd1n0j8g5wan2a"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||
|
@ -1433,8 +1433,7 @@ (define-public cwm
|
|||
TryExec=~@*~a/bin/cwm~@
|
||||
Icon=~@
|
||||
Type=Application~%"
|
||||
output)))
|
||||
#t))))))
|
||||
output)))))))))
|
||||
(inputs
|
||||
(list libxft libxrandr libxinerama))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue