summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* services: hurd-vm: Avoid circular dependency with (gnu system images hurd).•••* gnu/services/virtualization.scm (hurd-vm-disk-image): Use 'lookup-image-type-by-name' instead of referring to 'hurd-disk-image' from (gnu system images hurd). Ludovic Courtès2020-12-071-9/+6
* Revert "gnu: vim: Run more tests."•••This reverts commit 17a53aec7a6a7608bd01841ca2058bfe1500c453. This breaks building vim on ARM architectures. Efraim Flashner2020-12-071-21/+15
* gnu: minimap2: Fix build on aarch64-linux.•••* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Adjust configure-flags to be better per-architecture. [source]: Add patch. * gnu/packages/patches/minimap2-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2020-12-073-7/+65
* gnu: minimap2: Prepare for cross compilation.•••* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use cc-for-target. Efraim Flashner2020-12-071-1/+1
* gnu: emacs-with-editor: Update to 3.0.2.•••* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.2. [propagated-inputs]: Changed emacs-dash to emacs-async. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2020-12-071-33/+29
* service: Add shepherd discover action.•••* gnu/services/base.scm (shepherd-discover-action): New procedure, (guix-shepherd-service)[<actions>]: add it, [<start>]: honor it. * doc/guix.texi (Invoking guix-daemon): Document it. Mathieu Othacehe2020-12-071-4/+28
* prometheus-node-exporter: Support extra options.•••There are plenty of options supported that the Guix configuration record doesn't help you with, so add this field to allow users to do their own thing. * gnu/services/monitoring.scm (<prometheus-node-exporter-configuration>): Add extra-options field. (prometheus-node-exporter-shepherd-service): Handle the extra options. * doc/guix.texi (Prometheus Node Exporter Service): Document this. Christopher Baines2020-12-071-3/+6
* prometheus-node-exporter: Enable the textfile collector.•••* gnu/services/monitoring.scm (<prometheus-node-exporter-configuration>): Add textfile-directory. (prometheus-node-exporter-textfile-directory, prometheus-node-exporter-activation): New procedures. (prometheus-node-exporter-shepherd-service): Pass --collector.textfile.directoryto the service. (prometheus-node-exporter-service-type): Extend the activation service type. * doc/guix.texi (Prometheus Node Exporter Service): Document. Christopher Baines2020-12-071-3/+24
* services: prometheus-node-exporter: Use a log file.•••This makes the logs easier to find and read. * gnu/services/monitoring.scm (prometheus-node-exporter-shepherd-service): Pass #:log-file to make-forkexec-constructor. Christopher Baines2020-12-071-1/+2
* prometheus-node-exporter: Add user and group.•••So it doesn't run as root, and because this will help with the textfile exporter. * gnu/services/monitoring.scm (%prometheus-node-exporter-accounts): New variable. (prometheus-node-exporter-shepherd-service): Use the relevant user and group. (prometheus-node-exporter-service-type): Extend the account service type. Christopher Baines2020-12-071-11/+28
* services: prometheus-node-exporter: Neaten up.•••Add relevant exports, as well as a comment to better indicate where the relevant code starts. * gnu/services/monitoring.scm (prometheus-node-exporter-service-type): Capitalise Prometheus. Christopher Baines2020-12-071-2/+11
* gnu: rav1e: Update to 0.3.4.•••* gnu/packages/video.scm (rav1e): Update to 0.3.4. [arguments]: In cargo-inputs replace rust-aom-sys-0.1 with 0.2, rust-nasm-rs-0.1 with 0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antoine Côté2020-12-071-8/+9
* gnu: Add rust-nasm-rs-0.2.•••* gnu/packages/crate-io.scm (rust-nasm-rs-0.2): New variable. (rust-nasm-rs-0.1): Inherit from rust-nasm-rs-0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antoine Côté2020-12-071-5/+26
* gnu: Add rust-aom-sys-0.2.•••* gnu/packages/crates-graphics.scm (rust-aom-sys-0.2): New variable. (rust-aom-sys-0.1): Inherit from rust-aom-sys-0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Antoine Côté2020-12-071-5/+32
* gnu: Add emacs-counsel-jq.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Joseph LaFreniere2020-12-071-0/+27
* gnu: diffoscope: Update to 162.•••* gnu/packages/diffoscope (diffoscope): Update to 162. Vagrant Cascadian2020-12-061-2/+2
* gnu: Add hledger-web.•••* gnu/packages/finance.scm (hledger-web): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+52
* gnu: Add ghc-wai-cors.•••* gnu/packages/haskell-web.scm (ghc-wai-cors): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+46
* gnu: Add ghc-wai-handler-launch.•••* gnu/packages/haskell-web.scm (ghc-wai-handler-launch): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+27
* gnu: Add ghc-yesod-static.•••* gnu/packages/haskell-web.scm (ghc-yesod-static): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+46
* gnu: Add ghc-hjsmin.•••* gnu/packages/haskell-web.scm (ghc-hjsmin): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+32
* gnu: Add ghc-cryptonite-conduit.•••* gnu/packages/haskell-crypto.scm (ghc-cryptonite-conduit): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+36
* gnu: Add ghc-wai-app-static.•••* gnu/packages/haskell-web.scm (ghc-wai-app-static): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+46
* gnu: Add ghc-yesod-test.•••* gnu/packages/haskell-web.scm (ghc-yesod-test): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-0/+49
* gnu: ghc-yesod-core: Update to 1.6.17.2.•••* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2. Signed-off-by: Timothy Sample <samplet@ngyro.com> Giacomo Leidi2020-12-061-2/+2
* gnu: python-transient: Update to 0.12.•••* gnu/packages/virtualization.scm (python-transient): Update to 0.12. Brett Gilio2020-12-061-2/+2
* gnu: Add the Glimpse Image Editor.•••* gnu/packages/gimp.scm (glimpse): New variable. Leo Famulari2020-12-061-1/+90
* gnu: zabbix-agentd: Update to 5.2.2.•••* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.2. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: mutt: Update to 2.0.3.•••* gnu/packages/mail.scm (mutt): Update to 2.0.3. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: youtube-dl: Update to 2020.12.07.•••* gnu/packages/video.scm (youtube-dl): Update to 2020.12.07. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: hplip: Update to 3.20.11.•••* gnu/packages/cups.scm (hplip): Update to 3.20.11. [source]: Remove upstreamed patch. * gnu/packages/patches/hplip-fix-bug-1898438.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2020-12-063-24/+3
* gnu: libopenmpt: Update to 0.5.4.•••* gnu/packages/audio.scm (libopenmpt): Update to 0.5.4. Tobias Geerinckx-Rice2020-12-061-2/+2
* gnu: nsd: Update to 4.3.4.•••* gnu/packages/dns.scm (nsd): Update to 4.3.4. Tobias Geerinckx-Rice2020-12-061-2/+2
* gnu: ropgadget: Update to 6.4.•••* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4. Tobias Geerinckx-Rice2020-12-061-2/+3
* gnu: pam-mount: Update to 2.17.•••* gnu/packages/admin.scm (pam-mount): Update to 2.17. [source]: Remove upstreamed patch. * gnu/packages/patches/pam-mount-luks2-support.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2020-12-063-60/+3
* gnu: fio: Update to 3.25.•••* gnu/packages/benchmark.scm (fio): Update to 3.25. Tobias Geerinckx-Rice2020-12-061-2/+2
* gnu: esbuild: Update to 0.8.19.•••* gnu/packages/web.scm (esbuild): Update to 0.8.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Prior2020-12-061-2/+2
* services: mpd: Make /var/run/mpd/USER user-owned.•••Fixes <https://bugs.gnu.org/44820>. Reported by Simon <lists@netpanic.org>. This is a followup to bb124f6e9c0af0a23736f233c2ea2c9c9b4a40a6. * gnu/services/audio.scm (mpd-service-activation): Chown the parent of DIRECTORY as well. Ludovic Courtès2020-12-061-1/+5
* gnu: freecad: Update to 0.18.5••• * gnu/packages/engineering.scm (freecad): Update to 0.18.5 Signed-off-by: Marius Bakke <marius@gnu.org> Ekaitz Zarraga2020-12-061-2/+2
* gnu: freecad: Fix compilation flags.•••* gnu/packages/engineering.scm (freecad)[arguments]: Set correct search paths in compilation flags. Fixes <https://bugs.gnu.org/43448>. Signed-off-by: Marius Bakke <marius@gnu.org> Ekaitz Zarraga2020-12-061-2/+22
* gnu: guix-build-coordinator: Update to 0-10.79e28fb.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-10.79e28fb. Christopher Baines2020-12-061-3/+3
* gnu: guix-build-coordinator: Support cross-compilation.•••Due to fibers not supporting the Hurd yet, the coordinator itself won't work, but the agent should. * gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Don't include sqitch if building for the hurd. [propagated-inputs]: Don't include guile-fibers if building for the hurd. Christopher Baines2020-12-061-2/+6
* gnu: guile-lib: Support cross-compilation.•••* gnu/packages/guile-xyz.scm (guile-lib)[native-inputs]: Add guile-3.0. (guile2.0-lib, guile2.2-lib)[native-inputs]: Explicitly specifiy pkg-config. Christopher Baines2020-12-061-2/+7
* Revert "linux-container: Correct test for unprivileged user namespace support."•••This broke 'guix environment --container' on non-Debian distributions. Fixes <https://bugs.gnu.org/45066>. Reported by luhux <luhux@outlook.com>. This reverts commit 8bc5ca5160db3d82bd5b6b2b7ed80c96f42bd33e. Marius Bakke2020-12-061-1/+1
* gnu: Add foot.•••* gnu/packages/terminals.scm (foot): New public variable. Marius Bakke2020-12-061-0/+43
* gnu: Add fcft.•••* gnu/packages/fontutils.scm (fcft): New public variable. Marius Bakke2020-12-061-0/+49
* gnu: Add tllist.•••* gnu/packages/datastructures.scm (tllist): New public variable. Marius Bakke2020-12-061-1/+26
* gnu: Sort module imports in (gnu packages fontutils).•••* gnu/packages/fontutils.scm: Sort (gnu ...) module imports. Marius Bakke2020-12-061-15/+15
* linux-initrd: Add bcachefs support.•••* gnu/system/linux-initrd.scm (file-system-packages): Add bcachefs-tools/static. (file-system-type-modules): Add an entry for the "bcachefs" type and module. Tobias Geerinckx-Rice2020-12-061-1/+5
* file-systems: Fix ‘bcachefs fsck’ exit value logic.•••Bit 1 means the target device was mounted read-only whilst checking. This should never happen in an initrd context but is not an error. * gnu/build/file-systems.scm (check-bcachefs-file-system): Ignore status bits that don't signal an error. Remove the 'reboot-required case. Tobias Geerinckx-Rice2020-12-061-6/+8