gnu: Add deprecation notice for 'boost-with-python3'.
* gnu/packages/boost.scm (boost-with-python3): New public variable.master
parent
848a3cdb4f
commit
03d66a84f7
|
@ -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)
|
||||
|
|
Reference in New Issue