aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-08gnu: guix: Update to e427593.Chris Marusich
* gnu/packages/package-management.scm (guix): Update to e427593.
2022-01-08gnu: guix: Update to dc2b901.Chris Marusich
* gnu/packages/package-management.scm (guix): Update to dc2b901.
2022-01-08services: set-xorg-configuration: Use target-x86-64?.Chris Marusich
* gnu/services/xorg.scm (set-xorg-configuration)[login-manager-service-type]: Use target-x86-64? from (guix utils) to decide if the system is an x86_64 system instead of comparing the strings ourselves.
2022-01-08tests: Fix file-needed/recursive on powerpc64le-linux.Chris Marusich
Fixes: <https://issues.guix.gnu.org/52940>. * tests/gremlin.scm (file-needed/recursive): Consider two entries to be equivalent not when they are the same string, but rather when they refer to the same file. [ground-truth]: In addition to strings that begin with "linux-vdso.so", remove strings that begin with "linux-vdso64.so".
2022-01-08services: networking: Add netmask to loopback address.Ludovic Courtès
Previously, we would get a fishy 127.0.0.1/0 interface: $ ip a show dev lo 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 127.0.0.1/0 scope global lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever With this change, we get nothing but the "/8" version: $ ip a show dev lo 1: lo: <LOOPBACK,MULTICAST,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope global lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever Reported by Yann Dupont <Yann.Dupont@univ-nantes.fr>. * gnu/services/base.scm (assert-valid-address): Remove special cases for 127.0.0.1 and ::1. (%loopback-static-networking): Add "/8".
2022-01-08gnu: Add python-astral.paladhammika
* gnu/packages/astronomy.scm (python-astral): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-08gnu: Add kid3.Vinicius Monego
* gnu/packages/kde-multimedia.scm (kid3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-08gnu: Add python-markdownify.Giacomo Leidi
* gnu/packages/markup.scm (python-markdownify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-08gnu: tlp: Remove obsolete #t returns.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (tlp)[arguments]: Don't explicitly return #t from phases.
2022-01-08gnu: httpfs2: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
2022-01-08gnu: httpfs2: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (httpfs2)[arguments]: Rewrite as G-expressions.
2022-01-08gnu: tlpui: Update to 1.5.0.Nicolas Goaziou
* gnu/packages/linux.scm (tlpui): Update to 1.5.0.
2022-01-08gnu: tlp: Update to 1.5.0.Nicolas Goaziou
* gnu/packages/linux.scm (tlp): Update to 1.5.0.
2022-01-08gnu: giac: Update to 1.7.0-45.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-45. [inputs]: Remove labels. [native-inputs]: Remove labels.
2022-01-08gnu: emacs-with-editor: Update to 3.1.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.1.
2022-01-08gnu: emacs-vertico: Update to 0.19.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.19.
2022-01-08gnu: emacs-trashed: Update to 2.1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.3.
2022-01-08gnu: emacs-typit: Update to 0.2.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.2.
2022-01-08gnu: emacs-rustic: Update to 2.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.4.
2022-01-08gnu: emacs-orgit: Update to 1.7.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.2.
2022-01-08gnu: emacs-goto-chg: Update to 1.7.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
2022-01-08gnu: emacs-devdocs: Update to 0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.3.
2022-01-08gnu: emacs-posframe: Update to 1.1.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.5.
2022-01-08gnu: asymptote: Update to 2.75.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.75.
2022-01-08gnu: laminar: Update to 1.1.Christopher Baines
* gnu/packages/ci.scm (laminar): Update to 1.1. [native-inputs]: Update ansi_up to 4.0.4.
2022-01-08gnu: patchwork: Update to 3.0.4.Christopher Baines
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4. [propagated-inputs]: Use Django 3.2.
2022-01-08gnu: emacs-clang-rename: Remove input labels.Marius Bakke
* gnu/packages/llvm.scm (emacs-clang-rename)[arguments]: Use SEARCH-INPUT-FILE instead of label.
2022-01-08gnu: emacs-clang-format: Remove input labels.Marius Bakke
* gnu/packages/llvm.scm (emacs-clang-format)[arguments]: Use SEARCH-INPUT-FILE instead of label.
2022-01-08gnu: python-clang: Add 13.Marius Bakke
* gnu/packages/llvm.scm (python-clang-13): New variable.
2022-01-08gnu: python-clang: Remove input labels.Marius Bakke
* gnu/packages/llvm.scm (clang-python-bindings)[arguments]: Use SEARCH-INPUT-FILE instead of label.
2022-01-08gnu: ungoogled-chromium: Build with Clang 13.Marius Bakke
* gnu/packages/chromium.scm (%arch-patches): Remove obsolete. (ungoogled-chromium)[native-inputs]: Change from CLANG-12 to CLANG-13.
2022-01-08gnu: clang@13: Install CFI ignorelist.Marius Bakke
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Adjust symlink-cfi_blacklist phase to work with the renamed "ignorelist" in clang-runtime@13. Rename phase to match. * gnu/packages/llvm.scm (clang-13)[arguments]: Remove.
2022-01-08gnu: python-llvmlite: Remove unused patch.Marius Bakke
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch from the custom LLVM variant, because the custom patch phase was defunct and the patch no longer applies.
2022-01-08gnu: lldb: Simplify inputs.Marius Bakke
* gnu/packages/llvm.scm (lldb)[inputs]: Remove labels.
2022-01-08gnu: lld: Update to 13.0.0.Marius Bakke
* gnu/packages/llvm.scm (lld): Update to 13.0.0. [inputs]: Change from LLVM-12 to LLVM-13.
2022-01-08gnu: libunwind-headers: Update to 13.0.0.Marius Bakke
* gnu/packages/llvm.scm (libunwind-headers): Update to 13.0.0.
2022-01-07gnu: c-vise: Update to 2.4.0.Eric Bavier
* gnu/packages/debug.scm (c-vise)[source]: Update to 2.4.0. [inputs]: Use list syntax. Add python-chardet.
2022-01-08gnu: man-db: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (man-db)[arguments]: Avoid %OUTPUT when cross-compiling.
2022-01-08gnu: wireles-tools: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (wireless-tools)[source]: Rewrite as G-expression. [arguments]: Likewise to avoid %OUTPUT when cross-compiling. Remove superfluous %CURRENT-TARGET-SYSTEM call. Don't explicitly return #t from phases.
2022-01-08gnu: man-db: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-db)[arguments]: Rewrite as G-expressions.
2022-01-08gnu: Remove store reference in patch.Tobias Geerinckx-Rice
Face, meet palm. * gnu/packages/patches/bind-re-add-attr-constructor-priority.patch: Remove store file name.
2022-01-08gnu: wireplumber: Update to 0.4.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
2022-01-08gnu: pipewire@0.3: Update to 0.3.43.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.43.
2022-01-08gnu: libaio: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libaio)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
2022-01-08gnu: iptables: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iptables)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
2022-01-08gnu: iw: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iw)[arguments]: Rewrite as G-expression. Replace custom code with PKG-CONFIG-FOR-TARGET, and drop the unnecessary absolute file name altogether.
2022-01-07doc: Fix typo.Jelle Licht
* doc/guix.texi (Essential Home Services): Fix typo.
2022-01-07doc: Use a better setuid example.Tobias Geerinckx-Rice
nmtui does not benefit from being setuid. Oops. * doc/guix.texi (Setuid Programs): Replace network-manager's /bin/nmtui with nfs-utils' /sbin/mount.nfs. Change a @code{} to a @command{}.
2022-01-07gnu: pelican: Update to 4.7.1.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
2022-01-07gnu: gphoto2: Update to 2.5.28.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (gphoto2): Update to 2.5.28. [arguments]: Don't explicitly return #t from phases.