mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: swig, swig-next: Adjust deprecation logic.
This is a following up 5f3cd42859
"Deprecate swig and swig-next in vafor of swig-4.0 and swig-4.4.".
* gnu/packages/swig.scm (swig): Keep variables as public, see:
<https://codeberg.org/guix/guix/pulls/3701#issuecomment-11054327>.
(swig-next): Use deprecated/public-alias.
Change-Id: I43963c5d039fa133991e8302d54f69fbcb9836fa
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
16dd3c2997
commit
68c4502b13
@@ -74,7 +74,7 @@ you tailor the wrapping process to suit your application.")
|
|||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
;; XXX: Deprecated on <2026-02-27>.
|
;; XXX: Deprecated on <2026-02-27>.
|
||||||
(define-deprecated-package swig swig-4.0)
|
(define-public swig swig-4.0)
|
||||||
|
|
||||||
(define-public swig-4.4
|
(define-public swig-4.4
|
||||||
(package
|
(package
|
||||||
@@ -97,4 +97,4 @@ you tailor the wrapping process to suit your application.")
|
|||||||
(inputs (list pcre2))))
|
(inputs (list pcre2))))
|
||||||
|
|
||||||
;; XXX: Deprecated on <2026-02-27>.
|
;; XXX: Deprecated on <2026-02-27>.
|
||||||
(define-deprecated-package swig-next swig-4.4)
|
(define-deprecated/public-alias swig-next swig-4.4)
|
||||||
|
|||||||
Reference in New Issue
Block a user