guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: shotwell: Add python to native inputs.


From: guix-commits
Subject: branch master updated: gnu: shotwell: Add python to native inputs.
Date: Mon, 17 Jan 2022 19:06:54 -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 65b2b14235 gnu: shotwell: Add python to native inputs.
65b2b14235 is described below

commit 65b2b142358f8d38cf993855fcc4ce0b9ef107eb
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jan 17 19:05:11 2022 -0500

    gnu: shotwell: Add python to native inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/gnome.scm (shotwell)[native-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 d565ca8e2c..b1cdbeaebd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7105,6 +7105,7 @@ metadata in photo and video files of various formats.")
        ("glib:bin" ,glib "bin")
        ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("vala" ,vala)))
     (inputs
      `(("gcr" ,gcr)



reply via email to

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