gnu: lesstif: Make package usable by adding propagated input.
* gnu/packages/lesstif.scm (lesstif): Add propagated input printproto; include/Xm/Print.h from lesstif includes X11/extensions/Print.h from printproto.
This commit is contained in:
parent
0a92b5b30a
commit
141ccae8a7
|
@ -39,9 +39,11 @@
|
||||||
(base32
|
(base32
|
||||||
"1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"))))
|
"1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("printproto" ,printproto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxext" ,libxext)
|
`(("libxext" ,libxext)
|
||||||
("libxt" ,libxt)));
|
("libxt" ,libxt)))
|
||||||
(home-page "http://lesstif.sourceforge.net/")
|
(home-page "http://lesstif.sourceforge.net/")
|
||||||
(synopsis "Clone of the Motif toolkit for the X window system")
|
(synopsis "Clone of the Motif toolkit for the X window system")
|
||||||
(description "Clone of the Motif toolkit for the X window system")
|
(description "Clone of the Motif toolkit for the X window system")
|
||||||
|
|
Loading…
Reference in New Issue