summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: hdf5: Use 'package/inherit' for variants.Ludovic Courtès2020-08-26
| | | | | * gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use 'package/inherit'.
* .dir-locals.el: Add indentation rule for 'package/inherit'.Ludovic Courtès2020-08-26
| | | | * .dir-locals.el (scheme-mode): Add 'package/inherit'.
* gnu: hdf5: Distinguish the default hdf5 version.Ludovic Courtès2020-08-26
| | | | | | | * gnu/packages/maths.scm (hdf5): Rename to... (hdf-1.8): ... this. (hdf5-1.10): Adjust accordingly. (hdf5): New variable.
* lint: Use 'with-error-handling'.Ludovic Courtès2020-08-26
| | | | | | | | This improves the error message when unable to access ~/.cache as reported by Jonathan Brielmaier <jonathan.brielmaier@web.de> in <https://bugs.gnu.org/42859>. * guix/scripts/lint.scm (guix-lint): Wrap body in 'with-error-handling'.
* gnu: icecat: Update to 68.12.0-guix0-preview1 [security fixes].Mark H Weaver2020-08-25
| | | | | | | | Includes fixes for CVE-2020-15663, CVE-2020-15664, and CVE-2020-15669. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: emacs-org-re-reveal: Update to 3.1.1.Oleg Pykhalov2020-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
* gnu: guix: Update to 1.1.0-21.29d356.Maxim Cournoyer2020-08-25
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
* gnu: guix: Update to 1.1.0-20.537080f.Maxim Cournoyer2020-08-25
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
* offload: Modify the build-machine record to accept multiple systems.Maxim Cournoyer2020-08-25
| | | | | | | | | | | | | * guix/scripts/offload.scm (<build-machine>)[systems]: New field. [system]: Accessor changed to %build-machine-system. Default to #f. * guix/scripts/offload.scm (build-machine-system): Wrap %build-machine-system with a deprecation warning. (build-machine-systems): Access the new systems field or fallback to use build-machine-system, for backward compatibility. (machine-matches?): Adjust. * tests/offload.scm: Add tests... * Makefile.am (SCM_TESTS): ...and register them. * doc/guix.texi (Daemon Offload Setup): Update doc.
* gnu: git-lfs: Don't install source.Efraim Flashner2020-08-25
| | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install the sources.
* gnu: git-lfs: Update to v2.11.0.Prafulla Giri2020-08-25
| | | | | | * gnu/packages/version-control.scm (git-lfs): Update to v2.11.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: git-lfs: Install man pages.Prafulla Giri2020-08-25
| | | | | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Add build phases to build and install man pages. [native-inputs]: Add ronn-ng. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: polari: Update to 3.36.3.Leo Prikler2020-08-25
| | | | * gnu/packages/gnome.scm (polari): Update to 3.36.3.
* doc: Fix typo.Tobias Geerinckx-Rice2020-08-25
| | | | * doc/guix.texi (Virtualization Services): Fix typo.
* services: ganeti-kvmd-service-type: Fix typo in description.Tobias Geerinckx-Rice2020-08-25
| | | | | * gnu/services/ganeti.scm (ganeti-kvmd-service-type)[description]: Fix typo.
* gnu: gnuradio-osmosdr: Update to 0.2.2.Tobias Geerinckx-Rice2020-08-25
| | | | * gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
* gnu: libcap-ng: Update to 0.7.11.Tobias Geerinckx-Rice2020-08-25
| | | | * gnu/packages/admin.scm (libcap-ng): Update to 0.7.11.
* gnu: ruby-public-suffix: Update to 4.0.5.Tobias Geerinckx-Rice2020-08-25
| | | | * gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.5.
* gnu: ruby-domain-name: Update to 0.5.20190701.Tobias Geerinckx-Rice2020-08-25
| | | | * gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20190701.
* gnu: fldigi: Update to 4.1.14.Tobias Geerinckx-Rice2020-08-25
| | | | * gnu/packages/radio.scm (fldigi): Update to 4.1.14.
* gnu: cuirass: Update to 0.0.1-43.f2984c7.Mathieu Othacehe2020-08-25
| | | | | | | | Cuirass now depends of "guile-zlib" instead of Guix zlib module. * gnu/packages/ci.scm (cuirass): Update to 0.0.1-43.f2984c7, [inputs]: add "guile-zlib" ... [arguments]: ... and add it to the dependencies.
* gnu: Add python-trytond-stock-lot.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-stock-lot): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trytond-stock.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-stock): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trytond-account.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-simpleeval.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/python-xyz.scm (python-simpleeval): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trytond-product.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trytond-company.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-company): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trytond-currency.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/tryton.scm (python-trytond-currency): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-forex-python.Vinicius Monego2020-08-25
| | | | | | * gnu/packages/python-xyz.scm (python-forex-python): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: stepmania: Fix typo.Efraim Flashner2020-08-25
| | | | | * gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64' architecture.
* gnu: audacity: Fix typo.Efraim Flashner2020-08-25
| | | | | * gnu/packages/audio.scm (audacity)[arguments]: Check for the 'x86_64' architecture.
* Remove "guile-zlib" extension when unused.Mathieu Othacehe2020-08-25
| | | | | | | | | | | | | | | | This is a follow-up of 755f365b02b42a5d1e8ef3000dadef069553a478. As (zlib) is autoloaded in (gnu build linux-modules), "guile-zlib" is needed as an extension only when it is effectively used. * gnu/installer.scm (installer-program): Remove "guile-zlib" from the extensions. * gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto. * gnu/services.scm (activation-script): Ditto. * gnu/services/base.scm (default-serial-port): Ditto, (agetty-shepherd-service): ditto, (udev-service-type): ditto. * gnu/system/image.scm (gcrypt-sqlite3&co): Ditto. * gnu/system/shadow.scm (account-shepherd-service): Ditto.
* linux-libre: Enable module compression.Mathieu Othacehe2020-08-25
| | | | | | | | | | This commit enables GZIP compression for linux-libre kernel modules, reducing the size of linux-libre by 63% (165MB). * gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression. * gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto.
* linux-libre: Support module compression.Mathieu Othacehe2020-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for GZIP compression for linux-libre kernel modules. The initrd modules are kept uncompressed as the initrd is already compressed as a whole. The linux-libre kernel also supports XZ compression, but as Guix does not have any available bindings for now, and the compression time is far more significant, GZIP seems to be a better option. * gnu/build/linux-modules.scm (modinfo-section-contents): Use 'call-with-gzip-input-port' to read from a module file using '.gz' extension, (strip-extension): new procedure, (dot-ko): adapt to support compression, (ensure-dot-ko): ditto, (file-name->module-name): ditto, (find-module-file): ditto, (load-linux-module*): ditto, (module-name->file-name/guess): ditto, (module-name-lookup): ditto, (write-module-name-database): ditto, (write-module-alias-database): ditto, (write-module-device-database): ditto. * gnu/installer.scm (installer-program): Add "guile-zlib" to the extensions. * gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto. * gnu/services.scm (activation-script): Ditto. * gnu/services/base.scm (default-serial-port): Ditto, (agetty-shepherd-service): ditto, (udev-service-type): ditto. * gnu/system/image.scm (gcrypt-sqlite3&co): Ditto. * gnu/system/linux-initrd.scm (flat-linux-module-directory): Add "guile-zlib" to the extensions and make sure that the initrd only contains uncompressed module files. * gnu/system/shadow.scm (account-shepherd-service): Add "guile-zlib" to the extensions. * guix/profiles.scm (linux-module-database): Ditto.
* gnu: emacs-debbugs: Update to 0.26.Nicolas Goaziou2020-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.26.
* gnu: emacs-undo-tree: Update to 0.7.5.Nicolas Goaziou2020-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
* gnu: emacs-sparql-mode: Improve description.Nicolas Goaziou2020-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Improve description.
* gnu: emacs-sparql-mode: Update to 4.0.2.Michael Rohleder2020-08-25
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2. [propagated-inputs]: Add emacs-company. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.Michael Rohleder2020-08-25
| | | | | | * gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): Update to 3.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-restclient: Update to 0-3.ac8aad6.Michael Rohleder2020-08-25
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-3.ac8aad6. [propagated-inputs]: Add emacs-jq-mode. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: jekyll: Use GFM parser to parse kramdown.Michael Rohleder2020-08-25
| | | | | | | * gnu/packages/ruby.scm (jekyll)[propagated-inputs]: changed kramdown parser to ruby-kramdown-parser-gfm. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* services: unattended-upgrade: Log output of the 'guix' commands.Ludovic Courtès2020-08-24
| | | | | | | | | | Fixes <https://bugs.gnu.org/43011>. Reported by Jesse Gibbons <jgibbons2357@gmail.com>. Until now the stdout/stderr file descriptors were not redirected. * gnu/services/admin.scm (unattended-upgrade-mcron-jobs)[code]: Remove 'with-logging' and use 'redirect-port' instead.
* system: Validate sudoers file when building the system.Ludovic Courtès2020-08-24
| | | | | | | Suggested by pkill9 <pkill9@runbox.com>. * gnu/system.scm (validated-sudoers-file): New procedure. (operating-system-etc-service): Use it.
* services: unattended-upgrade: Add 'operating-system-file' field.Ludovic Courtès2020-08-24
| | | | | | | * gnu/services/admin.scm (<unattended-upgrade-configuration>)[operating-system-file]: New field. (unattended-upgrade-mcron-jobs): Honor it. * doc/guix.texi (Unattended Upgrades): Document it.
* offload: Update help string.Maxim Cournoyer2020-08-24
| | | | * guix/scripts/offload.scm (guix-offload): Update help string.
* gnu: libvterm: Update to 0.1.4.Michael Rohleder2020-08-24
| | | | | | * gnu/packages/terminals.scm (libvterm): Update to 0.1.4. Signed-off-by: Leo Famulari <leo@famulari.name>
* guix upgrade: Allow using --do-not-upgrade.Jakub Kądziołka2020-08-24
| | | | | * guix/scripts/upgrade.scm (%options): Add "do-not-upgrade" to list of options inherited from guix package.
* gnu: guix: Update to 1.1.0-19.0c50d72.Mathieu Othacehe2020-08-24
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-19.0c50d72.
* gnu: guile-lzlib: Fix cross-compilation.Mathieu Othacehe2020-08-24
| | | | | * gnu/packages/guile.scm (guile-lzlib)[native-inputs]: Add "guile" when cross-compiling.
* gnu: guile-zlib: Fix cross-compilation.Mathieu Othacehe2020-08-24
| | | | | * gnu/packages/guile.scm (guile-zlib)[native-inputs]: Add "guile" when cross-compiling.