summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: gita: Install shell completions.•••* gnu/packages/version-control.scm (gita)[arguments]: Add phase install-shell-completions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Michael Rohleder2020-12-081-1/+13
* gnu: Add emacs-burly.•••* gnu/packages/emacs-xyz.scm (emacs-burly): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Ryan Desfosses2020-12-081-0/+25
* gnu: Add emacs-map.•••* gnu/packages/emacs-xyz.scm (emacs-map): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Ryan Desfosses2020-12-081-0/+20
* gnu: shadowsocks: Build against openssl.•••This patch allows shadowsocks to be used without supplying libopenssl in its configuration. See also https://unix.stackexchange.com/questions/623324/. * gnu/packages/networking.scm (shadowsocks)[inputs]: Add openssl. [#:phases]: Add patch-crypto-paths. Signed-off-by: Marius Bakke <marius@gnu.org> Leo Prikler2020-12-081-0/+13
* gnu: qoauth: Minor cosmetic improvements.•••* gnu/packages/web.scm (qoauth)[arguments]: Add #:tests?. Don't delete 'check' phase. Override 'configure' instead of adding new phase. Marius Bakke2020-12-081-6/+5
* gnu: qoauth: Fix build failure.•••Fixes <https://bugs.gnu.org/45031>. Reported by Distopico <distopico@riseup.net>. * gnu/packages/web.scm (qoauth)[arguments]: Add phase 'adjust-mkspecs-directory'. Marius Bakke2020-12-081-0/+8
* gnu: qca: Correct license.•••* gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+. Marius Bakke2020-12-081-1/+1
* gnu: Add gita.•••* gnu/packages/version-control.scm (gita): New variable. Oleg Pykhalov2020-12-081-0/+50
* gnu: imapfilter: Update to 2.7.5.•••* gnu/packages/mail.scm (imapfilter): Update to 2.7.5. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: grammalecte: Update to 2.0.0.•••* gnu/packages/dictionaries.scm (grammalecte): Update to 2.0.0. Nicolas Goaziou2020-12-071-2/+2
* gnu: Add glmark2.•••* gnu/packages/gl.scm (glmark2): New variable. Kei Kebreau2020-12-071-0/+61
* doc: Document about xfce4-panel plugins.•••* doc/guix.texi (Desktop Services): Document that xfce4-panel plugin packages should be added to the 'packages' field of OS. 宋文武2020-12-071-0/+6
* gnu: xfce4-whiskermenu-plugin: Fix installed shell script.•••* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Fix installed shell script. [arguments]: Add phase fix-shell-script to substitute paths to xfce4-panel and gettext. [inputs]: Add gettext-minimal. Co-authored-by: Kei Kebreau <kkebreau@posteo.net> Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Michael Rohleder2020-12-071-1/+12
* gnu: bombadillo: Update to 2.3.3.•••* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: qutebrowser: Update to 1.14.1.•••* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: yapet: Omit duplicate licence files.•••* gnu/packages/password-utils.scm (yapet)[arguments]: Set a better --docdir. Tobias Geerinckx-Rice2020-12-071-0/+4
* gnu: yapet: Update to 2.5.•••* gnu/packages/password-utils.scm (yapet): Update to 2.5. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: feh: Update to 3.6.1.•••* gnu/packages/image-viewers.scm (feh): Update to 3.6.1. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: libmanette: Update to 0.2.6.•••* gnu/packages/games.scm (libmanette): Update to 0.2.6. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: thermald: Update to 2.4.1.•••* gnu/packages/admin.scm (thermald): Update to 2.4.1. Tobias Geerinckx-Rice2020-12-071-2/+2
* gnu: emacs-moody: Update to 0.5.4.•••* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.4. Nicolas Goaziou2020-12-071-10/+10
* gnu: Add emacs-modus-themes.•••* 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> André Alexandre Gomes2020-12-071-48/+20
* ci: Add "evaluation" method.•••* guix/ci.scm (evaluation): New procedure. Mathieu Othacehe2020-12-071-0/+8
* ci: Add evaluation field to build record.•••* guix/ci.scm (<build>): Add "evaluation" field. Mathieu Othacehe2020-12-071-0/+2
* tests: lint: Add origin patch file name test cases.•••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> Chris Marusich2020-12-071-1/+32
* services: openssh: Warn about 'password-authentication?' default.•••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. Ludovic Courtès2020-12-072-4/+22
* 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
* profiles: Delete duplicate manifest entries in packages->manifest.•••* 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> Leo Prikler2020-12-072-16/+28
* profiles: Remove duplicates in manifest transactions.•••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> Leo Prikler2020-12-072-2/+44
* doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.•••* doc/guix.texi (Getting Started): Fix invalid GUIX_PROFILE value. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Holger Peters2020-12-071-1/+1
* 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-072-4/+36
* 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-072-3/+9
* 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-072-3/+29
* doc: Remove redundant node exporter configuration from the example.•••* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example. Christopher Baines2020-12-071-5/+2
* 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