summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-24gnu: mate-desktop-service-type: Add description.Ricardo Wurmus
* gnu/services/desktop.scm (mate-desktop-service-type): Add description.
2018-05-24gnu: gnome-desktop-service-type: Add description.Ricardo Wurmus
* gnu/services/desktop.scm (gnome-desktop-service-type): Add description.
2018-05-24gnu: Add r-analytics.Ricardo Wurmus
* gnu/packages/cran.scm (r-analytics): New variable.
2018-05-24gnu: r-minimal: Add tcl/tk support.Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[inputs]: Add tcl and tk. [arguments]: Add configure flags to enable tcl and tk support.
2018-05-24gnu: mes: Update to 0.14.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Use nyacc-for-mes. Update to 0.14.
2018-05-24gnu: mescc-tools: Update to 0.4.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.4.
2018-05-24gnu: Add nyacc-for-mes.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc-for-mes): New variable.
2018-05-24gnu: linux-libre: Update to 4.16.11.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.11. (%linux-libre-hash): Update hash.
2018-05-24gnu: linux-libre@4.14: Update to 4.14.43.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.43. (%linux-libre-4.14-hash): Update hash.
2018-05-24gnu: linux-libre@4.9: Update to 4.9.102.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.102.
2018-05-23gnu: procps: Update to 3.3.15 [fixes CVE-2018-{1122,1123,1124,1125,1126}].Leo Famulari
* gnu/packages/linux.scm (procps): Update to 3.3.15.
2018-05-23gnu: Add postgis.Julien Lepiller
* gnu/packages/geo.scm (postgis): New variable.
2018-05-23gnu: Add gdal.Julien Lepiller
* gnu/packages/geo.scm (gdal): New variable.
2018-05-23gnu: connman: Update to 1.36.Tobias Geerinckx-Rice
* gnu/packages/connman.scm (connman): Update to 1.36.
2018-05-23gnu: python-gitpython: Update to 2.1.10.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.10.
2018-05-23gnu: simplescreenrecorder: Update to 0.3.11.Tobias Geerinckx-Rice
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.11. [inputs]: Use defaut FFMPEG version.
2018-05-23gnu: redshift: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (redshift): Update to 1.12.
2018-05-23gnu: stunnel: Update to 5.45.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel): Update to 5.45.
2018-05-23gnu: parallel: Update to 20180522.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20180522.
2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.3.3.6.
2018-05-23gnu: x265: Return a boolean from the snippet.Tobias Geerinckx-Rice
* gnu/packages/video.scm (x265)[source]: End snippet with #t.
2018-05-23gnu: x265: Update to 2.7.Tobias Geerinckx-Rice
* gnu/packages/video.scm (x265): Update to 2.7.
2018-05-23gnu: pigx-scrnaseq: Update to 0.0.4.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.4.
2018-05-23gnu: libusb-for-axoloti: Adjust patch.Ricardo Wurmus
* gnu/packages/patches/libusb-for-axoloti.patch: Adjust patch for use with current version of libusb.
2018-05-23gnu: Use "code" instead of "indent".Ricardo Wurmus
This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/commencement.scm, gnu/packages/flex.scm: Use module "code" instead of "indent".
2018-05-23gnu: Use "code" instead of "indent".Ricardo Wurmus
This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/debug.scm: Use module "code" instead of "indent".
2018-05-23gnu: Add go-github-com-tevino-abool.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-tevino-abool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add go-github-com-stretchr-testify.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-stretchr-testify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add go-github-com-jpillora-backoff.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-jpillora-backoff): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add go-github-com-hashicorp-go-version.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add go-github-com-getsentry-raven-go.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-getsentry-raven-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add go-github-com-burntsushi-toml.Rouby Pierre-Antoine
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23gnu: Add r-learnr.Ricardo Wurmus
* gnu/packages/cran.scm (r-learnr): New variable.
2018-05-23gnu: Add r-rappdirs.Ricardo Wurmus
* gnu/packages/cran.scm (r-rappdirs): New variable.
2018-05-23gnu: Move 'indent' to code.scm.Ludovic Courtès
Suggested by Pierre Neidhardt <ambrevar@gmail.com>. * gnu/packages/indent.scm: Remove. Move 'indent' to... * gnu/packages/code.scm (indent): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove indent.scm.
2018-05-23gnu: Move 'astyle' to code.scm.Ludovic Courtès
Suggested by Pierre Neidhardt <ambrevar@gmail.com>. * gnu/packages/pretty-print.scm (astyle): Move to... * gnu/packages/code.scm (astyle): ... here. New variable.
2018-05-23gnu: Add uncrustify.Pierre Neidhardt
* gnu/packages/code.scm (uncrustify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23records: Insert record type ABI checks in constructors.Ludovic Courtès
* guix/records.scm (print-record-abi-mismatch-error): New procedure. <top level>: Add 'set-exception-printer!' call. (current-abi-identifier, abi-check): New procedures. (make-syntactic-constructor): Add #:abi-cookie parameter. Insert calls to 'abi-check'. (define-record-type*)[compute-abi-cookie]: New procedure. Use it and emit a definition of the 'current-abi-identifier' for TYPE. * tests/records.scm ("ABI checks"): New test.
2018-05-23vm: Use a deterministic file system UUID in shared-store VMs.Ludovic Courtès
* gnu/system/vm.scm (system-qemu-image/shared-store): Pass #:file-system-uuid to 'qemu-image'.
2018-05-23vm: Print the label and UUID of partitions.Ludovic Courtès
* gnu/build/vm.scm (create-ext-file-system): Print the label and UUID.
2018-05-23linux-initrd: Enable "virtio-rng".Ludovic Courtès
Fixes <https://bugs.gnu.org/31268>. * gnu/system/linux-initrd.scm (default-initrd-modules)[virtio-modules]: Add "virtio-rng".
2018-05-23gnu: gimp-fourier: Fix build.Ricardo Wurmus
* gnu/packages/gimp.scm (gimp-fourier)[arguments]: Copy gegl-0.4.pc to gegl-0.3.pc in the configure phase. [inputs]: Add gegl.
2018-05-22gnu: cmake.scm: Add missing module.Oleg Pykhalov
* gnu/packages/cmake.scm: Import emacs-build-system.
2018-05-22gnu: Add emacs-cmake-mode.Oleg Pykhalov
* gnu/packages/cmake.scm (emacs-cmake-mode): New public variable.
2018-05-22gnu: bismark: Patch bismark2report before installing.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bismark)[arguments]: Patch file before installing it.
2018-05-22gnu: Add emacs-esh-autosuggest.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-esh-autosuggest): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-05-22gnu: emacs-daemons: Fix typo in description.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-daemons)[description]: Fix typo.
2018-05-22gnu: Add emacs-daemons.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-daemons): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-05-21gnu: mutt: Update to 1.10.0.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.10.0.
2018-05-21gnu: procps: Update to 3.3.14.Leo Famulari
* gnu/packages/linux.scm (procps): Update to 3.3.14. [arguments]: Remove obsolete phase 'disable-strtod-test' because the change has been upstreamed.