1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sharlatan Hellseher
2026-01-04 09:19:43 +00:00
committed by Rutherther
parent 9de58fc285
commit 0c9929cba8

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