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:
Sharlatan Hellseher 2026-01-04 09:19:43 +00:00 committed by Andreas Enge
parent d344e67d89
commit 66ba4a59fe
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")