mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: Add deprecation notice for 'boost-with-python3'.
* gnu/packages/boost.scm (boost-with-python3): New public variable.
This commit is contained in:
parent
848a3cdb4f
commit
03d66a84f7
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue