mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: xmenu: Update to 4.4.1.
* gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1. [inputs]: Add xinerama.
This commit is contained in:
parent
8ff162332c
commit
bf82252124
1 changed files with 3 additions and 2 deletions
|
@ -1960,7 +1960,7 @@ (define-public xclickroot
|
|||
(define-public xmenu
|
||||
(package
|
||||
(name "xmenu")
|
||||
(version "3.4")
|
||||
(version "4.4.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1969,10 +1969,11 @@ (define-public xmenu
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sw9l87fh03jp03a2v7rhgpyx29yg2x9blzfzp40jwad2whs7m7n"))))
|
||||
"1s70zvsaqnsjqs298vw3py0vcvia68xlks1wcz37pb88bwligz1x"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("libxinerama" ,libxinerama)
|
||||
("libxft" ,libxft)
|
||||
("freetype" ,freetype)
|
||||
("imlib2" ,imlib2)))
|
||||
|
|
Loading…
Reference in a new issue