summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: qutebrowser: Update to 1.14.1.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1.
* gnu: yapet: Omit duplicate licence files.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/password-utils.scm (yapet)[arguments]: Set a better --docdir.
* gnu: yapet: Update to 2.5.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/password-utils.scm (yapet): Update to 2.5.
* gnu: feh: Update to 3.6.1.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.6.1.
* gnu: libmanette: Update to 0.2.6.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/games.scm (libmanette): Update to 0.2.6.
* gnu: thermald: Update to 2.4.1.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/admin.scm (thermald): Update to 2.4.1.
* gnu: emacs-moody: Update to 0.5.4.Nicolas Goaziou2020-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.4.
* gnu: Add emacs-modus-themes.André Alexandre Gomes2020-12-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable. (emacs-modus-operandi-theme, emacs-modus-vivendi-theme): Deprecate package in favor of emacs-modus-themes. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* ci: Add "evaluation" method.Mathieu Othacehe2020-12-07
| | | | * guix/ci.scm (evaluation): New procedure.
* ci: Add evaluation field to build record.Mathieu Othacehe2020-12-07
| | | | * guix/ci.scm (<build>): Add "evaluation" field.
* tests: lint: Add origin patch file name test cases.Chris Marusich2020-12-07
| | | | | | | | | | | | | | In particular, "<origin> patches: same file name -> no warnings" would have caught the issue which was fixed in commit 21887021b9acf60157b1b0a39c16f2ec6498021b. * tests/lint.scm (patches: file names): Rename this test case... ("file patches: different file name -> warning"): ... to this. ("file patches: same file name -> no warnings") ("<origin> patches: different file name -> warning") ("<origin> patches: same file name -> no warnings"): New test cases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: openssh: Warn about 'password-authentication?' default.Ludovic Courtès2020-12-07
| | | | | | | | | | | Fixes <https://bugs.gnu.org/44808>. Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>. * gnu/services/ssh.scm (true-but-soon-false): New procedure. (<openssh-configuration>)[password-authentication?]: Change default to 'true-but-soon-false'. * gnu/installer/services.scm (%system-services): Explicitly set 'password-authentication?' to #f.
* services: hurd-vm: Avoid circular dependency with (gnu system images hurd).Ludovic Courtès2020-12-07
| | | | | | * 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).
* profiles: Delete duplicate manifest entries in packages->manifest.Leo Prikler2020-12-07
| | | | | | | * gnu/profiles.scm (packages->manifest): Delete duplicate entries. * tests/profiles.scm ("packages->manifest, no duplicates"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* profiles: Remove duplicates in manifest transactions.Leo Prikler2020-12-07
| | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/23874>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/profiles.scm (manifest-transaction-effects): Delete duplicates in install and remove. Let multiple upgrades and downgrades shadow previous transactions of the same kind. * tests/profiles.scm ("manifest-transaction-effects no double install or upgrades") ("manifest-transaction-effects no double downgrade") ("manifest-transaction-effects no double removal"): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.Holger Peters2020-12-07
| | | | | | * doc/guix.texi (Getting Started): Fix invalid GUIX_PROFILE value. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Revert "gnu: vim: Run more tests."Efraim Flashner2020-12-07
| | | | | | This reverts commit 17a53aec7a6a7608bd01841ca2058bfe1500c453. This breaks building vim on ARM architectures.
* gnu: minimap2: Fix build on aarch64-linux.Efraim Flashner2020-12-07
| | | | | | | | * 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.
* gnu: minimap2: Prepare for cross compilation.Efraim Flashner2020-12-07
| | | | | * gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use cc-for-target.
* gnu: emacs-with-editor: Update to 3.0.2.Michael Rohleder2020-12-07
| | | | | | | * 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>
* service: Add shepherd discover action.Mathieu Othacehe2020-12-07
| | | | | | | * 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.
* prometheus-node-exporter: Support extra options.Christopher Baines2020-12-07
| | | | | | | | | | 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.
* prometheus-node-exporter: Enable the textfile collector.Christopher Baines2020-12-07
| | | | | | | | | | | * 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.
* doc: Remove redundant node exporter configuration from the example.Christopher Baines2020-12-07
| | | | * doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
* services: prometheus-node-exporter: Use a log file.Christopher Baines2020-12-07
| | | | | | | 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.
* prometheus-node-exporter: Add user and group.Christopher Baines2020-12-07
| | | | | | | | | | 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.
* services: prometheus-node-exporter: Neaten up.Christopher Baines2020-12-07
| | | | | | | | 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.
* gnu: rav1e: Update to 0.3.4.Antoine Côté2020-12-07
| | | | | | | | * 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>
* gnu: Add rust-nasm-rs-0.2.Antoine Côté2020-12-07
| | | | | | | * 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>
* gnu: Add rust-aom-sys-0.2.Antoine Côté2020-12-07
| | | | | | | * 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>
* gnu: Add emacs-counsel-jq.Joseph LaFreniere2020-12-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-jq): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: diffoscope: Update to 162.Vagrant Cascadian2020-12-06
| | | | * gnu/packages/diffoscope (diffoscope): Update to 162.
* gnu: Add hledger-web.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/finance.scm (hledger-web): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-wai-cors.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-wai-cors): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-wai-handler-launch.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-wai-handler-launch): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-yesod-static.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-static): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-hjsmin.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-hjsmin): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-cryptonite-conduit.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-crypto.scm (ghc-cryptonite-conduit): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-wai-app-static.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-wai-app-static): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-yesod-test.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-test): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: ghc-yesod-core: Update to 1.6.17.2.Giacomo Leidi2020-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: python-transient: Update to 0.12.Brett Gilio2020-12-06
| | | | * gnu/packages/virtualization.scm (python-transient): Update to 0.12.
* gnu: Add the Glimpse Image Editor.Leo Famulari2020-12-06
| | | | * gnu/packages/gimp.scm (glimpse): New variable.
* doc: Document Guix System F2FS root support.Hugo Thiessard2020-12-07
| | | | | | | * 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>
* gnu: zabbix-agentd: Update to 5.2.2.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.2.
* gnu: mutt: Update to 2.0.3.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/mail.scm (mutt): Update to 2.0.3.
* gnu: youtube-dl: Update to 2020.12.07.Tobias Geerinckx-Rice2020-12-07
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.12.07.
* gnu: hplip: Update to 3.20.11.Tobias Geerinckx-Rice2020-12-06
| | | | | | | * 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.
* gnu: libopenmpt: Update to 0.5.4.Tobias Geerinckx-Rice2020-12-06
| | | | * gnu/packages/audio.scm (libopenmpt): Update to 0.5.4.
* gnu: nsd: Update to 4.3.4.Tobias Geerinckx-Rice2020-12-06
| | | | * gnu/packages/dns.scm (nsd): Update to 4.3.4.