~ruther/guix-local

0c9929cba81b862683e631a84cdf20109e355e9e — Sharlatan Hellseher 4 months ago 9de58fc
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/boost.scm
M gnu/packages/boost.scm => gnu/packages/boost.scm +1 -1
@@ 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")