gnu: glade3: Build with gjs on more architectures.
* gnu/packages/gnome.scm (glade3)[inputs]: Use gjs as an input on architectures where it is supported. Change-Id: I6d6596045b7a3f0dc22207350b353fcd82961958master
parent
701aee876e
commit
c9730b7029
|
@ -3266,9 +3266,8 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
|
||||||
(setenv "DISPLAY" ":1"))))))
|
(setenv "DISPLAY" ":1"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(append
|
(append
|
||||||
;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
|
;; GJS depends on Rust so remove the GJS dependency on other platforms.
|
||||||
;; dependency on other platforms (FIXME).
|
(if (supported-package? gjs)
|
||||||
(if (target-x86-64?)
|
|
||||||
(list gjs)
|
(list gjs)
|
||||||
'())
|
'())
|
||||||
(list gtk+ libxml2)))
|
(list gtk+ libxml2)))
|
||||||
|
|
Reference in New Issue