diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 21:41:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:06 -0400 |
commit | 098372a81e61f92bab4439c9bbaf43a73e1649b3 (patch) | |
tree | 38df5f52c623be07a307c6b7d4293ec277f01235 /gnu | |
parent | 3b50b327f7cf3226a0e37bc6afa1e921c9c075f7 (diff) | |
download | guix-098372a81e61f92bab4439c9bbaf43a73e1649b3.tar.gz |
gnu: Remove boost-with-python2.
* gnu/packages/boost.scm (boost-with-python2): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/boost.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index b53b1f4257..ca320c37fb 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -278,13 +278,6 @@ across a broad spectrum of applications.") (define-public boost-with-python3 (deprecated-package "boost-with-python3" boost)) -(define-public boost-with-python2 - (package/inherit boost - (name "boost-python2") - (native-inputs - `(("python" ,python-2) - ,@(alist-delete "python" (package-native-inputs boost)))))) - (define-public boost-static (package (inherit boost) |