mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 03:06:40 +01:00
gnu: markets: Add python-wrapper to fix build.
* gnu/packages/gnome-xyz.scm (markets)[native-inputs]: Add python-wrapper.
This commit is contained in:
parent
1dc1da973c
commit
9ca7d9f82d
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ (define-module (gnu packages gnome-xyz)
|
|||
#: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 @@ (define-public markets
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue