gnu: Remove boost-with-python2.
* gnu/packages/boost.scm (boost-with-python2): Delete variable.
This commit is contained in:
parent
3b50b327f7
commit
098372a81e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user