gnu: python-pygobject: Propagate glib and libffi.
* gnu/packages/glib.scm (python-pygobject): Move glib and libffi to propagated-inputs. (python2-pygobject)[inputs]: Remove glib and libffi.
This commit is contained in:
parent
e28f95a963
commit
fa7cf82ebe
|
@ -534,9 +534,11 @@ useful for C++.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python)
|
||||||
("glib" ,glib)
|
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)))
|
||||||
|
(propagated-inputs
|
||||||
|
;; pygobject-3.0.pc refers to all these.
|
||||||
|
`(("glib" ,glib)
|
||||||
("libffi" ,libffi)))
|
("libffi" ,libffi)))
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: failing tests: test_native_calls_async
|
;; TODO: failing tests: test_native_calls_async
|
||||||
|
@ -562,10 +564,8 @@ useful for C++.")
|
||||||
(name "python2-pygobject")
|
(name "python2-pygobject")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-2)
|
`(("python" ,python-2)
|
||||||
("glib" ,glib)
|
|
||||||
("python-pycairo" ,python2-pycairo)
|
("python-pycairo" ,python2-pycairo)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)))))
|
||||||
("libffi" ,libffi)))))
|
|
||||||
|
|
||||||
(define telepathy-glib
|
(define telepathy-glib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue