aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: cloud-utils: Update to 0.32.Christopher Baines2020-10-30
| | | | * gnu/packages/admin.scm (cloud-utils): Update to 0.32.
* installer: Use UUIDs in the 'swap-devices' field.Ludovic Courtès2020-10-30
| | | | | | | | | | | | | | | | | | | Note: This change requires an updated 'guix' package that contains Linux-swap support in (gnu build file-systems). * gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs in the 'swap-devices' field. * gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New procedure. Use it. * gnu/installer/tests.scm (choose-partitioning): Wait for 'starting-final-step' message and move configuration file dialog handling to... (conclude-installation): ... here. Send over PORT the reply corresponding to 'starting-final-step'. * gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false, invoke 'swaplabel' in the marionette. (installation-target-os-for-gui-tests): When ENCRYPTED? is false, except a fixed UUID.
* services: swap: Allow for UUIDs and file system labels.Ludovic Courtès2020-10-30
| | | | | | | | * gnu/services/base.scm (swap-service-type)[device-lookup, device-name]: New variables. Add 'modules' field to 'shepherd-service'. In 'start' and 'stop', use 'device-lookup' to resolve UUIDs and labels. * doc/guix.texi (operating-system Reference): Adjust accordingly.
* file-systems: Allow swap space lookup by UUID/label.Ludovic Courtès2020-10-30
| | | | | | | | | * gnu/build/file-systems.scm (%linux-swap-magic, %page-size): New variables. (linux-swap-superblock?, read-linux-swap-superblock) (linux-swap-superblock-uuid, linux-swap-superblock-volume-name): New procedures. (%partition-label-readers, %partition-uuid-readers): Add them.
* gnu: r-calculus: Fix typo in home-page.zimoun2020-10-30
| | | | | | * gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tome4: Update to 1.7.0.Oleg Pykhalov2020-10-30
| | | | * gnu/packages/games.scm (tome4): Update to 1.7.0.
* gnu: emacs-tramp: Update to 2.4.4.3.Nicolas Goaziou2020-10-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.3.
* gnu: dropbear: Update to 2020.81.Tobias Geerinckx-Rice2020-10-29
| | | | * gnu/packages/ssh.scm (dropbear): Update to 2020.81.
* gnu: Update samtools to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (samtools): Update to 1.11.
* gnu: Update bcftools to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (bcftools): Update to 1.11.
* gnu: Update htslib to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
* gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call.Danny Milosavljevic2020-10-29
| | | | * gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call.
* gnu: raspi-arm64-chainloader: End phase in #t.Danny Milosavljevic2020-10-29
| | | | * gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t.
* gnu: raspi-arm-chainloader: Install arm_chainloader.bin.Danny Milosavljevic2020-10-29
| | | | | * gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm_chainloader.bin.
* gnu: raspi-arm64-chainloader: Install arm64.bin.Danny Milosavljevic2020-10-29
| | | | | * gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm64.bin.
* gnu: Add raspi-arm64-chainloader.Danny Milosavljevic2020-10-29
| | | | * gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): New variable.
* gnu: python-simpleaudio: Alsa-lib is not a native-input.Leo Famulari2020-10-29
| | | | | | * gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace field and ... [inputs]: ... Add new field.
* gnu: raspi-arm-chainloader: Fix build.Danny Milosavljevic2020-10-29
| | | | | * gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify. [build-common]: Modify.
* gnu: kuserfeedback: Fix typo.Sébastien Lerique2020-10-29
| | | | | | | * gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of the "itemize" keyword. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add raspi-arm-chainloader.Danny Milosavljevic2020-10-29
| | | | | | * gnu/packages/raspberry-pi.scm (%rpi-open-firmware-version): New variable. (%rpi-open-firmware-origin): New variable. (raspi-arm-chainloader): New variable.
* gnu: Add raspi-gpio.Danny Milosavljevic2020-10-29
| | | | * gnu/packages/raspberry-pi.scm (raspi-gpio): New variable.
* gnu: Add bcm2835.Danny Milosavljevic2020-10-29
| | | | | * gnu/packages/raspberry-pi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add copyright line.Nicolas Goaziou2020-10-29
|
* gnu: Add emacs-powershell.Adam2020-10-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-powershell): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-rg: Update to 2.0.2.Michael Rohleder2020-10-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2. [propagated-inputs]: Add emacs-transient. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ruby: Update to 2.7.2.Ryan Prior2020-10-29
| | | | | | | | Fixes CVE-2020-25613. * gnu/packages/ruby.scm (ruby): Update to 2.7.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ganeti-luxid-service-type: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling of "authoritative".
* gnu: python-mujson: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This package".
* gnu: python-scour: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/python-xyz (python-scour)[description]: Fix spelling of "aggressive".
* gnu: altermime: Fix typo.Vagrant Cascadian2020-10-28
| | | | * gnu/packages/mail (altermime)[description]: Fix spelling of "arbitrary".
* gnu: emacs-highlight-numbers: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling of "constitutes".
* gnu: python-django-sekizai: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/django (python-django-sekizai)[description]: Use "that is" instead of "thats".
* gnu: rust-webpki-0.21: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of "package".
* gnu: rust-zstd-safe-2: Fix typo.Vagrant Cascadian2020-10-28
| | | | * gnu/packages/crates-io (rust-zstd-safe-2)[description]: Fix typo of "safe".
* gnu: python-django-auth-ldap: Fix typo.Vagrant Cascadian2020-10-28
| | | | | * gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This package".
* gnu: emacs-ivy-posframe: Fix hash.Oleg Pykhalov2020-10-29
| | | | | | This commit follows 622e700bdd09bd466c2c4e3806180b065b9383bc. * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
* gnu: zabbix-agentd, zabbix-server: Update to 5.2.0.Oleg Pykhalov2020-10-29
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.0.
* gnu: emacs-rust-mode: Update to 0.5.0.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-nix-mode: Update to 1.4.5.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-dockerfile-mode: Update to 1.3.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-pfuture: Update to 1.9.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-evil-matchit: Update to 2.3.9.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-disable-mouse: Update to 0.3.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-disable-mouse): Update to 0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-evil-surround: Update to 1.1.1.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-posframe: Update to 0.8.2.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.1.0-2.4bfb8bc. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-ivy-posframe: Update to 0.5.2.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-emms: Update to 6.0.Michael Rohleder2020-10-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.0. [arguments]: Add substitution for exiftool. [inputs]: Add perl-image-exiftool.
* gnu: youtube-dl: Circumvent RIAA censorship.Tobias Geerinckx-Rice2020-10-28
| | | | * gnu/packages/video.scm (youtube-dl)[source]: Update URL.
* gnu: Add pwclient.Christopher Baines2020-10-28
| | | | * gnu/packages/patchutils.scm (pwclient): New variable.