mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-13 20:55:55 +02:00
gnu: libsm: Propagate input libice.
* gnu/packages/xorg.scm (libsm): Propagate input libice.
This commit is contained in:
@@ -1153,10 +1153,11 @@ tracking.")
|
||||
(base32
|
||||
"07bzi6xwlhq36f60qfspjbz0qjj7zcgayi1vp4ihgx34kib1vhck"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libice" ,libice))) ; SMlib.h includes ICElib.h
|
||||
(inputs
|
||||
`(("xtrans" ,xtrans)
|
||||
("util-linux" ,util-linux)
|
||||
("libice" ,libice)))
|
||||
("util-linux" ,util-linux)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
|
||||
Reference in New Issue
Block a user