mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
af47145e99
commit
c7f5537184
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,7 @@ (define-public blanket
|
|||
("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 @@ (define-public blanket
|
|||
gst-plugins-good ;for ScaleTempo plugin
|
||||
gtk+
|
||||
libhandy
|
||||
python
|
||||
python-gst
|
||||
python-pygobject))
|
||||
(home-page "https://github.com/rafaelmardojai/blanket")
|
||||
|
|
Loading…
Reference in a new issue