diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-29 14:23:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-29 14:23:50 +0100 |
| commit | db729644d9c032680748f458d48d57d9b1cdfd6a (patch) | |
| tree | 12bd43f6cdfa20f05a24642f8def2b24bb8f9ac1 | |
| parent | 6dfc28ab1ef6cd86372ac3caf4f6350a7b20aeea (diff) | |
gnu: mopidy: Adjust inputs.
This is a following up 635994b0232d3eb5af292f7f621a4d0a2e5f653b commit
and discussion in <https://codeberg.org/guix/guix/pulls/7459>.
* gnu/packages/music.scm (mopidy):
[inputs]: Remove python-gst, python-pygobject, python-pykka,
python-requests, and python-tornado.
[propagated-inputs]: Add python-gst, python-pygobject, python-pykka,
python-requests, and python-tornado.
Change-Id: If1daf18a24ddfabc673289d60fac200ad7ecac73
| -rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index acd5a29acb1..69b9d48fcc8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -540,8 +540,9 @@ enables iPod support in music players such as Clementine.") python-setuptools)) (inputs (list bash-minimal - gst-libav - python-gst + gst-libav)) + (propagated-inputs + (list python-gst python-pygobject python-pykka python-requests |
