[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: texlive-hyphen-package: Remove input labels.
From: |
guix-commits |
Subject: |
06/06: gnu: texlive-hyphen-package: Remove input labels. |
Date: |
Mon, 8 Aug 2022 11:27:06 -0400 (EDT) |
civodul pushed a commit to branch staging
in repository guix.
commit 3668a452d184d8f373d697bd44ad2eee21b60b38
Author: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
AuthorDate: Fri Jun 24 21:08:38 2022 +1000
gnu: texlive-hyphen-package: Remove input labels.
* gnu/packages/tex.scm (texlive-hyphen-package): Remove input labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/tex.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d075a6e475..f32b836324 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -187,7 +187,8 @@ files from LOCATIONS with expected checksum HASH. CODE is
not currently in use.
(string-append root
"/tex/generic/hyph-utf8/patterns/quote")))
(mkdir "scripts")
(copy-recursively
- (assoc-ref inputs "hyph-utf8-scripts") "scripts")
+ (dirname (search-input-file inputs "hyph-utf8.rb"))
+ "scripts")
;; Prepare target directories
(mkdir-p patterns)
@@ -225,9 +226,7 @@ files from LOCATIONS with expected checksum HASH. CODE is
not currently in use.
(string-append "File.join(\"" ptex "\"")))
(invoke "ruby" "generate-ptex-patterns.rb")))))))))
(native-inputs
- `(("ruby" ,ruby)
- ("ruby-hydra-minimal" ,ruby-hydra-minimal)
- ("hyph-utf8-scripts" ,hyph-utf8-scripts)))
+ (list ruby ruby-hydra-minimal hyph-utf8-scripts))
(home-page "https://ctan.org/pkg/hyph-utf8"))))
(define texlive-extra-src
- branch staging updated (f2ed0113e8 -> 3668a452d1), guix-commits, 2022/08/08
- 01/06: gnu: suitesparse: Update to 5.12.0., guix-commits, 2022/08/08
- 05/06: gnu: Remove unused ruby-nokogiri-1.10., guix-commits, 2022/08/08
- 02/06: gnu: Add ruby-hydra-minimal., guix-commits, 2022/08/08
- 03/06: gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug., guix-commits, 2022/08/08
- 04/06: gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri, guix-commits, 2022/08/08
- 06/06: gnu: texlive-hyphen-package: Remove input labels.,
guix-commits <=