1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-16 23:04:04 +02:00
Files
guix/gnu/packages/idutils.scm
Ludovic Courtès e12e4321d3 gnu: idutils: Fix reference to new variable.
* gnu/packages/idutils.scm (idutils): Fix alias.

Change-Id: Ie6f88047c2a71a7116e52ee9528a51c39c2f419f
2026-05-17 22:12:08 +02:00

25 lines
1.0 KiB
Scheme

;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012-2013, 2015, 2021, 2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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 idutils)
#:use-module (gnu packages code)
#:use-module (guix deprecation))
(define-deprecated/public-alias idutils (@ (gnu packages code) idutils))