guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]