guix-commits
[Top][All Lists]
Advanced

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

201/242: gnu: markets: Add python-wrapper to fix build.


From: guix-commits
Subject: 201/242: gnu: markets: 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 a6b3fbb38c56879a7dff365de75eac4df63a1888
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 00:58:18 2022 -0400

    gnu: markets: Add python-wrapper to fix build.
    
    * gnu/packages/gnome-xyz.scm (markets)[native-inputs]: Add python-wrapper.
---
 gnu/packages/gnome-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index e193c5b962..daec119012 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -57,6 +57,7 @@
   #:use-module (gnu packages inkscape)
   #:use-module (gnu packages image)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages ssh)
   #:use-module (gnu packages tls)
@@ -1207,6 +1208,7 @@ extended file attributes.  It also functions as a 
standalone command.")
            vala))
     (native-inputs
      (list pkg-config
+           python-wrapper
            `(,glib "bin"))) ; for 'glib-compile-resources'
     (home-page "https://github.com/bitstower/markets";)
     (synopsis "Stock, currency and cryptocurrency tracker")



reply via email to

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