diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 14:39:59 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:59 +0100 |
| commit | d83410ba4c3eb3d9962b9bf564f828f60de3f762 (patch) | |
| tree | 17930020feece9e6cf18f4d26e46ce9d4b3851a1 /gnu | |
| parent | 0c6eb59fa2de67230b39f9f4e05f299b25ff5bee (diff) | |
gnu: Remove scons-python2.
* gnu/packages/build-tools.scm (scons-python2): Delete variable.
Change-Id: Ie58a8d433de6196547ffc69a6d0d602789d1fb65
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/build-tools.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 81c52bc17cd..62337ccc823 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -686,12 +686,6 @@ software.") (chdir "build/scons")))))) (native-inputs (list python-setuptools python-wheel)))) -;; TODO Remove on the next python-team iteration. -(define-deprecated/public scons-python2 scons - (package - (inherit (package-with-python2 scons-3)) - (name "scons-python2"))) - (define-public tup (package (name "tup") |
