me
/
guix
Archived
1
0
Fork 0

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.
Leo Famulari 2022-01-20 13:04:59 -05:00
parent 3e62af6f3b
commit dd2c2625b3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

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