gnu: guile-wm: Fix cross-compilation.
* gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to native-inputs.
This commit is contained in:
parent
328a4c5bf1
commit
e94b95473e
|
@ -172,7 +172,9 @@ dependencies.")
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
,name ,synopsis %output))))
|
,name ,synopsis %output))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("guile" ,guile-2.2)
|
||||||
|
("guile-xcb" ,guile-xcb)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs `(("guile" ,guile-2.2)
|
(inputs `(("guile" ,guile-2.2)
|
||||||
("guile-xcb" ,guile-xcb)))
|
("guile-xcb" ,guile-xcb)))
|
||||||
|
|
Loading…
Reference in New Issue