me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/boost.scm (boost-with-python3): New public variable.
master
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
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ across a broad spectrum of applications.")
`(("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)