gnu: texlive-xypic: Install all files.
Reported by numerobis on the #guix IRC channel. * gnu/packages/tex.scm (texlive-xypic)[source]: Install "tex/generic/xypic" files. [arguments]: Remove #:tex-directory.
This commit is contained in:
parent
4913828bb1
commit
63d57404b3
|
@ -6817,17 +6817,14 @@ titles.")
|
||||||
"/fonts/afm/public/xypic/"
|
"/fonts/afm/public/xypic/"
|
||||||
"/fonts/tfm/public/xypic/"
|
"/fonts/tfm/public/xypic/"
|
||||||
"/fonts/type1/public/xypic/"
|
"/fonts/type1/public/xypic/"
|
||||||
|
"/tex/generic/xypic/")
|
||||||
;;"/tex/generic/xypic/" ; I guess these are generated
|
|
||||||
)
|
|
||||||
(base32
|
(base32
|
||||||
"0sqkkvjzzsiazvh8803qqyrcv4is3m1qs9x9v2m35jjikbqc08y8"))))
|
"09b51bbm189xh7039h5n8nmab5nn2bybhh26qjn08763m80zdhjg")
|
||||||
|
#:trivial? #t)))
|
||||||
(package
|
(package
|
||||||
(inherit template)
|
(inherit template)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(substitute-keyword-arguments (package-arguments template)
|
||||||
((#:tex-directory _ #t)
|
|
||||||
"tex/generic/xypic")
|
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(delete 'reset-gzip-timestamps)))))
|
(delete 'reset-gzip-timestamps)))))
|
||||||
|
|
Loading…
Reference in New Issue