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
1 changed files with 3 additions and 1 deletions

View File

@ -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)))