- Dec 07, 2020
-
-
Efraim Flashner authored
This reverts commit 17a53aec. This breaks building vim on ARM architectures.
-
Efraim Flashner authored
* 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 Flashner authored
* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use cc-for-target.
-
Michael Rohleder authored
* 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>
-
Mathieu Othacehe authored
* 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.
-
Christopher Baines authored
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 Baines authored
* 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 Baines authored
* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
-
Christopher Baines authored
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 Baines authored
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 Baines authored
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.
-
Antoine Côté authored
* 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é authored
* 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é authored
* 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>
-
Joseph LaFreniere authored
* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): New variable. Signed-off-by:
Oleg Pykhalov <go.wigust@gmail.com>
-
Vagrant Cascadian authored
* gnu/packages/diffoscope (diffoscope): Update to 162.
-
Giacomo Leidi authored
* gnu/packages/finance.scm (hledger-web): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-wai-cors): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-wai-handler-launch): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-yesod-static): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-hjsmin): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-crypto.scm (ghc-cryptonite-conduit): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-wai-app-static): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-yesod-test): New variable. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Giacomo Leidi authored
* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2. Signed-off-by:
Timothy Sample <samplet@ngyro.com>
-
Brett Gilio authored
* gnu/packages/virtualization.scm (python-transient): Update to 0.12.
-
- Dec 06, 2020
-
-
Leo Famulari authored
* gnu/packages/gimp.scm (glimpse): New variable.
-
Hugo Thiessard authored
* doc/guix.texi (Keyboard Layout and Networking and Partitioning): Add F2FS to the footnote of Guix System's supported root file systems. Signed-off-by:
Tobias Geerinckx-Rice <me@tobias.gr>
-
Tobias Geerinckx-Rice authored
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.2.
-
Tobias Geerinckx-Rice authored
* gnu/packages/mail.scm (mutt): Update to 2.0.3.
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.07.
-
Tobias Geerinckx-Rice authored
* 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-Rice authored
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.4.
-
Tobias Geerinckx-Rice authored
* gnu/packages/dns.scm (nsd): Update to 4.3.4.
-
Tobias Geerinckx-Rice authored
* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4.
-
Tobias Geerinckx-Rice authored
* 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-Rice authored
* gnu/packages/benchmark.scm (fio): Update to 3.25.
-
Ryan Prior authored
* gnu/packages/web.scm (esbuild): Update to 0.8.19. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* doc/guix.texi (Bootstrapping): Remove distinction between "regular users" and "hackers". Explain the importance of the question.
-
Ludovic Courtès authored
Fixes <https://bugs.gnu.org/44820>. Reported by Simon <lists@netpanic.org>. This is a followup to bb124f6e. * gnu/services/audio.scm (mpd-service-activation): Chown the parent of DIRECTORY as well.
-