mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: boost-numpy: Use python-numpy@1.
* gnu/packages/boost.scm (boost-numpy)[native-inputs]: Remove python-numpy; add python-numpy-1. Change-Id: I4ee9b625c69951099929873f2f7bbd7a7d0f6e29
This commit is contained in:
parent
d344e67d89
commit
66ba4a59fe
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ across a broad spectrum of applications.")
|
|||
(name "boost-numpy")
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs boost)
|
||||
(append python-numpy)))))
|
||||
(append python-numpy-1)))))
|
||||
|
||||
(define-public boost-sync
|
||||
(let ((commit "e690de2d30e2f1649ff500c9a6f3539814994b1c")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue