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: Wed, 11 May 2022 18:03:27 -0400 (EDT)

apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit 0b03adda2ece9eae5b4f71e89d227f3309049bb6
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]