1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-06-17 22:03:10 +02:00
committed by Sharlatan Hellseher
parent 3795dfb098
commit c4128d9bd8

View File

@@ -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")))