1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: Remove boost-with-python2.

* gnu/packages/boost.scm (boost-with-python2): Delete variable.
This commit is contained in:
Maxim Cournoyer
2022-05-12 21:41:34 -04:00
parent 3b50b327f7
commit 098372a81e
-7
View File
@@ -278,13 +278,6 @@ across a broad spectrum of applications.")
(define-public boost-with-python3
(deprecated-package "boost-with-python3" boost))
(define-public boost-with-python2
(package/inherit boost
(name "boost-python2")
(native-inputs
`(("python" ,python-2)
,@(alist-delete "python" (package-native-inputs boost))))))
(define-public boost-static
(package
(inherit boost)