guix-commits
[Top][All Lists]
Advanced

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

125/142: gnu: gnome-screenshot: Add python to native inputs.


From: guix-commits
Subject: 125/142: gnu: gnome-screenshot: Add python to native inputs.
Date: Mon, 10 Jan 2022 13:07:44 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 32d38a7142f36c67fd40469add29fad851364496
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Dec 27 23:59:13 2021 -0500

    gnu: gnome-screenshot: Add python to native inputs.
    
    * gnu/packages/gnome.scm (gnome-screenshot)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bdd6d1b5b0..1ce3850079 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9239,14 +9239,14 @@ can add your own files to the collection.")
            ;; Don't create 'icon-theme.cache'.
            (lambda _
              (substitute* "build-aux/postinstall.py"
-               (("gtk-update-icon-cache") "true"))
-             #t)))))
+               (("gtk-update-icon-cache") "true")))))))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
        ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
        ("intltool" ,intltool)
        ("appstream-glib" ,appstream-glib)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python)))
     (inputs
      (list gtk+ libcanberra libhandy libx11 libxext))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot";)



reply via email to

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