mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: skktools: Correct phase name in package definition.
* gnu/packages/language.scm (skktools):[arguments]<#:check-scripts>: Replace wrap-scripts phase with install-scripts since the former does not exist. Change-Id: I7a8a62fbea1b78e7e3998536a126b57861c7289d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
60c41183d9
commit
01c0ab4774
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
;;; Copyright © 2020, 2022 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2022 Milran <milranmike@protonmail.com>
|
||||
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2023, 2025 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2024 Charles <charles@charje.net>
|
||||
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||
|
@ -1034,7 +1034,7 @@ and manipulation.")
|
|||
(string-append doc "/README.filters.md"))
|
||||
(copy-file "convert2skk/README.md"
|
||||
(string-append doc "/README.convert2skk.md")))))
|
||||
(add-after 'wrap-scripts 'check-scripts
|
||||
(add-after 'install-scripts 'check-scripts
|
||||
;; Skipped tests for:
|
||||
;; * skk2cdb.py: Requires cdb file
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue