gnu: Deprecate chez-scheme-for-system.in favor of chez-scheme.
Chez Scheme 10.0.0 includes all of the additional platform support developed on the Racket branch. * gnu/packages/chez.scm (chez-scheme-for-system): Deprecate it. Change-Id: I7e11c8c4d95f41ff63e5c52be664a537556393c1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
abd2ed839d
commit
80eace78a3
@ -27,6 +27,7 @@
|
|||||||
#:select (gpl2+ gpl3+ lgpl2.0+ lgpl2.1+ asl2.0 bsd-3 expat
|
#:select (gpl2+ gpl3+ lgpl2.0+ lgpl2.1+ asl2.0 bsd-3 expat
|
||||||
public-domain))
|
public-domain))
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
#:use-module (guix deprecation)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
@ -68,8 +69,7 @@
|
|||||||
;;
|
;;
|
||||||
;; Code:
|
;; Code:
|
||||||
|
|
||||||
(define* (chez-scheme-for-system #:optional
|
(define-deprecated (chez-scheme-for-system #:optional system) chez-scheme
|
||||||
system)
|
|
||||||
"Returns 'chez-scheme'."
|
"Returns 'chez-scheme'."
|
||||||
chez-scheme)
|
chez-scheme)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user