Age | Commit message (Expand) | Author |
2020-01-06 | Adjust module autoloads....In Guile < 2.9.7, autoloading a module would give you access to all its
bindings. In future versions, autoloading a module gives access only to
the listed bindings, as per #:select (see <https://bugs.gnu.org/38895>).
This commit adjusts autoloads to the new semantics, allowing Guix to be
built with Guile 2.9.7/2.9.8.
* guix/build/download.scm <top level>: Remove call to 'module-autoload!'.
(load-gnutls): New procedure.
(tls-wrap): Call it.
* guix/git.scm <top level>: Remove call to 'module-autoload!'.
(load-git-submodules): New procedure.
(update-submodules): Call it instead of 'resolve-interface'.
* gnu/bootloader/grub.scm: Replace #:autoload with #:use-module.
* gnu/packages.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/tex.scm: Likewise.
* gnu/services/cuirass.scm: Likewise.
* gnu/services/mcron.scm: Likewise.
* guix/lint.scm: Augment list of bindings in #:autoload.
* guix/scripts/build.scm: Likewise.
* guix/scripts/gc.scm: Likewise.
* guix/scripts/pack.scm: Likewise.
* guix/scripts/publish.scm: Likewise.
* guix/scripts/pull.scm: Likewise.
* guix/utils.scm: Remove unnecessary #:autoload clauses; replace one
of them with #:use-module.
| Ludovic Courtès |
2019-11-13 | gnu: texlive-latex-pdfx: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-pdfx)[source]: Use file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-latex-xmpincl: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-xmpincl)[source]: Use file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-latex-changepage: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-changepage)[source]: Use
file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-latex-mflogo: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-mflogo)[source]: Use file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-standalone: Declare source file-name....* gnu/packages/tex.scm (texlive-standalone)[source]: Use file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-booktabs: Declare source file-name....* gnu/packages/tex.scm (texlive-booktabs)[source]: Use file-name.
| Efraim Flashner |
2019-11-13 | gnu: texlive-latex-xkeyval: Declare source file-name....* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name.
| Efraim Flashner |
2019-11-12 | gnu: lyx: Download over HTTPS....* gnu/packages/tex.scm (lyx)[source]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-11-12 | gnu: lyx: Use Python 3....* gnu/packages/tex.scm (lyx)[inputs, native-inputs]: Replace python-2 with default python.
| Tobias Geerinckx-Rice |
2019-11-12 | gnu: lyx: Update to 2.3.3....* gnu/packages/tex.scm (lyx): Update to 2.3.3.
[native-inputs]: Remove bc.
| Tobias Geerinckx-Rice |
2019-11-12 | gnu: lyx: Don't use NAME in source URI....* gnu/packages/tex.scm (lyx)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-09-24 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-18 | Merge remote-tracking branch 'origin/master' into wip-texlive | Ricardo Wurmus |
2019-09-17 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-12 | 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.
| Ricardo Wurmus |
2019-09-06 | Merge branch 'master' into core-updates | Mark H Weaver |
2019-09-05 | gnu: texlive-union: Fix font map generation....* gnu/packages/tex.scm (texlive-union)[arguments]: Exclude sed and coreutils
from union; add sed to the PATH; run updmap-sys twice; delete ls-R to avoid
lookup failures.
| Ricardo Wurmus |
2019-09-05 | gnu: texlive-latex-base: Ensure that extra sources are installed....* gnu/packages/tex.scm (texlive-latex-base): Use simple-texlive-package to
install additional files.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-booktabs....* gnu/packages/tex.scm (texlive-booktabs): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-siunitx....* gnu/packages/tex.scm (texlive-siunitx): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-standalone....* gnu/packages/tex.scm (texlive-standalone): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: texlive-latex-xkeyval: Fix build....* gnu/packages/tex.scm (texlive-latex-xkeyval)[arguments]: Add various custom
build phases to fix the build.
[native-inputs]: Add texlive-latex-base, texlive-cm, texlive-lm, texlive-url,
texlive-graphics-def, texlive-xcolor, texlive-latex-footmisc,
texlive-latex-listings, texlive-iftex, texlive-pstricks, texlive-pst-text,
texlive-tools, and texlive-latex-pgf.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-tools....* gnu/packages/tex.scm (texlive-tools): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-iftex....* gnu/packages/tex.scm (texlive-iftex): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-pst-text....* gnu/packages/tex.scm (texlive-pst-text): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-pstricks....* gnu/packages/tex.scm (texlive-pstricks): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-ydoc....* gnu/packages/tex.scm (texlive-ydoc): New variable.
| Ricardo Wurmus |
2019-09-05 | gnu: Add texlive-xcolor....* gnu/packages/tex.scm (texlive-latex-xcolor): Bind to deprecated package
pointing...
(texlive-color): ...to this variable; implement in terms of
simple-texlive-package.
[arguments]: Add phase "move-files" to install xcolor.pro to the expected
location.
| Ricardo Wurmus |
2019-09-05 | gnu: texlive-fonts-iwona: Use double spacing in description....* gnu/packages/tex.scm (texlive-fonts-iwona)[description]: Use double spacing.
| Ricardo Wurmus |
2019-08-13 | Merge branch 'master' into core-updates | Marius Bakke |
2019-07-24 | gnu: texlive-amsfonts: Build .ins file instead of installing fonts twice....* gnu/packages/tex.scm (texlive-amsfonts)[arguments]: Override build targets;
rename font build directory to avoid installing it a second time.
| Ricardo Wurmus |
2019-07-24 | gnu: Rename references to obsolete "texlive-fonts-cm"....* gnu/packages/tex.scm (texlive-amsfonts, texlive-fonts-latex, texlive-etex,
texlive-hyph-utf8, texlive-base, texlive-fonts-ec,
texlive-fonts-rsfs)[native-inputs]: Rename texlive-fonts-cm to texlive-cm.
[arguments]: Adjust.
| Ricardo Wurmus |
2019-07-24 | gnu: texlive-base: Include texlive-tetex....* gnu/packages/tex.scm (texlive-base)[default-packages]: Add texlive-tetex.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-tetex....* gnu/packages/tex.scm (texlive-tetex): New variable.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-beamer....* gnu/packages/tex.scm (texlive-beamer): New variable.
(texlive-latex-beamer): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-cm....* gnu/packages/tex.scm (texlive-cm): New variable.
(texlive-fonts-cm): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-zapfding....* gnu/packages/tex.scm (texlive-zapfding): New variable.
(texlive-fonts-adobe-zapfding): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-palatino....* gnu/packages/tex.scm (texlive-palatino): New variable.
(texlive-fonts-adobe-palatino): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-times....* gnu/packages/tex.scm (texlive-times): New variable.
(texlive-fonts-adobe-times): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-charter....* gnu/packages/tex.scm (texlive-charter): New variable.
(texlive-fonts-charter): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: texlive-tex-plain: Simplify....* gnu/packages/tex.scm (texlive-tex-plain): Implement with
SIMPLE-TEXLIVE-PACKAGE.
[description]: Use full sentences.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-xypic....* gnu/packages/tex.scm (texlive-xypic): New variable.
(texlive-fonts-xypic, texlive-generic-xypic): Deprecate them.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-txfonts....* gnu/packages/tex.scm (texlive-txfonts): New variable.
(texlive-fonts-txfonts): Deprecate package.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-ae....* gnu/packages/tex.scm (texlive-ae): New variable.
| Ricardo Wurmus |
2019-07-24 | gnu: texlive-fonts-ec: Update license URL....* gnu/packages/tex.scm (texlive-fonts-ec)[license]: Update URL.
| Ricardo Wurmus |
2019-07-24 | gnu: Replace uses of texlive-*-amsfonts....* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace
texlive-fonts-amsfonts and texlive-latex-amsfonts with texlive-amsfonts in
texlive-union.
* gnu/packages/docbook.scm (dblatex)[inputs]: Same.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Same.
* gnu/packages/python-xyz.scm (python-numpy-documentation,
python-matplotlib-documentation, python-ipython-documentation)
[native-inputs]: Same.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Same.
* gnu/packages/tex.scm (teximpatient)[native-inputs]: Same.
| Ricardo Wurmus |
2019-07-24 | gnu: Add texlive-amsfonts....* gnu/packages/tex.scm (texlive-fonts-amsfonts, texlive-latex-amsfonts):
Deprecate and merge...
(texlive-amsfonts): ...to this new package.
| Ricardo Wurmus |
2019-07-24 | gnu: texlive-latex-base: Simplify....* gnu/packages/tex.scm (texlive-latex-base)[source]: Use TEXLIVE-ORIGIN.
[arguments]: Simplify build phase by running fmtutil-sys; adjust install
phase.
[native-inputs]: Remove texlive-generic-unicode-data,
texlive-generic-dehyph-exptl, texlive-generic-tex-ini-files,
texlive-latex-latexconfig, texlive-generic-hyphen, texlive-generic-ruhyphen,
texlive-generic-ukrhyph, texlive-generic-config, and
texlive-latex-base-support-files; add texlive-tex-ini-files, texlive-kpathsea,
and texlive-luatexconfig.
[propagated-inputs]: Add texlive-etex, texlive-hyph-utf8, texlive-hyphen-base,
texlive-hyphen-afrikaans, texlive-hyphen-ancientgreek,
texlive-hyphen-armenian, texlive-hyphen-basque, texlive-hyphen-belarusian,
texlive-hyphen-bulgarian, texlive-hyphen-catalan, texlive-hyphen-chinese,
texlive-hyphen-churchslavonic, texlive-hyphen-coptic, texlive-hyphen-croatian,
texlive-hyphen-czech, texlive-hyphen-danish, texlive-hyphen-dutch,
texlive-hyphen-english, texlive-hyphen-esperanto, texlive-hyphen-estonian,
texlive-hyphen-ethiopic, texlive-hyphen-finnish, texlive-hyphen-french,
texlive-hyphen-friulan, texlive-hyphen-galician, texlive-hyphen-georgian,
texlive-hyphen-german, texlive-hyphen-greek, texlive-hyphen-hungarian,
texlive-hyphen-icelandic, texlive-hyphen-indic, texlive-hyphen-indonesian,
texlive-hyphen-interlingua, texlive-hyphen-irish, texlive-hyphen-italian,
texlive-hyphen-kurmanji, texlive-hyphen-latin, texlive-hyphen-latvian,
texlive-hyphen-lithuanian, texlive-hyphen-mongolian, texlive-hyphen-norwegian,
texlive-hyphen-occitan, texlive-hyphen-piedmontese, texlive-hyphen-polish,
texlive-hyphen-portuguese, texlive-hyphen-romanian, texlive-hyphen-romansh,
texlive-hyphen-russian, texlive-hyphen-sanskrit, texlive-hyphen-serbian,
texlive-hyphen-slovak, texlive-hyphen-slovenian, texlive-hyphen-spanish,
texlive-hyphen-swedish, texlive-hyphen-thai, texlive-hyphen-turkish,
texlive-hyphen-turkmen, texlive-hyphen-ukrainian, texlive-hyphen-uppersorbian,
texlive-hyphen-welsh, texlive-unicode-data, texlive-ukrhyph, texlive-ruhyphen,
and texlive-latexconfig.
| Ricardo Wurmus |
2019-07-24 | gnu: texlive-dvips: Update source files....* gnu/packages/tex.scm (texlive-dvips): Include source files from the TeX Live
SVN repository according to texlive.tlpdb.
| Ricardo Wurmus |