mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Replace all uses of texlive-union by texlive-updmap.cfg.
* doc/build.scm (pdf-manual) Replace texlive-union by texlive-updmap.cfg. * gnu/packages/algebra.scm (pari-gp): Likewise. * gnu/packages/bioinformatics.scm (discrover, velvet): Likewise. * gnu/packages/chez.scm (chez-scheme, chez-web, chez-sockets): Likewise. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/emacs-xyz.scm (emacs-auctex): Likewise. * gnu/packages/engineering.scm (fastcap): Likewise. * gnu/packages/guile-xyz.scm (emacsy, guile-cv): Likewise. * gnu/packages/lisp.scm (sbcl): Likewise. * gnu/packages/maths.scm (octave, hypre): Likewise. * gnu/packages/music.scm (lilypond): Likewise. * gnu/packages/plotutils.scm (asymptote): Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation) (python-matplotlib-documentation, python-ipython-documentation) (python-pypandoc): Likewise. * gnu/packages/radio.scm (gnuradio, libosmo-dsp): Likewise. * gnu/packages/scheme.scm (mit-scheme): Likewise. * gnu/packages/statistics.scm (r-with-tests): Likewise. * gnu/packages/tex.scm (simple-texlive-package) (texlive-xmltex, texlive-tiny, texlive-jadetex, teximpatient, lyx): Likewise.
This commit is contained in:
parent
57fad03c4f
commit
82f5f6b14c
17 changed files with 31 additions and 31 deletions
|
@ -736,7 +736,7 @@ (define manual-source
|
|||
;; accented letters.
|
||||
;;
|
||||
;; (define texlive
|
||||
;; (texlive-union (list texlive-tex-texinfo
|
||||
;; (texlive-updmap.cfg (list texlive-tex-texinfo
|
||||
;; texlive-generic-epsf
|
||||
;; texlive-fonts-ec)))
|
||||
|
||||
|
|
|
@ -245,7 +245,7 @@ (define-public pari-gp
|
|||
"14xs90wrw8mbdx08hxlbhiahp6kgjq6yh27zjw7fvhfjx5nr84f8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union
|
||||
`(("texlive" ,(texlive-updmap.cfg
|
||||
(list texlive-amsfonts)))))
|
||||
(inputs `(("gmp" ,gmp)
|
||||
("libx11" ,libx11)
|
||||
|
|
|
@ -2904,7 +2904,7 @@ (define-public discrover
|
|||
("cairo" ,cairo)
|
||||
("rmath-standalone" ,rmath-standalone)))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-cm
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-cm
|
||||
texlive-amsfonts
|
||||
|
||||
texlive-latex-doi
|
||||
|
@ -14186,7 +14186,7 @@ (define-public velvet
|
|||
`(("openmpi" ,openmpi)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-latex-graphics
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-latex-graphics
|
||||
texlive-latex-hyperref)))))
|
||||
(home-page "https://www.ebi.ac.uk/~zerbino/velvet/")
|
||||
(synopsis "Nucleic acid sequence assembler for very short reads")
|
||||
|
|
|
@ -88,7 +88,7 @@ (define-public chez-scheme
|
|||
("zlib:static" ,zlib "static")
|
||||
("stex" ,stex)))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-latex-oberdiek
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-latex-oberdiek
|
||||
texlive-generic-epsf)))
|
||||
("ghostscript" ,ghostscript)
|
||||
("netpbm" ,netpbm)))
|
||||
|
@ -273,7 +273,7 @@ (define-public chez-web
|
|||
(native-inputs
|
||||
`(("chez-scheme" ,chez-scheme)
|
||||
("ghostscript" ,ghostscript)
|
||||
("texlive" ,(texlive-union (list texlive-latex-oberdiek
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-latex-oberdiek
|
||||
texlive-generic-epsf
|
||||
texlive-metapost
|
||||
texlive-fonts-charter
|
||||
|
@ -332,7 +332,7 @@ (define-public chez-sockets
|
|||
(native-inputs
|
||||
`(("chez-scheme" ,chez-scheme)
|
||||
("chez-web" ,chez-web)
|
||||
("texlive" ,(texlive-union (list texlive-pdftex)))))
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-pdftex)))))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:phases
|
||||
|
|
|
@ -397,7 +397,7 @@ (define-public dblatex
|
|||
(build-system python-build-system)
|
||||
;; TODO: Add xfig/transfig for fig2dev utility
|
||||
(inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-latex-anysize
|
||||
texlive-latex-appendix
|
||||
texlive-latex-changebar
|
||||
|
|
|
@ -2118,7 +2118,7 @@ (define-public emacs-auctex
|
|||
`(("perl" ,perl)))
|
||||
(inputs
|
||||
`(("ghostscript" ,ghostscript)
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts)))))
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts)))))
|
||||
(home-page "https://www.gnu.org/software/auctex/")
|
||||
(synopsis "Integrated environment for TeX")
|
||||
(description
|
||||
|
|
|
@ -514,7 +514,7 @@ (define-public fastcap
|
|||
;; FIXME: with texlive-tiny citation references are rendered as question
|
||||
;; marks. During the build warnings like these are printed:
|
||||
;; LaTeX Warning: Citation `nabors91' on page 2 undefined on input line 3.
|
||||
`(("texlive" ,(texlive-union (list texlive-fonts-amsfonts)))
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-fonts-amsfonts)))
|
||||
("ghostscript" ,ghostscript)))
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
|
||||
|
|
|
@ -3144,7 +3144,7 @@ (define-public emacsy
|
|||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo)
|
||||
("texlive" ,(texlive-union (list texlive-generic-epsf)))))
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-generic-epsf)))))
|
||||
(inputs
|
||||
`(("dbus-glib" ,dbus-glib)
|
||||
("guile" ,guile-3.0)
|
||||
|
@ -3421,7 +3421,7 @@ (define-public guile-cv
|
|||
("vigra-c" ,vigra-c)
|
||||
("guile" ,guile-2.2)))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-booktabs
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-booktabs
|
||||
texlive-lm
|
||||
texlive-siunitx
|
||||
texlive-standalone
|
||||
|
|
|
@ -434,7 +434,7 @@ (define-public sbcl
|
|||
("ed" ,ed)
|
||||
("inetutils" ,inetutils) ;for hostname(1)
|
||||
("texinfo" ,texinfo)
|
||||
("texlive" ,(texlive-union (list texlive-tex-texinfo)))
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-tex-texinfo)))
|
||||
("which" ,which)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
|
|
|
@ -2010,7 +2010,7 @@ (define-public octave
|
|||
,@(package-inputs octave-cli)))
|
||||
(native-inputs
|
||||
`(("qttools" , qttools) ;for lrelease
|
||||
("texlive" ,(texlive-union (list texlive-epsf))) ; for texi2dvi
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi
|
||||
,@(package-native-inputs octave-cli)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments octave-cli)
|
||||
|
@ -4464,7 +4464,7 @@ (define-public hypre
|
|||
`(("doc++" ,doc++)
|
||||
("netpbm" ,netpbm)
|
||||
("perl" ,perl) ; needed to run 'ppmquant' during tests
|
||||
("texlive" ,(texlive-union (list texlive-xypic
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-xypic
|
||||
texlive-cm
|
||||
texlive-latex-hyperref
|
||||
texlive-bibtex)))
|
||||
|
|
|
@ -1342,7 +1342,7 @@ (define-public lilypond
|
|||
("gettext" ,gettext-minimal)
|
||||
("imagemagick" ,imagemagick)
|
||||
("netpbm" ,netpbm) ;for pngtopnm
|
||||
("texlive" ,(texlive-union (list texlive-metapost
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-metapost
|
||||
texlive-generic-epsf
|
||||
texlive-lh
|
||||
texlive-latex-cyrillic)))
|
||||
|
|
|
@ -226,7 +226,7 @@ (define-public asymptote
|
|||
("perl" ,perl)
|
||||
("texinfo" ,texinfo) ;For generating documentation
|
||||
;; For the manual and the tests.
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-epsf
|
||||
texlive-etoolbox
|
||||
texlive-latex-base
|
||||
|
|
|
@ -4678,7 +4678,7 @@ (define-public python-numpy-documentation
|
|||
("pkg-config" ,pkg-config)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-numpydoc" ,python-numpydoc)
|
||||
("texlive" ,(texlive-union (list texlive-fonts-cm-super
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-fonts-cm-super
|
||||
texlive-fonts-ec
|
||||
texlive-generic-ifxetex
|
||||
texlive-generic-pdftex
|
||||
|
@ -4744,7 +4744,7 @@ (define-public python-numpy-documentation
|
|||
(sphinx-theme-checkout (assoc-ref inputs scipy-sphinx-theme))
|
||||
(pyver ,(string-append "PYVER=")))
|
||||
|
||||
;; FIXME: this is needed to for texlive-union to generate
|
||||
;; FIXME: this is needed to for texlive-updmap.cfg to generate
|
||||
;; fonts, which are not found.
|
||||
(setenv "HOME" "/tmp")
|
||||
|
||||
|
@ -5210,7 +5210,7 @@ (define-public python-matplotlib-documentation
|
|||
("python-ipykernel" ,python-ipykernel)
|
||||
("python-mock" ,python-mock)
|
||||
("graphviz" ,graphviz)
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-latex-amsmath
|
||||
texlive-latex-enumitem
|
||||
texlive-latex-expdlist
|
||||
|
@ -7323,7 +7323,7 @@ (define-public python-ipython-documentation
|
|||
`(("python-sphinx" ,python-sphinx)
|
||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
||||
;; FIXME: It's possible that a smaller union would work just as well.
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-fonts-ec
|
||||
texlive-generic-ifxetex
|
||||
texlive-pdftex
|
||||
|
@ -22865,7 +22865,7 @@ (define-public python-pypandoc
|
|||
(propagated-inputs
|
||||
`(("wheel" ,python-wheel)))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-fonts-ec
|
||||
texlive-latex-hyperref
|
||||
texlive-latex-oberdiek
|
||||
|
|
|
@ -303,7 +303,7 @@ (define-public gnuradio
|
|||
("python-scipy" ,python-scipy)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("swig" ,swig)
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-latex-amsmath
|
||||
;; TODO: Add newunicodechar.
|
||||
texlive-latex-graphics)))
|
||||
|
@ -471,7 +471,7 @@ (define-public libosmo-dsp
|
|||
("doxygen" ,doxygen)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-latex-amsmath
|
||||
;; TODO: Add newunicodechar.
|
||||
texlive-latex-graphics)))))
|
||||
|
|
|
@ -170,7 +170,7 @@ (define-public mit-scheme
|
|||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)
|
||||
("texlive" ,(texlive-union (list texlive-tex-texinfo)))
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-tex-texinfo)))
|
||||
("texinfo" ,texinfo)
|
||||
("m4" ,m4)))
|
||||
(inputs
|
||||
|
|
|
@ -337,7 +337,7 @@ (define r-with-tests
|
|||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo) ; for building HTML manuals
|
||||
("texlive" ,(texlive-union (list texlive-ae
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-ae
|
||||
texlive-inconsolata
|
||||
texlive-fonts-ec
|
||||
texlive-amsfonts
|
||||
|
|
|
@ -3009,7 +3009,7 @@ (define-public texlive-xmltex
|
|||
(symlink pdftex (string-append out "/bin/pdfxmltex"))
|
||||
#t)))))))
|
||||
(propagated-inputs
|
||||
;; The following fonts are propagated as a texlive-union as the font
|
||||
;; The following fonts are propagated as a texlive-updmap.cfg as the font
|
||||
;; maps need to be recreated for the fonts to be usable. They are
|
||||
;; required by xmltex through mlnames.sty and unicode.sty.
|
||||
`(("texlive" ,(texlive-updmap.cfg
|
||||
|
@ -3843,7 +3843,7 @@ (define texlive-union texlive-updmap.cfg)
|
|||
;; For use in package definitions only
|
||||
(define-public texlive-tiny
|
||||
(package
|
||||
(inherit (texlive-union))
|
||||
(inherit (texlive-updmap.cfg))
|
||||
(name "texlive-tiny")
|
||||
(description "This is a very limited subset of the TeX Live distribution.
|
||||
It includes little more than the required set of LaTeX packages.")))
|
||||
|
@ -5803,7 +5803,7 @@ (define-public texlive-jadetex
|
|||
(symlink pdftex (string-append out "/bin/pdfjadetex"))
|
||||
#t)))))))
|
||||
(propagated-inputs
|
||||
;; Propagate the texlive-union input used by xmltex, which provides the
|
||||
;; Propagate the texlive-updmap.cfg input used by xmltex, which provides the
|
||||
;; required fonts for its use.
|
||||
`(("texlive-xmltex" ,texlive-xmltex)
|
||||
("texlive-kpathsea" ,texlive-kpathsea))) ;for fmtutil.cnf template
|
||||
|
@ -6685,7 +6685,7 @@ (define-public teximpatient
|
|||
(delete-file "book.pdf")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||
texlive-fonts-adobe-palatino
|
||||
texlive-fonts-adobe-zapfding
|
||||
texlive-knuth-lib
|
||||
|
@ -6755,7 +6755,7 @@ (define-public lyx
|
|||
("qtsvg" ,qtsvg)
|
||||
("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("texlive" ,(texlive-union (list texlive-fonts-ec)))))
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-fonts-ec)))))
|
||||
(native-inputs
|
||||
`(("python" ,python)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue