mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnudatalanguage: Fix build.
* gnu/packages/data-language.scm (gnudatalanguage)[native-inputs]: Add pkg-config. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
352e82847b
commit
817c6e1452
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages onc-rpc)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages plotutils)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
|
@ -53,7 +54,7 @@
|
|||
(base32 "1bb3nin3qrzx2dwdk08vffp4bblrcpv6vv1ybaj499qhqcpqpc12"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list python python-numpy))
|
||||
(list pkg-config python python-numpy))
|
||||
(inputs
|
||||
(list eccodes
|
||||
eigen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue