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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76696 in the body.
You can then email your comments to 76696 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76696
; Package
guix-patches
.
(Mon, 03 Mar 2025 00:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 03 Mar 2025 00:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
bug closed, send any further explanations to
76696 <at> debbugs.gnu.org and gemmaro <gemmaro.dev <at> gmail.com>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 09 Mar 2025 16:19:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 07 Apr 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.