GNU bug report logs -
#76696
[PATCH] gnu: skktools: Correct phase name in package definition.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Mon, 3 Mar 2025 00:22:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/language.scm (skktools):[arguments]<#:check-scripts>:
Replace wrap-scripts phase with install-scripts since the former does not exist.
Change-Id: I7a8a62fbea1b78e7e3998536a126b57861c7289d
---
gnu/packages/language.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 3064d05c0f..a6011bfce2 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2020, 2022 Julien Lepiller <julien <at> lepiller.eu>
;;; Copyright © 2022 Milran <milranmike <at> protonmail.com>
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
-;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2023, 2025 gemmaro <gemmaro.dev <at> gmail.com>
;;; Copyright © 2024 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2024 Charles <charles <at> charje.net>
;;; Copyright © 2024 Nicolas Graves <ngraves <at> ngraves.fr>
@@ -1034,7 +1034,7 @@ (define-public skktools
(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)
base-commit: f9dcb84550b85aa816899b2106b1a5ae546167a3
--
2.48.1
This bug report was last modified 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.