me
/
guix
Archived
1
0
Fork 0

gnu: Remove boost-with-python2.

* gnu/packages/boost.scm (boost-with-python2): Delete variable.
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
1 changed files with 0 additions and 7 deletions

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)