me
/
guix
Archived
1
0
Fork 0

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.
master
Ludovic Courtès 2021-01-14 17:17:22 +01:00
parent d88408b25e
commit f79f41e240
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 2 deletions

View File

@ -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")