guix-commits
[Top][All Lists]
Advanced

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

203/242: gnu: setzer: Add python-wrapper to fix build.


From: guix-commits
Subject: 203/242: gnu: setzer: Add python-wrapper to fix build.
Date: Thu, 12 May 2022 14:14:35 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit cc9feb754b044af8ef5c595a5b76711ffed3687f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 01:02:07 2022 -0400

    gnu: setzer: Add python-wrapper to fix build.
    
    * gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper.
---
 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 1bd8f82478..654facdbff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11951,7 +11951,8 @@ and toolbars.")
        ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
-       ("gtk+:bin" ,gtk+ "bin")))
+       ("gtk+:bin" ,gtk+ "bin")
+       ("python-wrapper" ,python-wrapper)))
     (inputs
      `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gspell" ,gspell)



reply via email to

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