summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-18 14:06:57 -0500
committerLeo Famulari <leo@famulari.name>2022-01-18 14:29:47 -0500
commitc7f5537184d6f5af47012b53f855e4d27b30fc7c (patch)
treeb6d08aed787e1821d4d05b050379928ff024bfb9
parentaf47145e995c9d3d116a60053648b4f35e2ed125 (diff)
gnu: Blanket: Make Python a regular input.
The built package does keep a reference to Python. This is a followup to commit 3cf59e02e7eed788f02fa1a2c96d1ebedbcd2c84. * gnu/packages/task-management.scm (blanket)[native-inputs]: Move PYTHON ... [inputs]: ... to here.
-rw-r--r--gnu/packages/task-management.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index a689645d40..c349081f01 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -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")