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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -278,13 +278,6 @@ (define-public boost-for-irods
(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)