Age | Commit message (Expand) | Author |
2023-04-30 | gnu: plover: Fix build....Fixes this error in tests:
`pkg_resources.DistributionNotFound: The 'wcwidth' distribution was not found and is required by the application`
* gnu/packages/stenography.scm (plover)[inputs]: Add python-wcwidth.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2023-04-30 | gnu: slim: Update homepage....Moved to github, according to https://www.berlios.de/software/slim/.
* gnu/packages/display-managers.scm (slim) [home-page]: update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brian Cully |
2023-04-30 | gnu: slim: Fix build failure with GCC-11...GCC-11 sniffed out a long-standing bug where a pointer was being tested for a
negative value, which is impossible. Instead, check for NULL, which is how the
error result is actually returned.
See https://github.com/iwamatsu/slim/issues/14 for details.
Fixes <https://issues.guix.gnu.org/63155>.
* gnu/packages/display-managers.scm (slim) [fix-0-pointer-comparison]: new
phase
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brian Cully |
2023-04-30 | gnu: mumi: Add guile-gnutls to inputs....This fixes this error when running mumi on foreign distributions:
Throw to key `gnutls-not-available' with args `("(gnutls) module not available")'.
* gnu/packages/mail.scm (mumi)[inputs]: Add guile-gnutls.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2023-04-30 | installer: Filter out C.UTF-8 from the list of locales....* gnu/installer/locale.scm (supported-locales->locales): Filter out C.UTF-8. It
doesn't follow the other locales' format, and doesn't have a corresponding
iso639 code.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret |
2023-04-30 | system: guix: Use config's ACL file location....* gnu/services/base.scm (substitute-key-authorization): Use %acl-file instead of
hardcoded "/etc/guix/acl".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret |
2023-04-30 | gnu: guix: Add guile-semver....* gnu/packages/package-management.scm (guix)[propagated-inputs]: Add
guile-semver.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon Tournier |
2023-04-30 | gnu: Add chicken-srfi-18....* gnu/packages/chicken.scm (chicken-srfi-18): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kristian Lein-Mathisen |
2023-04-30 | gnu: Add chicken-compile-file....* gnu/packages/chicken.scm (chicken-compile-file): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kristian Lein-Mathisen |
2023-04-30 | gnu: Add diffpdf....* gnu/packages/pdf.scm (diffpdf): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion |
2023-04-30 | gnu: r-ggbeeswarm: Update to 0.7.2....* gnu/packages/statistics.scm (r-ggbeeswarm): Update to 0.7.2.
[propagated-inputs]: Add r-cli.
| Ricardo Wurmus |
2023-04-30 | gnu: r-clusterr: Update to 1.3.1....* gnu/packages/cran.scm (r-clusterr): Update to 1.3.1.
| Ricardo Wurmus |
2023-04-30 | gnu: linux-libre 6.1: Update to 6.1.26....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.26.
(linux-libre-6.1-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre 4.14: Update to 4.14.314....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.314.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre 4.19: Update to 4.19.282....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.282.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre 5.4: Update to 5.4.242....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.242.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre 5.10: Update to 5.10.179....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.179.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre 5.15: Update to 5.15.109....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.109.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: linux-libre: Update to 6.2.13....* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.13.
(linux-libre-6.2-pristine-source): Update hash.
| Leo Famulari |
2023-04-30 | gnu: clitest: Fix test failure with newer grep....* gnu/packages/patches/clitest-grep-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/check.scm (clitest)[source](patches): New field.
[arguments]: While at it, remove obsolete substitution.
| Marius Bakke |
2023-04-30 | gnu: ungoogled-chromium: Update to 112.0.5615.165-1....* gnu/packages/chromium.scm (%chromium-version): Set to 112.0.5615.165.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2023-04-30 | gnu: ungoogled-chromium: Update to 111.0.5563.146-1....* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for M111.
(%chromium-version): Set to 111.0.5563.146.
(%ungoogled-origin): Update hash.
(%chromium-gcc-patchset, gcc-patch, %gcc-patches): Remove variables.
(%arch-patches): Remove obsolete.
(ungoogled-chromium)[source](sha256): Update hash.
| Marius Bakke |
2023-04-30 | gnu: ungoogled-chromium: Update to 110.0.5481.177-1....* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for M110.
(%chromium-version): Set to 110.0.5481.177.
(%debian-revision): Bump.
(%ungoogled-origin, %debian-origin): Update hashes.
(%debian-patches): Remove obsolete patch.
(ungoogled-chromium-snippet): Use upstream jsoncpp unbundle script.
(ungoogled-chromium)[source](sha256): Update hash.
[arguments]: Remove obsolete configure flags and substitution. Use system libffi.
| Marius Bakke |
2023-04-30 | gnu: ungoogled-chromium: Don't add absolute references to libGL and libvulkan....Keeping track of the uses of these libraries is a lot of work and ultimately
not worth the trouble -- especially since Chromium supports multiple libGL's
with different ABIs. Instead we take the easy route and rely on a search path.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove patching
of libGL.so and libvulkan.so. Instead wrap with LD_LIBRARY_PATH.
| Marius Bakke |
2023-04-30 | gnu: emacs: Use librsvg-for-system....* gnu/packages/emacs.scm (emacs)[inputs]: Replace librsvg input logic
with librsvg-for-system.
| Efraim Flashner |
2023-04-30 | gnu: deluge: Use librsvg-for-system....* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg
input logic with librsvg-for-system.
| Efraim Flashner |
2023-04-30 | gnu: cl-clsql: Build with mariadb....* gnu/packages/lisp-xyz.scm (cl-clsql)[inputs]: Remove mysql. Add
mariadb:dev.
| Efraim Flashner |
2023-04-30 | gnu: sbcl-clsql: Build with mariadb....* gnu/packages/lisp-xyz.scm (sbcl-clsql)[inputs]: Remove mysql. Add
mariadb:dev, mariadb:lib.
[arguments]: Adjust custom 'build-helper-library phase to build with
and link to mariadb.
| Efraim Flashner |
2023-04-30 | gnu: opensmtpd-extras: Build with mariadb....* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Remove mysql. Add
mariadb:dev.
| Efraim Flashner |
2023-04-30 | gnu: ulogd: Build with mariadb....* gnu/packages/linux.scm (ulogd)[inputs]: Remove mysql. Add mariadb:dev.
[arguments]: Adjust configure-flags accordingly.
| Efraim Flashner |
2023-04-30 | gnu: inspircd: Build with mariadb....* gnu/packages/irc.scm (inspircd)[inputs]: Remove mysql. Add mariadb:dev.
| Efraim Flashner |
2023-04-30 | gnu: neko: Build with mariadb....* gnu/packages/haxe.scm (neko)[inputs]: Remove mysql. Add mariadb:dev,
mariadb:lib.
| Efraim Flashner |
2023-04-30 | gnu: ghc-mysql: Build with mariadb....* gnu/packages/haskell-xyz.scm (ghc-mysql)[inputs]: Remove mysql. Add
mariadb:dev.
| Efraim Flashner |
2023-04-30 | gnu: sysbench: Build with mariadb....* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag.
[inputs]: Remove mysql. Add mariadb:dev.
| Efraim Flashner |
2023-04-30 | gnu: r-ffbase: Fix build with R 4.3.0....* gnu/packages/cran.scm (r-ffbase)[arguments]: Add phase 'r-compatibility.
| Ricardo Wurmus |
2023-04-30 | gnu: mod-wsgi: Make sure not to keep a store reference to HTTPD....* gnu/packages/web.scm (mod-wsgi)[inputs]: Move httpd ...
[native-inputs]: ... to here.
[arguments]: Forbid keeping a reference to httpd.
| Leo Famulari |
2023-04-30 | gnu: 389-ds-base: Make sure not to keep a store reference to HTTPD....* gnu/packages/openldap.scm (389-ds-base)[inputs]: Move httpd ...
[native-inputs]: ... to here.
[arguments]: Forbid keeping a reference to httpd.
| Leo Famulari |
2023-04-30 | gnu: neko: Make sure not to keep a store reference to HTTPD....* gnu/packages/haxe.scm (neko): Move httpd ...
[native-inputs]: ... to here.
[arguments]: Forbid keeping a reference to httpd.
| Leo Famulari |
2023-04-30 | gnu: httpd: Update to 2.4.57 [security fixes]....Fixes CVE-2023-27522, CVE-2023-25690, CVE-2022-37436, CVE-2022-36760,
CVE-2006-20001, CVE-2022-31813, CVE-2022-30556, CVE-2022-30522,
CVE-2022-29404, CVE-2022-28615, CVE-2022-28614, CVE-2022-28330,
CVE-2022-26377, CVE-2022-23943, CVE-2022-22721, CVE-2022-22720,
and CVE-2022-22719.
* gnu/packages/web.scm (httpd): Update to 2.4.57.
(httpd/pinned): New variable.
* gnu/packages/gnome.scm (libsoup-minimal): Replace httpd with httpd/pinned.
| Leo Famulari |
2023-04-29 | gnu: r-motifstack: Update to 1.44.1....* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.44.1.
| Ricardo Wurmus |
2023-04-29 | gnu: r-chippeakanno: Update to 3.34.1....* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.34.1.
| Ricardo Wurmus |
2023-04-29 | gnu: rust: Disable support for aarch64-linux, riscv64-linux....Support is currently broken and blocks too many other packages.
* gnu/packages/gnome.scm (librsvg-for-system): Only use librsvg on
x86_64-linux.
* gnu/packages/rust.scm (rust-bootstrap)[supported-systems]: Remove
aarch64-linux, riscv64-linux.
| Efraim Flashner |
2023-04-29 | gnu: r-norm: Update to 1.0-11.0....* gnu/packages/statistics.scm (r-norm): Update to 1.0-11.0.
| Ricardo Wurmus |
2023-04-29 | gnu: r-lme4: Update to 1.1-33....* gnu/packages/statistics.scm (r-lme4): Update to 1.1-33.
| Ricardo Wurmus |
2023-04-29 | gnu: r-sfsmisc: Update to 1.1-15....* gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-15.
| Ricardo Wurmus |
2023-04-29 | gnu: r-checkmate: Update to 2.2.0....* gnu/packages/statistics.scm (r-checkmate): Update to 2.2.0.
| Ricardo Wurmus |
2023-04-29 | gnu: r-xml2: Update to 1.3.4....* gnu/packages/statistics.scm (r-xml2): Update to 1.3.4.
| Ricardo Wurmus |
2023-04-29 | gnu: r-dplyr: Update to 1.1.2....* gnu/packages/statistics.scm (r-dplyr): Update to 1.1.2.
| Ricardo Wurmus |
2023-04-29 | gnu: r-rlang: Update to 1.1.1....* gnu/packages/statistics.scm (r-rlang): Update to 1.1.1.
| Ricardo Wurmus |
2023-04-29 | gnu: r-microbenchmark: Update to 1.4.10....* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4.10.
| Ricardo Wurmus |