mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: ghc-xmobar: Update to 0.48.1.
* gnu/packages/wm.scm (ghc-xmobar): Update to 0.48.1. [inputs]: Add ghc-extra. [home-page]: Point to the actual project home-page. Change-Id: I4a43c774a00853eb15a0874d5228729867d0606e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
6d0bb87250
commit
43e391d76c
1 changed files with 4 additions and 3 deletions
|
@ -1082,13 +1082,13 @@ (define-public xmonad
|
||||||
(define-public ghc-xmobar
|
(define-public ghc-xmobar
|
||||||
(package
|
(package
|
||||||
(name "ghc-xmobar")
|
(name "ghc-xmobar")
|
||||||
(version "0.46")
|
(version "0.48.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hackage-uri "xmobar" version))
|
(uri (hackage-uri "xmobar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0glpiq7c0qwfcxnc2flgzj7afm5m1a9ghzwwcq7f8q27m21kddrd"))))
|
"1infcisv7l00a4z4byjwjisg4yndk0cymibfii1c7yzyzrlvavhl"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(properties '((upstream-name . "xmobar")))
|
(properties '((upstream-name . "xmobar")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1097,6 +1097,7 @@ (define-public ghc-xmobar
|
||||||
(list ghc-alsa-core
|
(list ghc-alsa-core
|
||||||
ghc-alsa-mixer
|
ghc-alsa-mixer
|
||||||
ghc-dbus
|
ghc-dbus
|
||||||
|
ghc-extra
|
||||||
ghc-hinotify
|
ghc-hinotify
|
||||||
ghc-http-client-tls
|
ghc-http-client-tls
|
||||||
ghc-http-conduit
|
ghc-http-conduit
|
||||||
|
@ -1130,7 +1131,7 @@ (define-public ghc-xmobar
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/Xmobar/X11/CairoSurface.hsc"
|
(substitute* "src/Xmobar/X11/CairoSurface.hsc"
|
||||||
(("cairo/cairo-xlib.h") "cairo-xlib.h")))))))
|
(("cairo/cairo-xlib.h") "cairo-xlib.h")))))))
|
||||||
(home-page "https://xmobar.org")
|
(home-page "https://codeberg.org/xmobar/xmobar")
|
||||||
(synopsis "Haskell library for minimalistic text based status bars")
|
(synopsis "Haskell library for minimalistic text based status bars")
|
||||||
(description
|
(description
|
||||||
"@code{ghc-xmobar} is the haskell library that @code{xmobar} is based on.
|
"@code{ghc-xmobar} is the haskell library that @code{xmobar} is based on.
|
||||||
|
|
Loading…
Reference in a new issue