summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: atop: Use new package format.base-for-series-12393base-for-series-12392Efraim Flashner2022-05-17
| | | | | * gnu/packages/admin.scm (atop)[arguments]: Rewrite using g-exps. [inputs]: Remove input labels.
* gnu: atop: Adjust build.Efraim Flashner2022-05-17
| | | | | | * gnu/packages/admin.scm (atop)[arguments]: Adjust custom 'patch-build phase to remove references to '/usr' and adjust make-flags accordingly. Remove trailing #t.
* gnu: atop: Update to 2.7.1.Efraim Flashner2022-05-17
| | | | | | * gnu/packages/admin.scm (atop): Update to 2.7.1. [arguments]: Remove unnecessary make-flag. Remove unneeded substitutions.
* gnu: atop: Add release-monitoring-url.Efraim Flashner2022-05-17
| | | | * gnu/packages/admin.scm (atop)[properties]: New field.
* gnu: emacs-explain-pause-mode: Fix build.luishgh2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[arguments]<#:phases>: Fix failing tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-racer: Update to 1e63e98.luishgh2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-racer): Update to 1e63e98. [arguments]<#:phases>: Remove FIX-MAKEFILE and FIX-FAILING-TESTS phases. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: linux-libre 4.9: Update to 4.9.314.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.314. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.279.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.279. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.243.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.243. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.194.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.194. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.116.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.116. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.40.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.40. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.8.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.8. (linux-libre-5.17-pristine-source): Update hash.
* gnu: sbcl-nfiles: Update to 0.4.1.Pierre Neidhardt2022-05-16
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.1.
* gnu: sbcl-cl-webkit: Update to 3.5.1.Pierre Neidhardt2022-05-16
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.1.
* gnu: emacs-doom-themes: Update to e9bdd13.Luis Henrique Gomes Higino2022-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gcolor3: Remove input labels.Ludovic Courtès2022-05-16
| | | | * gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
* gnu: gcolor3: Fix build with libportal-0.5.Sughosha2022-05-16
| | | | | | | | * gnu/packages/patches/gcolor3-update-libportal-usage.patch: New file. * gnu/packages/gnome.scm (gcolor3)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: taskwarior: update to 2.6.2Zac Berkowitz2022-05-16
| | | | | | | * gnu/packages/task-management.scm (taskwarrior): update to 2.6.2. [source] use https instead of http Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-terminal: Update to 1.0.3.Michael Rohleder2022-05-16
| | | | | | * gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix typos in the "Channels" chapter.Ludovic Courtès2022-05-16
| | | | | * doc/guix.texi (Using a Custom Guix Channel) (Replicating Guix): Fix typos.
* services: bitlbee: Run as user "bitlbee".Ludovic Courtès2022-05-16
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/55450>. Fixes a bug introduced in 211fe3f66e6dfdaa64974931c458ab1d92afc182 whereby the inetd-spawned process would run as root (it would still run in a separate user namespace, with UID 1000 inside of it, but had the authority of root). * gnu/services/messaging.scm (bitlbee-shepherd-service): Pass #:user and #:group to 'make-inetd-constructor'. Remove "-u bitlbee" argument to BITLBEE*.
* gnu: python-bash-kernel: Do not propagate 'python-ipykernel'.Ludovic Courtès2022-05-16
| | | | | | | | | Failing that, Guix-Jupyter sees both kernels in environments containing python-bash-kernel and its ";;guix environment" command thus fails. * gnu/packages/jupyter.scm (python-bash-kernel)[propagated-inputs]: Move everything to... [inputs]: ... here.
* gnu: python-pari-jupyter: Do not propagate 'python-ipykernel'.Ludovic Courtès2022-05-16
| | | | | | | | | Failing that, Guix-Jupyter sees both kernels in environments containing python-pari-jupyter and its ";;guix environment" command thus fails. * gnu/packages/python-xyz.scm (python-pari-jupyter)[propagated-inputs]: Move PYTHON-IPYKERNEL to... [inputs]: ... here.
* gnu: python-jupyter-console: Depend on python-prompt-toolkit 3.x.Ludovic Courtès2022-05-16
| | | | | | | Fixes <https://issues.guix.gnu.org/55448>. * gnu/packages/python-xyz.scm (python-jupyter-console)[propagated-inputs]: Change 'python-prompt-toolkit-2' to 'python-prompt-toolkit'.
* gnu: python-jupyter-console-minimal: Use 'modify-inputs'.Ludovic Courtès2022-05-16
| | | | | * gnu/packages/python-xyz.scm (python-jupyter-console-minimal)[propagated-inputs]: Use 'modify-inputs'.
* gnu: emacs-buttercup: Update to 1.25.Michael Rohleder2022-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.25. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add cl-lmdb.Arun Isaac2022-05-16
| | | | * gnu/packages/lisp-xyz.scm (sbcl-lmdb, cl-lmdb): New variables.
* gnu: Fix the build of wicd.Leo Famulari2022-05-15
| | | | | | | | | Fixes <https://issues.guix.gnu.org/55440>. * gnu/packages/check.scm (python2-pytest-cov, python2-freezegun): Define without package-with-python2. * gnu/packages/python-xyz.scm (python2-babel): Likewise. * gnu/packages/time.scm (python2-dateutil): Likwise.
* gnu: openssl-3.0: Update to 3.0.3.Efraim Flashner2022-05-15
| | | | * gnu/packages/tls.scm (openssl-3.0): Update to 3.0.3.
* gnu: efibootmgr: Update to new upstream location.Efraim Flashner2022-05-15
| | | | | * gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new upstream URI.
* gnu: efibootmgr: Fix cross compiling.Efraim Flashner2022-05-15
| | | | | | | Fixes <https://issues.guix.gnu.org/55373>. * gnu/packages/linux.scm (efibootmgr)[arguments]: When cross-compiling add make-flags to find and use the correct binaries and libraries.
* gnu: efivar: Use correct compiler when cross compiling.Efraim Flashner2022-05-15
| | | | | * gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set CC and not CC_FOR_BUILD.
* gnu: emacs-wide-int: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-wide-int)[arguments]: Convert to list of G-Expressions. [inputs]: Use modify-inputs.
* gnu: emacs-no-x-toolkit: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-no-x-toolkit)[arguments]: Convert to list of G-Expressions. [inputs]: Use modify-inputs.
* gnu: emacs-no-x: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-no-x)[arguments]: Convert to list of G-Expressions. [inputs]: Use modify-inputs.
* gnu: emacs-xwidgets: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-xwidgets)[arguments]: Convert to list of G-Expressions. [inputs]: Use modify-inputs.
* gnu: emacs-next-pgtk: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-next-pgtk)[arguments]: Convert to list of G-Expressions. [inputs]: Use modify-inputs.
* gnu: emacs-yasnippet: Fix build.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-yasnippet): Use it here. * gnu/local.mk (dist_patch_DATA): Register it here.
* gnu: libxmlb: Install xb-tool in bin dir.Vagrant Cascadian2022-05-14
| | | | | | | | * gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: New file. * gnu/packages/xml.scm (libxmlb)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add 'xb-tool-external-tool phase.
* gnu: diffoscope: Update to 212.Vagrant Cascadian2022-05-14
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 212.
* gnu: emacs-dash: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | * gnu/packages/emacs-xyz.scm (emacs-dash)[arguments]: Convert to list of G-Expressions.
* gnu: emacs-dash: Fix build with Emacs 28.Michael Rohleder2022-05-15
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-dash)[phase]: Add phase 'disable-byte-compile-error-on-warn. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-minimal: Tidy up coding style.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/emacs.scm (emacs-minimal)[inputs, native-inputs]: Reduce to a single line. [#:configure-flags]: Use G-Expression rather than double quoting.
* gnu: emacs-minimal: Drop meaningless input.Liliana Marie Prikler2022-05-15
| | | | | | | The search for guix-emacs.el has already been inlined into a phase shared by all emacs variants. * gnu/packages/emacs.scm (emacs-minimal)[inputs]: Remove "emacs/guix-emacs.el".
* gnu: Syncthing: Update to 1.20.1.Leo Famulari2022-05-14
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.20.1.
* gnu: MPD: Update to 0.23.7.Leo Famulari2022-05-14
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.7.
* gnu: emacs-minimal: Fix inputs.Liliana Marie Prikler2022-05-14
| | | | | | | | | This is a follow-up to 5f315e1d5f46721c757f5259835d84d6a037f9b9. The addition of autoconf wasn't reflected in emacs-minimal, causing builds to break. Also drop labels while we're at it. * gnu/packages/emacs.scm (emacs-minimal)[inputs]: Drop labels. [native-inputs]: Drop labels. Add autoconf.
* gnu: emacs: Don't error on missing commands.Liliana Marie Prikler2022-05-14
| | | | | | | | | | This is a follow-up to commit 64557bc695f074af3fcf1eeed8f6696921ef18c5. Inputs lacking from emacs proper may not be present in emacs-minimal, thus throwing an error on lookup. This error is already anticipated in the handling code. * gnu/packages/emacs.scm (emacs)[patch-program-file-names]: Wrap search-input-file in false-if-exception.
* gnu: emacs-minimal: Use G-Expressions in arguments.Liliana Marie Prikler2022-05-14
| | | | | | | | | | This is a follow-up to commit 64557bc695f074af3fcf1eeed8f6696921ef18c5. The use of G-Expressions in emacs' arguments wasn't reflected in emacs-minimal, causing builds to fail as reported in <https://issues.guix.gnu.org/issue/55415>. * gnu/packages/emacs.scm (emacs-minimal)[arguments]: Convert to list of G-Expessions.