3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Blanket: Make Python a regular input.

The built package does keep a reference to Python.

This is a followup to commit 3cf59e02e7.

* gnu/packages/task-management.scm (blanket)[native-inputs]: Move PYTHON ...
[inputs]: ... to here.
This commit is contained in:
Leo Famulari 2022-01-18 14:06:57 -05:00
parent af47145e99
commit c7f5537184
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -223,8 +223,7 @@ a task.")
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("gtk+:bin" ,gtk+ "bin")
("pkg-config" ,pkg-config)
("python" ,python)))
("pkg-config" ,pkg-config)))
(inputs
(list appstream-glib
gsettings-desktop-schemas
@ -232,6 +231,7 @@ a task.")
gst-plugins-good ;for ScaleTempo plugin
gtk+
libhandy
python
python-gst
python-pygobject))
(home-page "https://github.com/rafaelmardojai/blanket")