guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nautilus: Fix build.


From: guix-commits
Subject: branch master updated: gnu: nautilus: Fix build.
Date: Wed, 19 Jan 2022 17:21:31 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b849c1e0b1 gnu: nautilus: Fix build.
b849c1e0b1 is described below

commit b849c1e0b1d1e1784713a6f87bc57fd7c7052ec3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:00 2022 +0100

    gnu: nautilus: Fix build.
    
    * gnu/packages/gnome.scm (nautilus)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ebffce224..00ffa115ca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9142,7 +9142,8 @@ if (extension_path)
            `(,glib "bin")         ; for glib-mkenums, etc.
            gobject-introspection
            intltool
-           pkg-config))
+           pkg-config
+           python))
     (inputs
      (list dconf
            gexiv2



reply via email to

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