guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/09: gnu: Add deprecation notice for 'boost-with-python3'.
Date: Wed, 22 Jan 2020 16:14:50 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 03d66a84f7fd817aeef3e4838b70ad913ced3586
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 22 20:43:22 2020 +0100

    gnu: Add deprecation notice for 'boost-with-python3'.
    
    * gnu/packages/boost.scm (boost-with-python3): New public variable.
---
 gnu/packages/boost.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index e44087d..ded4db0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]