mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: texlive-media9: Add missing files.
* gnu/packages/tex.scm (texlive-media9)[source]: Fix locations to include all files.
This commit is contained in:
parent
074abeb4f4
commit
e7b08e13fa
1 changed files with 3 additions and 6 deletions
|
@ -11624,13 +11624,10 @@ (define-public texlive-media9
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue