diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-17 22:03:10 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-20 15:08:36 +0100 |
commit | c4128d9bd89c5a1a7d52aa95aeed5367a66e89be (patch) | |
tree | 6371213be6d253e40cb060c39b2292796244975e | |
parent | 3795dfb09822fb86701063da8156f8643dd5d212 (diff) |
gnu: scons-python2: Deprecate package.
* gnu/packages/build-tools.scm (scons-python2): Deprecate package.
Change-Id: Id401f1be1830094c4656220f4e3458ff2538bfc7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/build-tools.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 002d4b2bf1..289f7dbeae 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -38,6 +38,7 @@ #:use-module (guix utils) #:use-module (guix packages) #:use-module (guix gexp) + #:use-module (guix deprecation) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix build-system cmake) @@ -592,7 +593,8 @@ software.") (chdir "build/scons")))))) (native-inputs (list python-setuptools python-wheel)))) -(define-public scons-python2 +;; TODO Remove on the next python-team iteration. +(define-deprecated/public scons-python2 scons (package (inherit (package-with-python2 scons-3)) (name "scons-python2"))) |