ngz pushed a commit to branch tex-team-next
in repository guix.

commit da734db3c7e8c5076e978ef6cb8ac4e1743f39d9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jul 7 00:05:50 2023 +0200

    gnu: texlive-media9: Add missing files.
    
    * gnu/packages/tex.scm (texlive-media9)[source]: Fix locations to include 
all files.
---
 gnu/packages/tex.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 888c572a86..5c11d1141f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11624,13 +11624,10 @@ required: automatic sectioning and pagination, spell 
checking and so forth.")
     (version (number->string %texlive-revision))
     (source (texlive-origin
              name version
-             (list "doc/latex/media9/"
-                   "source/latex/media9/files/"
-                   "source/latex/media9/players/"
-                   "tex/latex/media9/javascript/"
-                   "tex/latex/media9/players/")
+             (list "doc/latex/media9/" "source/latex/media9/"
+                   "tex/latex/media9/")
              (base32
-              "03m59icz29sdp50wpl831pl67q9m6kzpq5fzx4jix50z7cmqvfrm")))
+              "1hzwan5y199a6za32h7bn653f2pzd91z9idrq8xdz6fjhns3fcdr")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/media9";)

Reply via email to