Files
Anderson Torres 5bce6597c6 gnu: motif: Migrate to (gnu packages toolkits).
* gnu/packages/toolkits.scm (motif): Move to here...
* gnu/packages/lesstif.scm (motif): ...from here.
  New deprecated variable.

Change-Id: Id63a6f1a94d542dc600872f3e24a48e6d158d6bb
Merges: https://codeberg.org/guix/guix/pulls/8960
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-06-05 03:46:35 +09:00

24 lines
928 B
Scheme

;;; GNU Guix --- Functional package management for GNU
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages lesstif)
#:use-module (guix deprecation))
;; XXX: Deprecated on 2026-06-05.
(define-deprecated/public-alias motif
(@ (gnu packages toolkits) motif))