diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-18 13:59:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-18 14:00:56 -0500 |
commit | ea0e8022f2dfe2d695c859b2038171a0fc4862f9 (patch) | |
tree | 5171d50db1dd8a817e6125eb4d96f97aee2f11e2 /gnu/packages/gnome.scm | |
parent | 4d7134c37222a19d8719f2ea7fef53bdad10ac9b (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a8677ef112..ecec55942d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1001,6 +1001,7 @@ cloud integration is offered through GNOME Online Accounts.") ("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") |