diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-22 20:43:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-22 22:12:33 +0100 |
commit | 03d66a84f7fd817aeef3e4838b70ad913ced3586 (patch) | |
tree | bc95de5cd0d807d99250aa6d0d906957c0599067 /gnu/packages/boost.scm | |
parent | 848a3cdb4f5e214c28c520b2b4ce63a247996ce1 (diff) | |
download | patches-03d66a84f7fd817aeef3e4838b70ad913ced3586.tar patches-03d66a84f7fd817aeef3e4838b70ad913ced3586.tar.gz |
gnu: Add deprecation notice for 'boost-with-python3'.
* gnu/packages/boost.scm (boost-with-python3): New public variable.
Diffstat (limited to 'gnu/packages/boost.scm')
-rw-r--r-- | gnu/packages/boost.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index e44087dcb5..ded4db0586 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -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) |