guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: efi-analyzer: Rename with a hyphen instead of an underscore.


From: guix-commits
Subject: 03/03: gnu: efi-analyzer: Rename with a hyphen instead of an underscore.
Date: Thu, 14 Jan 2021 11:19:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f79f41e2403e69e4ae5c57e2a5cbd348d8677a98
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jan 14 17:17:22 2021 +0100

    gnu: efi-analyzer: Rename with a hyphen instead of an underscore.
    
    * gnu/packages/efi.scm (efi_analyzer): Rename to...
    (efi-analyzer): ... this.
    (efi_analyzer): Redefine as a deprecated alias.
---
 gnu/packages/efi.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm
index ac330de..11cfe58 100644
--- a/gnu/packages/efi.scm
+++ b/gnu/packages/efi.scm
@@ -62,11 +62,11 @@ environment presented by Intel's EFI.")
     ;; Distribution is allowed only when accepting all those licenses.
     (license (list license:bsd-2 license:bsd-3 license:bsd-4 license:expat))))
 
-(define-public efi_analyzer
+(define-public efi-analyzer
   (let ((commit "77c9e3a67cd7c2fca48a4292dad25a5429872f95")
         (revision "0"))
     (package
-      (name "efi_analyzer")
+      (name "efi-analyzer")
       (version (git-version "0.0.0" revision commit))
       (source
        (origin
@@ -96,6 +96,10 @@ environment presented by Intel's EFI.")
 information.")
       (license license:bsd-2))))
 
+(define-public efi_analyzer
+  ;; For a short while the package name contained an underscore.
+  (deprecated-package "efi_analyzer" efi-analyzer))
+
 (define-public sbsigntools
   (package
     (name "sbsigntools")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]