mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: icewm: Update tp 3.9.0.
* gnu/packages/wm.scm (icewm): Update to 3.9.0. [inputs]: Remove libxpm and add libxcursor. Change-Id: I0a295b282081288cb85fc495fbed74a5fe9fb123 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
4ab17ac72e
commit
fe82006317
1 changed files with 3 additions and 3 deletions
|
|
@ -1102,7 +1102,7 @@ desktop environment.")
|
|||
(define-public icewm
|
||||
(package
|
||||
(name "icewm")
|
||||
(version "3.8.2")
|
||||
(version "3.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1111,7 +1111,7 @@ desktop environment.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bb03yf3s00lhl22bs1fg8shshhf1v8y3y9l0kjivlig58h11ch9"))))
|
||||
"0y9njl8rh6a7sqycs8hd2bxn6n1bd8kjl390iqv9rlh9y47yks74"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list pkg-config gettext-minimal))
|
||||
(inputs (list fontconfig
|
||||
|
|
@ -1123,12 +1123,12 @@ desktop environment.")
|
|||
(librsvg-for-system) ;for svg support
|
||||
libsm
|
||||
libxcomposite
|
||||
libxcursor
|
||||
libxdamage
|
||||
libxext
|
||||
libxfixes
|
||||
libxft
|
||||
libxinerama
|
||||
libxpm
|
||||
libxrandr
|
||||
libxrender
|
||||
libx11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue