mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: gnome-music: Add a direct dependency on Python.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (gnome-music)[inputs]: Add python.
This commit is contained in:
parent
4d7134c372
commit
ea0e8022f2
1 changed files with 1 additions and 0 deletions
|
@ -1001,6 +1001,7 @@ (define-public gnome-music
|
|||
("libsoup" ,libsoup-minimal-2)
|
||||
("pycairo" ,python-pycairo)
|
||||
("pygobject" ,python-pygobject)
|
||||
("python" ,python)
|
||||
("tracker" ,tracker)
|
||||
("tracker-miners" ,tracker-miners)))
|
||||
(synopsis "Simple music player for GNOME desktop")
|
||||
|
|
Loading…
Reference in a new issue