guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnome-music: Add a direct dependency on Pyth


From: guix-commits
Subject: branch master updated: gnu: gnome-music: Add a direct dependency on Python.
Date: Tue, 18 Jan 2022 14:03:12 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ea0e8022f2 gnu: gnome-music: Add a direct dependency on Python.
ea0e8022f2 is described below

commit ea0e8022f2dfe2d695c859b2038171a0fc4862f9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jan 18 13:59:44 2022 -0500

    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.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]