Age | Commit message (Expand) | Author |
2022-05-12 | gnu: commencement: Add bootstrap-seeds....* gnu/packages/commencement.scm (bootstrap-seeds): New variable.
| Jan (janneke) Nieuwenhuizen |
2022-05-08 | gnu: curl: Update to 7.82.0....* gnu/packages/curl.scm (curl): Update to 7.82.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Paul Alesius |
2022-05-08 | gnu: poppler: Build support for PDF signatures....* gnu/packages/pdf.scm (poppler)[inputs]: Add nss.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2022-05-08 | gnu: boost: Update to 1.79.0....* gnu/packages/boost.scm (boost): Update to 1.79.0.
[source](patches): Add new and remove old upstream patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-29 | gnu: findutils: Update to 4.9.0....* gnu/packages/base.scm (findutils): Update to 4.9.0.
| Efraim Flashner |
2022-04-29 | gnu: gzip: Update to 1.12....* gnu/packages/compression.scm (gzip): Update to 1.12.
[arguments]: Add configure-flag to enable building zless without less
binary present. Remove unneeded 'patch-for-glibc-2.28 phase. Adjust
custom 'use-absolute-name-of-gzip phase to upstream changes.
| Efraim Flashner |
2022-04-28 | gnu: zstd: Update to 1.5.2....* gnu/packages/compression.scm (zstd): Update to 1.5.2.
[arguments]: Remove obsolete phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-12 | gnu: python-pytest-xdist: Update to 2.5.0....* gnu/packages/check.scm (python-pytest-xdist): Update to 2.5.0.
[source]: Remove obsolete snippet.
[phases]{patch-setup-py}: Delete phase.
{check}: Streamline.
[native-inputs, propagated-inputs, home-page]: Fix indentation.
(python2-pytest-xdist): Delete variable.
(python-pytest-xdist-next): Delete variable.
* gnu/packages/django.scm (python-pytest-django): Use regular
python-pytest-xdist.
* gnu/packages/python-check.scm (python-pytest-csv): Likewise, and ditto for
python-pytest.
| Maxim Cournoyer |
2022-04-12 | gnu: python-pytest-forked: Update to 1.4.0....* gnu/packages/check.scm (python-pytest-forked): Update to 1.4.0.
[phases]{pretend-version}: New phase.
{disable-setuptools-scm}: Delete phase.
{check}: Streamline.
[native-inputs]: Add python-setuptools-scm.
| Maxim Cournoyer |
2022-04-07 | gnu: glibc: Build with '--strip-debug' instead of '--strip-all'....Fixes <https://issues.guix.gnu.org/54728>.
Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
* gnu/packages/base.scm (glibc)[arguments]: Add #:strip-flags.
| Ludovic Courtès |
2022-03-28 | gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant definitions....Those were presumably introduced by mistake during a merge.
* gnu/packages/tex.scm (texlive-latex-listings, texlive-latex-pgf):
Remove redundant definitions.
| Ludovic Courtès |
2022-03-28 | gnu: texlive-psnfss: Fix build; add "doc" output....* gnu/packages/tex.scm (texlive-psnfss)[outputs]: Add "doc".
[arguments]<#:phases>: Add "chdir-back", "clean-installed-files" and
"move-doc-files" phases to ensure files are correctly arranged in package's
outputs, matching installation instructions in README.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2022-03-28 | gnu: texlive-psnfss: Do not return #t from custom phase....* gnu/packages/tex.scm (texlive-psnfss)[arguments]<#:phases>: Remove
trailing #t from "chdir" phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2022-03-28 | gnu: boost: Update to 1.78.0....* gnu/packages/boost.scm (boost): Update to 1.78.0.
[source](patches): Add upstream patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-03-28 | gnu: bash: Build '--without-bash-malloc'....Fixes <https://issues.guix.gnu.org/54557>.
* gnu/packages/bash.scm (bash): Add '--without-bash-malloc' to
CONFIGURE-FLAGS.
| Ludovic Courtès |
2022-03-23 | gnu: ed: Use cc-for-target....* gnu/packages/ed.scm (ed)[arguments]: Replace hardcoded gcc with
cc-for-target.
| Efraim Flashner |
2022-03-23 | gnu: ed: Update to 1.18....* gnu/packages/ed.scm (ed): Update to 1.18.
[arguments]: Remove trailing #t.
| Efraim Flashner |
2022-03-23 | gnu: bash: Update to 5.1.16....* gnu/packages/bash.scm (%patch-series-5.1): Add patches 9 through 16.
| Efraim Flashner |
2022-03-22 | gnu: pciutils: Use newer pci.ids file from hwdata....* gnu/packages/pciutils.scm (pciutils)[phases]{unbundle-pci.ids}: New phase.
[configure]: Adjust Makefile to not install the update script and its man page.
[native-inputs]{hwdata:pci}: New native input.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley |
2022-03-22 | gnu: python-nbconvert: Replace texlive-generic-ulem input by texlive-ulem....This was a caused by a badly resolved conflict in the recent staging branch
merge.
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace
texlive-generic-ulem by texlive-ulem in the computed texlive-updmap.cfg.
| Maxim Cournoyer |
2022-03-22 | gnu: man-db: Simplify 'patch-test-shebangs' phase....* gnu/packages/man.scm (man-db)[phases]{patch-test-shebangs}: Do not filter
nonexistent directories from find-files.
[modules]: Delete field.
| Maxim Cournoyer |
2022-03-22 | profiles: manual-database: Remove GDBM workaround....* guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_
environment variable.
| Maxim Cournoyer |
2022-03-22 | gnu: libusb: Update to 1.0.25....* gnu/packages/libusb.scm (libusb): Update to 1.0.25.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Wil deBeest |
2022-03-21 | Merge branch 'staging' into core-updates. | Maxim Cournoyer |
2022-03-21 | Merge branch 'master' into staging. | Maxim Cournoyer |
2022-03-21 | packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.7....* guix/packages.scm: Only set #:replace? #true when Guile is >= 2.2.7.
Fixes: <https://issues.guix.gnu.org/53765>
Reported-By: Peter Kois <kangus@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |
2022-03-21 | gnu: Add python-pytest-pudb....* gnu/packages/check.scm (python-pytest-pudb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-03-21 | system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS....* gnu/system.scm (%base-packages-utils): Replace SHADOW with
SHADOW-WITH-MAN-PAGES.
| Ludovic Courtès |
2022-03-21 | gnu: shadow: Add variant with man pages....* gnu/packages/admin.scm (shadow)[properties]: New field.
(shadow-with-man-pages): New variable.
| Ludovic Courtès |
2022-03-21 | gnu: man-db: Update to 2.10.2, enable support for zstd and libseccomp....* gnu/packages/man.scm (man-db): Update to 2.10.2.
[configure-flags]: Use search-input-file. Add '--with-zstd' flag.
[phases]: Delete trailing #t.
[native-inputs]: Adjust comment.
[inputs]{libseccomp, zstd}: New inputs. Remove FIXME comment.
| Maxim Cournoyer |
2022-03-21 | gnu: openboardview: Unbundle imgui....* gnu/packages/patches/openboardview-use-system-imgui.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/electronics.scm (openboardview)[source]: Delete "imgui"
subdirectory from snippet and apply patch.
[inputs]{imgui}: New input.
| Maxim Cournoyer |
2022-03-21 | gnu: imgui: Add support for fontconfig and the C++ standard library....* gnu/packages/toolkits.scm (imgui)[source]: Streamline snippet.
[arguments]: Use gexps.
[phases]{build}: Add include directive to fonconfig headers. Also build the
C++ sources found under the "misc" directory.
{install}: Install headers found under the "misc" directory.
[inputs]: Add fontconfig.
| Maxim Cournoyer |
2022-03-21 | gnu: openboardview: Update to 8.95.2....* gnu/packages/electronics.scm (openboardview): Update to 8.95.2.
[source]: Update snippet comment.
[phases]{remove-timestamps}: Delete phase.
| Maxim Cournoyer |
2022-03-21 | gnu: beancount: Disable sanity check....* gnu/packages/finance.scm (beancount): Disable sanity check.
| Christine Lemmer-Webber |
2022-03-21 | gnu: emacs-repology: Update to 1.2.3....* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.3.
| Nicolas Goaziou |
2022-03-21 | gnu: emacs-ebdb: Update to 0.8.13....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.13.
| Nicolas Goaziou |
2022-03-21 | gnu: Add atomic-queue....* gnu/packages/cpp.scm (atomic-queue): New variable.
| Arun Isaac |
2022-03-21 | gnu: cl-printv: Update to 0.1.0-2.e717a7f....* gnu/packages/lisp-xyz.scm (sbcl-printv): Update to 0.1.0-2.e717a7f.
[inputs]: Add figlet.
[arguments]: Add 'patch-figlet-executable' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-03-21 | gnu: tinmop: Update to 0.9.6....* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.6.
[native-inputs]: Use new style.
[inputs]: Use new style. Add ncurses, sbcl-purgatory,
sbcl-trivial-clipboard and sqlite.
[synopsis, description]: Update them.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-03-21 | gnu: cl-croatoan: Update to 0.0.1-5.5d0949d....* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d.
[inputs]: Use new style.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-03-21 | gnu: guix: Fix test suite on riscv64-linux....* gnu/packages/package-management.scm (guix)[arguments]: Add phase when
building for riscv64-linux to adjust the test suite.
| Efraim Flashner |
2022-03-20 | gnu: pyzo: Update to 4.12.3....* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
| Nicolas Goaziou |
2022-03-20 | gnu: linux-libre 5.4: Update to 5.4.186....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.186.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre 5.10: Update to 5.10.107....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.107.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre 5.15: Update to 5.15.30....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.30.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre: Update to 5.16.16....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.16.
(linux-libre-5.16-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | home: import: Clarify alias parsing code....* guix/scripts/home/import.scm (generate-bash-configuration+modules)
[bash-alias->pair]: Return #f on match failure.
[parse-aliases]: Adjust accordingly and use 'match'.
Remove 'filter' call.
| Ludovic Courtès |
2022-03-20 | home: import: Properly parse aliases that contain quotes....* guix/scripts/home/import.scm (generate-bash-configuration+modules):
Define 'alias-rx'.
[bash-alias->pair]: Use it.
* tests/home-import.scm (match-home-environment-bash-service-with-alias):
New variable.
("manifest->code: Bash service with aliases"): New test.
| Ludovic Courtès |
2022-03-20 | home: symlink-manager: Respect XDG_CONFIG_HOME during activation....* gnu/home/services/symlink-manager.scm (update-symlinks-script): Respect
XDG_CONFIG_HOME during activation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-03-20 | home: Migrate fountutils and xdg modules to xdg-configuration-files....* gnu/home/services/fontutils.scm (home-fontconfig-service-type): Migrate to
xdg-configuration-files.
* gnu/home/services/xdg.scm (home-xdg-user-directories-service-type,
home-xdg-mime-applications-service-type): Migrate to xdg-configuration-files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |