3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Pierre-Moana Levesque 2019-08-08 17:20:55 +02:00 committed by Mathieu Othacehe
parent 328a4c5bf1
commit e94b95473e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -172,7 +172,9 @@ dependencies.")
Type=Application~%"
,name ,synopsis %output))))
#t)))))
(native-inputs `(("pkg-config" ,pkg-config)
(native-inputs `(("guile" ,guile-2.2)
("guile-xcb" ,guile-xcb)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs `(("guile" ,guile-2.2)
("guile-xcb" ,guile-xcb)))