guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 38c5d7beb0e956b5eae3755a77e23a83fe163a18
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Mar 2 21:44:28 2026 +0000
gnu: boost-with-numpy: Fix synopsis
* gnu/packages/boost.scm (boost-with-numpy): Fix synopsis.
Change-Id: I88994b6cdf1869affe6c0aa1bd43e16b8cfd7b44
---
gnu/packages/boost.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index e7a95ba765..c8fcec1b21 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -376,7 +376,8 @@ across a broad spectrum of applications.")
(name "boost-with-numpy")
(native-inputs
(modify-inputs (package-native-inputs boost)
- (append python-numpy)))))
+ (append python-numpy)))
+ (synopsis "Boost C++ libraries with inclusion of Boost.NumPy")))
(define-public boost-sync
(let ((commit "e690de2d30e2f1649ff500c9a6f3539814994b1c")