From 8829cdf91bf670096c73792f4f7d8c2cb3813ac7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 20 Jan 2024 22:29:32 -0500 Subject: gnu: font-fontna-yasashisa-antique: Remove input labels. * gnu/packages/fonts.scm (font-fontna-yasashisa-antique) [phases]: Remove trailing #t. [native-inputs]: Remove labels. Change-Id: I4d0f113a9f3866c0a0d14de893d3cd03c7741393 --- gnu/packages/fonts.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/packages/fonts.scm') diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 1b555ce2c1..f7e7fa1a66 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3113,14 +3113,11 @@ modified to cover most CJK unified ideograph characters.") ;; This directory, TrueType(サポート外), is not properly encoded, ;; which makes rename-file fail. Instead, use shell globbing to ;; select and rename the directory. - (invoke "sh" "-c" "mv TrueType* TrueType") - #t)) + (invoke "sh" "-c" "mv TrueType* TrueType"))) (add-before 'install-license-files 'enter-license-directory (lambda _ (chdir "IPAexfont00201")))))) - (native-inputs - `(("bash" ,bash-minimal) - ("coreutils" ,coreutils))) + (native-inputs (list bash-minimal coreutils)) (home-page "http://www.fontna.com/blog/1122/") (synopsis "Mix font of gothic kanji and minchou kana") (description "Antique is a font that is popular to write manga bubbles, -- cgit v1.2.3 ion='/guix/log/HACKING'>
path: root/HACKING
AgeCommit message (Expand)Author
2020-10-23doc: Fix typo in HACKING....Maxim Cournoyer
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....Ludovic Courtès
2020-01-09doc: Add "Tracking Bugs and Patches" section....Ludovic Courtès
2019-07-13doc: Update keyserver URL....Leo Famulari
2019-02-11HACKING: Update key server....Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....Arun Isaac
2017-03-27maint: Give command to install the pre-push hook....Ludovic Courtès
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....Clément Lassieur
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin
2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari
2016-07-24doc: Explain how to set up Git for signing....Ludovic Courtès
2016-07-14doc: Mention commit signatures in HACKING....Leo Famulari
2015-06-14doc: Move most 'HACKING' informations into the manual....Mathieu Lirzin
2015-06-10doc: Add 'help2man' to HACKING....Alex Kost
2015-05-23doc: Add "Running Guix Before It Is Installed"....Ludovic Courtès
2015-02-26doc: Remove reference to git submodules in HACKING....Mark H Weaver
2014-09-03doc: Mention 'guix lint' and '--list-dependent' in 'HACKING'....Ludovic Courtès
2014-05-11doc: Mention upgrades that trigger a lot of rebuilds....Ludovic Courtès
2014-03-10doc: Update packaging guidelines....Pierre-Antoine Rault
2013-12-07doc: Adjust "Building from Git" instructions....Ludovic Courtès
2013-09-07doc: Add "Data Types and Pattern Matching" to the Coding Style....Ludovic Courtès
2013-08-30doc: Add note about .dir-locals.el....Ludovic Courtès
2013-08-30doc: Add a "Coding Style" section in 'HACKING'....Ludovic Courtès
2013-08-30doc: Remove "Adding new packages" from `HACKING'....Ludovic Courtès
2013-08-26doc: Change `HACKING' to refer to guix-devel@gnu.org....Ludovic Courtès