summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30gnu: go-github-com-olekukonko-tablewriter: Fix grammar....* gnu/packages/golang (go-github-com-olekukonko-tablewriter)[description]: Remove gratuitous use of "allows to" and fix pluralization. Vagrant Cascadian
2020-10-30gnu: emacs-org-generate: Fix grammar....* gnu/packages/emacs-xyz (emacs-org-generate)[description]: Remove gratiutous use of "allows to". Vagrant Cascadian
2020-10-30gnu: python-django-url-filter: Fix grammar....* gnu/packages/django (python-django-url-filter)[description]: Remove gratiutous use of "allows to". Vagrant Cascadian
2020-10-30gnu: r-vim: Fix grammar....* gnu/packages/cran (r-vim)[description]: Remove gratuitous use of "allows to". Vagrant Cascadian
2020-10-30gnu: r-adamethods: Fix grammar....* gnu/packages/cran (r-adamethods)[description]: Remove gratuitous use of "allow to". Vagrant Cascadian
2020-10-30gnu: resample: Fix grammar....* gnu/packages/audio (resample)[description]: Fix gramar of "allows designing". Vagrant Cascadian
2020-10-30gnu: po4a: Update to 0.61....* gnu/packages/gettext.scm (po4a): Update to 0.61. Julien Lepiller
2020-10-30system: Fix dependency for grub.cfg generation....* gnu/bootloader/grub.scm (eye-candy)[font-file]: Use the bootloader package provided with the configuration. Miguel Ángel Arruga Vivas
2020-10-30system: Fix grub keymap with store in btrfs subvolume....* gnu/bootloader/grub.scm (grub-configuration-file) [keyboard-layout-config]: Use normalize-file. Miguel Ángel Arruga Vivas
2020-10-30gnu: Add r-perfmeas....* gnu/packages/bioconductor.scm (r-perfmeas): New variable. Ricardo Wurmus
2020-10-30gnu: Add python-pydub....* gnu/packages/python-xyz.scm (python-pydub): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2020-10-30gnu: java-fasterxml-jackson-core: Add synopsis and description....* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and description. Julien Lepiller
2020-10-30gnu: linux-libre 4.4: Update to 4.4.241....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.241. (linux-libre-4.4-pristine-source): Update hash. Leo Famulari
2020-10-30gnu: linux-libre 4.9: Update to 4.9.241....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.241. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2020-10-30gnu: linux-libre 4.14: Update to 4.14.203....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.203. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2020-10-30gnu: linux-libre 4.19: Update to 4.19.154....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.154. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2020-10-30gnu: linux-libre 5.4: Update to 5.4.73....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.73. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2020-10-30gnu: linux-libre: Update to 5.9.2....* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.2. (deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes. * gnu/packages/aux-files/linux-libre/5.9-arm.conf, gnu/packages/aux-files/linux-libre/5.9-arm64.conf, gnu/packages/aux-files/linux-libre/5.9-i686.conf, gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: Update kernel configurations for 5.9.2. Leo Famulari
2020-10-30gnu: dune-configurator: Add synopsis and description....* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and description. Julien Lepiller
2020-10-30gnu: ccls: Update to 0.20201025....* gnu/packages/cpp.scm (ccls): Update to 0.20201025. Brett Gilio
2020-10-30guix: pack: Only wrap executable files....* guix/scripts/pack.scm (wrapped-package)<build>: Build wrappers for executable files and symlink others. * tests/guix-pack-relocatable.sh: Test relocatable example of mixed executable and non-executable files. Eric Bavier
2020-10-30guix: pack: Fix offset calculation for store directory mount point....Fixes wrapping of non-package things, where the target store directory may differ in length from the original. * guix/scripts/pack.scm (wrapped-package)<build-wrapper>: Define WRAPPER_PROGRAM macro with wrapper's file name. * gnu/packages/aux-files/run-in-namespace.c (main): Offset index by len of that file name. Eric Bavier
2020-10-30gnu: Add lcdf-typetools....* gnu/packages/fontutils.scm (lcdf-typetools): New variable. Julien Lepiller
2020-10-30nls: Update 'es' translation.Miguel Ángel Arruga Vivas
2020-10-30services: guix-publish: Add 'cache-bypass-threshold' field....This is a followup to ecaa102a58ad3ab0b42e04a3d10d7c761c05ec98. * gnu/services/base.scm (<guix-publish-configuration>)[cache-bypass-threshold]: New field. (guix-publish-shepherd-service): Honor it. Ludovic Courtès
2020-10-30gnu: guix: Update to 1c6d985....* gnu/packages/package-management.scm (guix): Update to 1c6d985. Ludovic Courtès
2020-10-30gnu: php: Update to 7.4.12 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests. Tobias Geerinckx-Rice
2020-10-30gnu: cloud-utils: Update to 0.32....* gnu/packages/admin.scm (cloud-utils): Update to 0.32. Christopher Baines
2020-10-30installer: Use UUIDs in the 'swap-devices' field....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. Ludovic Courtès
2020-10-30services: swap: Allow for UUIDs and file system labels....* 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. Ludovic Courtès
2020-10-30file-systems: Allow swap space lookup by UUID/label....* 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. Ludovic Courtès
2020-10-30gnu: r-calculus: Fix typo in home-page....* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30scripts: lint: Add '--exclude' option....* guix/scripts/lint.scm (%options, parse-options): Add '--exclude' option. (option-checker): New helper function. * doc/guix.texi (Invoking guix lint): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30scripts: lint: Fix '--no-network' option....* guix/scripts/lint.scm: (show-help): Add '--no-network' option message. (%options, parse-options): Fix argument order. * doc/guix.texi (Invoking guix lint): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2020-10-30nls: Update 'fr' translation of the manual.Julien Lepiller
2020-10-30gnu: tome4: Update to 1.7.0....* gnu/packages/games.scm (tome4): Update to 1.7.0. Oleg Pykhalov
2020-10-29gnu: emacs-tramp: Update to 2.4.4.3....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.3. Nicolas Goaziou
2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller
2020-10-29gnu: dropbear: Update to 2020.81....* gnu/packages/ssh.scm (dropbear): Update to 2020.81. Tobias Geerinckx-Rice
2020-10-29gnu: Update samtools to 1.11....* gnu/packages/bioinformatics.scm (samtools): Update to 1.11. Roel Janssen
2020-10-29gnu: Update bcftools to 1.11....* gnu/packages/bioinformatics.scm (bcftools): Update to 1.11. Roel Janssen
2020-10-29gnu: Update htslib to 1.11....* gnu/packages/bioinformatics.scm (htslib): Update to 1.11. Roel Janssen
2020-10-29gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call. Danny Milosavljevic
2020-10-29gnu: raspi-arm64-chainloader: End phase in #t....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t. Danny Milosavljevic
2020-10-29gnu: raspi-arm-chainloader: Install arm_chainloader.bin....* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm_chainloader.bin. Danny Milosavljevic
2020-10-29gnu: raspi-arm64-chainloader: Install arm64.bin....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[setenv]: Add objcopy. [install]: Install arm64.bin. Danny Milosavljevic
2020-10-29gnu: Add raspi-arm64-chainloader....* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): New variable. Danny Milosavljevic
2020-10-29gnu: python-simpleaudio: Alsa-lib is not a native-input....* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace field and ... [inputs]: ... Add new field. Leo Famulari
2020-10-29gnu: raspi-arm-chainloader: Fix build....* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify. [build-common]: Modify. Danny Milosavljevic
2020-10-29gnu: kuserfeedback: Fix typo....* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of the "itemize" keyword. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sébastien Lerique