Age | Commit message (Expand) | Author |
2021-01-14 | gnu: texlive-bin: Replace python-2 by python.•••* gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
| Maxim Cournoyer |
2021-01-14 | build-system/texlive: Allow specifying SVN references with a single component.•••This is the case for macros (formats), for which the TeX Directory Structure
specifies to be located at the root of the source tree directly.
* guix/build-system/texlive.scm (texlive-ref): Make the ID parameter
optional. Update doc.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-texmf: Replace python-2 by python.•••* gnu/packages/tex.scm (texlive-texmf)[inputs]: Replace python-2 by python.
| Maxim Cournoyer |
2021-01-14 | gnu: Add docbook-utils.•••* gnu/packages/docbook.scm (docbook-utils): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-jadetex.•••* gnu/packages/tex.scm (texlive-jadetex): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-xmltex.•••* gnu/packages/tex.scm (texlive-xmltex): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-wasysym: Update synopsis and description.•••* gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by
'wasy', not WASY2.
[description]: Likewise. Use code ornaments for the LaTeX package names.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-wasy.•••* gnu/packages/tex.scm (texlive-wasy): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-stmaryrd: Actually include the fonts.•••* gnu/packages/tex.scm (texlive-stmaryrd): Rewrite package to inherit from a
simple-texlive-template package, so that fonts resources as listed in the
texlive.tlpdb database are retrieved and installed.
[arguments]: Adapt to use with the inherited template.
{chdir}: New phase.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-helvetic.•••* gnu/packages/tex.scm (texlive-helvetic): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-courier.•••* gnu/packages/tex.scm (texlive-courier): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-jknappen.•••* gnu/packages/tex.scm (texlive-jknappen): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-psnfss: Improve description.•••* gnu/packages/tex.scm (texlive-psnfss): Improve description.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-latex-oberdiek: Rename to texlive-oberdiek.•••This is done to match the package name as registered in the texlive.tlpdb
database.
* gnu/packages/tex.scm (texlive-latex-oberdiek): New deprecated package.
(texlive-oberdiek): Renamed from the above.
(texlive-pstool, texlive-latex-geometry)
(texlive-beamer): Adjust to use the renamed package variable.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.•••* gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd,
according to the texlive.tlpdb database. Deprecate old package name.
| Maxim Cournoyer |
2021-01-14 | gnu: texlive-latex-wasysym: Rename to texlive-wasysym.•••* gnu/packages/tex.scm (texlive-latex-wasysym): Rename to texlive-wasysym,
according to the texlive.tlpdb database. Deprecate old package name.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-tipa.•••* gnu/packages/tex.scm (texlive-tipa): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add config.•••* gnu/packages/autotools.scm (config): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add texlive-marvosym.•••* gnu/packages/tex.scm (texlive-marvosym): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add docbook-sgml-3.1.•••* gnu/packages/docbook.scm (docbook-sgml-3.1): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add perl-sgmls.•••* gnu/packages/perl.scm (perl-sgmls): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add docbook-dsssl.•••* gnu/packages/docbook.scm (docbook-dsssl): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add docbook-sgml.•••* gnu/packages/docbook.scm (docbook-sgml): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add iso-8879-entities.•••* gnu/packages/docbook.scm (iso-8879-entities): New private variable.
| Maxim Cournoyer |
2021-01-14 | gnu: Add openjade.•••* gnu/packages/xml.scm (openjade): New variable.
| Maxim Cournoyer |
2021-01-14 | gnu: opensp: Add doc output, enable tests and add search path.•••* gnu/packages/xml.scm (opensp)[outputs]: Add doc output.
[inputs]: Move to...
[native-inputs]: ... here. Add autoconf, automake, gettext and libtool and
libxml2.
[arguments]: Enable tests.
{make-flags}: New argument.
[phases]{patch-docbook-paths}: No longer patch XMLTO command line.
{delete-configure, honor-docdir, fix-tests-makefile.am}: New phases.
[native-search-paths]: Define a SGML_CATALOG_FILES search path specification.
[description]: Extend description.
| Maxim Cournoyer |
2021-01-14 | gnu: opensp: Move package to (gnu packages xml).•••* gnu/packages/finance.scm (opensp): Move to...
* gnu/packages/xml.scm (opensp): ... here.
| Maxim Cournoyer |
2021-01-14 | gnu: python-pytest: Update to 6.2.1.•••* gnu/packages/check.scm (python-pytest): Update to 6.2.1.
[phases]{check}: Repatriate from the python-pytest-6 definition.
[native-inputs]: Add python-iniconfig and python-toml.
| Maxim Cournoyer |
2021-01-14 | gnu: python-py: Update to 1.10.0.•••* gnu/packages/check.scm (python-pytest-6)[propagated-inputs]: Replace
python-py-next by python-py.
* gnu/packages/python-xyz.scm (python-py): Update to 1.10.0.
(python-py-next): Remove variable.
| Maxim Cournoyer |
2021-01-13 | Merge branch 'staging' into 'core-updates'.•••Conflicts:
gnu/local.mk
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/gl.scm
gnu/packages/glib.scm
gnu/packages/guile.scm
gnu/packages/node.scm
gnu/packages/openldap.scm
gnu/packages/package-management.scm
gnu/packages/python-xyz.scm
gnu/packages/python.scm
gnu/packages/tls.scm
gnu/packages/vpn.scm
gnu/packages/xorg.scm
| Maxim Cournoyer |
2021-01-13 | gnu: gobject-introspection: Update to 1.66.1.•••* gnu/packages/glib.scm (gobject-introspection): Update to 1.66.1.
| Maxim Cournoyer |
2021-01-13 | gnu: python-libxml2: Fix building with python-3.9.•••* gnu/packages/xml.scm (python-libxml2)[source]: Add patch.
* gnu/packages/patches/python-libxml2-python39-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-01-13 | gnu: xcb-proto: Adjust source for python-3.9 update.•••* gnu/packages/xorg.scm (xorg-proto)[source]: Add snippet to fix pythom
module import.
| Efraim Flashner |
2021-01-12 | gnu: python: Update to 3.9.1 and streamline package definition.•••* gnu/packages/python.scm (python-3.8): Rename to...
(python-3.9): ... this. Update version to 3.9.1.
[arguments]{make-flags}: Restore test_socket test.
[phases]{unset-SOURCE_DATE_EPOCH, reset-SOURCE_DATE_EPOCH}: Remove phases.
{rebuild-bytecode}: Simplify code. Set the invalidation-mode argument of the
compileall module to "unchecked-hash", to ensure determinism.
(python-3): Adjust to refer to python-3.9.
* gnu/packages/patches/python-3-fix-tests.patch: Rebase and extend patch.
* gnu/packages/patches/python-3.8-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
| Maxim Cournoyer |
2021-01-12 | gnu: python-3.8: Apply python-3-arm-alignment.patch unconditionally.•••* gnu/packages/python.scm (python-3.8)[source]: Add
"python-3-arm-alignment.patch" to the patches field.
[phases]{apply-alignment-patch}: Remove phase.
[native-inputs]: Remove arm-alignment.patch.
| Maxim Cournoyer |
2021-01-12 | gnu: python-3.8: Fix indentation.•••* gnu/packages/python.scm (python-3.8): Fix indentation.
| Maxim Cournoyer |
2021-01-11 | gnu: guile: Fix tests on emulated architectures.•••The stack overflow test limits the virtual memory size using setrlimit with
RLIMIT_AS argument. This is ignored when using QEMU transparent emulation,
causing the test to crash.
* gnu/packages/patches/guile-2.2-skip-so-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/guile.scm (guile-2.2): Add it.
| Mathieu Othacehe |
2021-01-10 | packages: Fix 'base32' used before definition warning.•••Before this change, compiling the module would emit the following message:
"guix/packages.scm:213:25: warning: macro `base32' used before definition".
* guix/packages.scm (define-compile-time-decoder)
(base32, base64): Move definitions to the top of the module.
| Maxim Cournoyer |
2021-01-10 | Merge branch 'master' into staging | Efraim Flashner |
2021-01-10 | gnu: pulseview: Fix qt-5.15 compatibility.•••* gnu/packages/electronics.scm (pulseview)[source]: Add patch.
* gnu/packages/patches/pulseview-qt515-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-01-10 | gnu: pulseview: Update to 0.4.2.•••* gnu/packages/electronics.scm (pulseview): Update to 0.4.2.
[source]: Use https.
| Efraim Flashner |
2021-01-10 | gnu: supercollider: Update to 3.11.2.•••* gnu/packages/audio.scm (supercollider): Update to 3.11.2.
[arguments]: Disable building libscsynth.
| Efraim Flashner |
2021-01-10 | gnu: Add emacs-org-roam-bibtex.•••* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-01-10 | gnu: emacs-eglot: Add missing dependency.•••* gnu/packages/emacs-xyz.scm (emacs-eglot): [propagated-inputs] Add
emacs-project.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| John Soo |
2021-01-10 | gnu: Updated liferea to 1.13.4.•••* gnu/packages/syndiction.scm (liferea): Updated to 1.13.4.
[source]: Switched to git-download.
[native-inputs]: Added autotools, automake, libtool.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| raingloom |
2021-01-10 | gnu: julius: Update to 1.6.0.•••* gnu/packages/games.scm (julius): Update to 1.6.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Timotej Lazar |
2021-01-10 | gnu: emacs-calibredb: Update to 2.8.0.•••* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.8.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Michael Rohleder |
2021-01-10 | gnu: emacs-fountain-mode: Update to 3.4.0.•••* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-01-10 | gnu: emacs-websocket: Update to 1.13.•••* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.
| Nicolas Goaziou |
2021-01-10 | gnu: emacs-auctex: Update to 13.0.3.•••* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.3.
| Nicolas Goaziou |