summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add r-scmap.base-for-series-12521Mădălin Ionel Patrașcu2022-05-29
| | | | | | * gnu/packages/bioconductor.scm (r-scmap): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-googlevis.Mădălin Ionel Patrașcu2022-05-29
| | | | | | * gnu/packages/cran.scm (r-googlevis): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* scripts/import: Use pretty printer from (guix scripts style).Ricardo Wurmus2022-05-29
| | | | | * guix/scripts/import.scm (guix-import): Use pretty-print-with-comments. (newline-rewriting-port): Remove procedure.
* services: elogind: When started by dbus-daemon, wait for the Shepherd service.Ludovic Courtès2022-05-28
| | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/55444>. Previously shepherd and dbus-daemon would race to start elogind. In some cases (for instance if one logs in quickly enough on the tty), dbus-daemon would "win" and start elogind before shepherd has had a chance to do it. Consequently, shepherd would fail to start elogind and mark it as stopped and disabled, in turn preventing services that depend on it such as 'xorg-server' from starting. * gnu/services/desktop.scm (elogind-dbus-service): Rewrite to refer to a wrapper that waits for the 'elogind' Shepherd service.
* services: herd: Add 'wait-for-service'.Ludovic Courtès2022-05-28
| | | | * gnu/services/herd.scm (wait-for-service): New procedure.
* gnu: wget2: Reindent package.Efraim Flashner2022-05-28
| | | | * gnu/packages/wget.scm (wget2): Reindent package with 'guix style'.
* gnu: wget2: Update to 2.0.1.Efraim Flashner2022-05-28
| | | | | * gnu/packages/wget.scm (wget2): Update to 2.0.1. [arguments]: Remove trailing #t from phases.
* gnu: mesa: Build with llvm on armhf-linux.Efraim Flashner2022-05-28
| | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Add llvm for all architectures. [native-inputs]: Add glslang for all architectures. [arguments]: Adjust configure-flags to give armhf-linux its own gallium-drivers and enable llvm support. Rewrite portions that no longer depend on specific architectures to enable flags. Adjust custom 'disable-failing-test phase to skip a test on armhf-linux.
* gnu: clang-from-llvm: Fix build on some architectures.Efraim Flashner2022-05-28
| | | | | * gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Adjust custom 'symlink-cfi_ignorelist phase to only symlink when the file exists.
* gnu: quodlibet: Fix inputs.Liliana Marie Prikler2022-05-28
| | | | | * gnu/packages/music.scm (quodlibet)[inputs]: Add bash-minimal for ‘wrap-program’. Remove extraneous gtk+.
* gnu: Add quodlibet.Remco van 't Veer2022-05-28
| | | | | | * gnu/packages/music.scm (quodlibet): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-magit: Use directory excursions rather than wild chdir.Liliana Marie Prikler2022-05-28
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases] <build-info-manual, configure-git>: Don't chdir. <set-magit-version, patch-exec-paths>: Use full file names. <enter-lisp-directory>: Drop phase. <expand-load-path, install>: Wrap in directory excursions.
* gnu: emacs-magit: Drop the libgit backend.Zhu Zihao2022-05-28
| | | | | | | | | | | | | The libgit backend currently provides next to no features, but demands extra maintenance overhead. It is in fact not a usable backend; thus let's not use it. * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments] <#:emacs>: Drop argument. <#:exclude>: Add sources related to emacs-libgit. [inputs]: Remove emacs-libgit. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-magit: Use G-expressions.Zhu Zihao2022-05-28
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Use G-expressions. <#:phases>: Use search-input-file to find perl for ‘patch-exec-paths’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: diffoscope: Update to 214.Vagrant Cascadian2022-05-27
| | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 214. [arguments]: Remove 'xb-tool-external-tool phase.
* gnu: Add python-gatt.Wamm K. D2022-05-28
| | | | | | * gnu/packages/python-xyz.scm (python-gatt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* substitute: Check for --help or --version options early.yarl-baudig@mailoo.org2022-05-27
| | | | | | | | | | | | | Running `guix archive --authorize` sets /etc/guix/acl to 600 via with-atomic-file-output via mkstemp!. Then running `guix substitute --help/--version` fails on "permission denied". While "guix substitute" is an internal tool, the options --help and --version exist and you should be able to run those from the command line. * guix/scripts/substitute.scm (guix-substitute): Earlier check for --help or --version. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-srt.Pradana AUMARS2022-05-27
| | | | | | * gnu/packages/python-xyz (python-srt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-wasabi.Artyom V. Poptsov2022-05-27
| | | | | | * gnu/packages/python-xyz.scm (python-wasabi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-evil-org: Update to 0d10ff7.jgart2022-05-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-detached: Update to 0.7.Niklas Eklund2022-05-27
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.7. (emacs-dtache): Define as a deprecated alias. I have both renamed the package dtache -> detached as well as moving the development from gitlab to sourcehut. This patch reflects those changes, as well as updating to the latest release of the package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-catalogue.Artyom V. Poptsov2022-05-27
| | | | | | * gnu/packages/python-xyz.scm (python-catalogue): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: yad: Update to 12.0.Benjamin Slade2022-05-27
| | | | | | * gnu/packages/gtk.scm (yad): Update to 12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-peachpy: Update to 913d74c.Ludovic Courtès2022-05-27
| | | | | | | Fixes <https://issues.guix.gnu.org/55669>. Reported by Sebastian Gibb <mail@sebastiangibb.de>. * gnu/packages/python-xyz.scm (python-peachpy): Update to 913d74c.
* gnu: linux-libre 4.9: Update to 4.9.316.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.281.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.281. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.245.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.245. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.196.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.196. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.118.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.118. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.43.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.43. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.11.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.11. (linux-libre-5.17-pristine-source): Update hash.
* gnu: nginx-rtmp-module: Use gexps in phases.Jack Hill2022-05-27
| | | | | | | * gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and remove trailing #t. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: nginx-rtmp-module: Use #:configure-flags from nginx.Jack Hill2022-05-27
| | | | | | | | * gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Simplify copying of arguments from nginx and augment #:configure-flags from nginx rather than overwriting. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-protobuf-3.6: Add missing input.Christopher Baines2022-05-27
| | | | | | | This was removed from python-protobuf in 5f8491ea95d7ba88801aa28b6d2b98f30b033186. * gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six.
* gnu: obs-websocket: Update to 4.9.1.Tobias Geerinckx-Rice2022-05-22
| | | | | | * gnu/packages/video.scm (obs-websocket): Update to 4.9.1. [arguments]: Update CMakeLists.txt permissions substitution. Don't explicitly return #t from phases.
* gnu: jo: Update to 1.6.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/web.scm (jo): Update to 1.6.
* gnu: emacs-deferred: Fix wrong number of arguments.Liliana Marie Prikler2022-05-27
| | | | | | * gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-deferred)[patches]: Use it here. * gnu/local.mk (dist_patch_DATA): Add it here.
* gnu: java-jdom: Update to 2.0.6.1 [fixes CVE-2021-33813].Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/xml.scm (java-jdom): Update to 2.0.6.1.
* gnu: jumpapp: Update to 1.2.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/xdisorg.scm (jumpapp): Update to 1.2. [arguments]: Don't explicitly return #t from phases.
* gnu: lxc: Update to 4.0.12.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/virtualization.scm (lxc): Update to 4.0.12.
* gnu: libcbor: Mark up description.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/compression.scm (libcbor)[description]: Use @acronym{}.
* gnu: libcbor: Update to 0.9.0.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/compression.scm (libcbor): Update to 0.9.0.
* gnu: guile-wm: Remove trailing #t from phases.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/guile-wm.scm (guile-wm)[arguments]: Don't explicitly return #t.
* gnu: guile-wm: Always use the input Guile's effective version.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/guile-wm.scm (guile-wm)[arguments]: Replace hard-coded version number with that of the "guile" input.
* gnu: guile-xcb: Remove input labels.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/guile-wm.scm (guile-xcb)[inputs]: Remove input labels.
* gnu: guile-xcb: Always use the input Guile's effective version.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/guile-wm.scm (guile-xcb)[arguments]: Replace hard-coded version number with that of the "guile" input.
* gnu: python-aiounittest: Update to 1.4.1.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/check.scm (python-aiounittest): Update to 1.4.1.
* gnu: python-jplephem: Update to 2.17.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/astronomy.scm (python-jplephem): Update to 2.17.
* gnu: python-fitsio: Update to 1.1.7.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.7. [arguments]: Don't explicitly return #t from phases.
* gnu: python-astroquery: Update to 0.4.6.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.6.