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:
parent
af47145e99
commit
c7f5537184
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,7 @@ a task.")
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
("gtk+:bin" ,gtk+ "bin")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)))
|
||||||
("python" ,python)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list appstream-glib
|
(list appstream-glib
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
@ -232,6 +231,7 @@ a task.")
|
||||||
gst-plugins-good ;for ScaleTempo plugin
|
gst-plugins-good ;for ScaleTempo plugin
|
||||||
gtk+
|
gtk+
|
||||||
libhandy
|
libhandy
|
||||||
|
python
|
||||||
python-gst
|
python-gst
|
||||||
python-pygobject))
|
python-pygobject))
|
||||||
(home-page "https://github.com/rafaelmardojai/blanket")
|
(home-page "https://github.com/rafaelmardojai/blanket")
|
||||||
|
|
Reference in a new issue