gnu: Add deprecation notice for 'boost-with-python3'.

* gnu/packages/boost.scm (boost-with-python3): New public variable.
This commit is contained in:
Marius Bakke 2020-01-22 20:43:22 +01:00
parent 848a3cdb4f
commit 03d66a84f7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -201,6 +201,9 @@ (define-public boost-with-python2
`(("python" ,python-2)
,@(alist-delete "python" (package-native-inputs boost))))))
(define-public boost-with-python3
(deprecated-package "boost-with-python3" boost))
(define-public boost-static
(package
(inherit boost)