gnu: libratbag: Make Python a regular input.
The built package does keep a reference to Python, checked with `guix gc
--references`.
This is a followup to commit e415a73d2c
.
* gnu/packages/gnome.scm (libratbag)[native-inputs]: Move PYTHON ...
[inputs]: ... to here.
parent
3e62af6f3b
commit
dd2c2625b3
|
@ -12058,13 +12058,14 @@ It uses pandoc as back-end for parsing Markdown.")
|
|||
python-wrap)
|
||||
#t))))))
|
||||
(native-inputs
|
||||
(list check pkg-config python swig valgrind))
|
||||
(list check pkg-config swig valgrind))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("json-glib" ,json-glib)
|
||||
("libevdev" ,libevdev)
|
||||
("libsystemd" ,elogind)
|
||||
("libunistring" ,libunistring)
|
||||
("python" ,python)
|
||||
("python-evdev" ,python-evdev)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("udev" ,eudev)))
|
||||
|
|
Reference in New Issue