aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-09-24gnu: Add locale packages for glibc 2.28.Ludovic Courtès
* gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): New variables. (glibc-locales-2.27, glibc-utf8-locales-2.27): Deprecate.
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-23gnu: cuirass: Update to d27ff21.Ludovic Courtès
* gnu/packages/ci.scm (cuirass): Update to d27ff21.
2019-09-23services: cuirass: Remove unneeded conditional.Ludovic Courtès
* gnu/services/cuirass.scm (cuirass-shepherd-service): Remove unneeded 'and'.
2019-09-23repl, marionette: 'self-quoting?' matches keywords.Ludovic Courtès
* guix/repl.scm (self-quoting?): Add 'keyword?' and 'array?'; remove 'vector?' and 'bytevector?'. * gnu/tests.scm (marionette-shepherd-service) <start>: Likewise. <modules>: Remove (rnrs bytevector).
2019-09-23gnu: r-gplots: Fix typo.Vagrant Cascadian
* gnu/packages/statistics (r-gplots)[description]: Fix spelling of "balloon".
2019-09-23gnu: packages: Fix typos.Vagrant Cascadian
* gnu/packages/emacs-xyz (emacs-litable)[description]: Fix use of singular form of "This package". (emacs-ssh-config-mode)[description]: Likewise. * gnu/packages/haskell-xyz (ghc-process-extras)[description]: Likewise. * gnu/packages/lisp (sbcl-fare-quasiquote-readtable)[description]: Likewise. * gnu/packages/usb-modeswitch (usb-modeswitch-data)[description]: Likewise.
2019-09-23gnu: vco-plugins: Fix typo.Vagrant Cascadian
* gnu/packages/audio (vco-plugins)[description]: Fix spelling of "rectangle".
2019-09-23gnu: rust-widestring: Fix typo.Vagrant Cascadian
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if "libraries".
2019-09-23gnu: guile-persist: Fix typo.Vagrant Cascadian
* gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of "Persistence".
2019-09-23gnu: sbcl-cl-hooks: Fix typo.Vagrant Cascadian
* gnu/packages/lisp (sbcl-cl-hooks)[description]: Fix spelling of "possibilities".
2019-09-23gnu: python-py-bcrypt: Fix typo.Vagrant Cascadian
* gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling of "parametrised".
2019-09-23gnu: python-sphinxcontrib-htmlhelp: Fix typo.Vagrant Cascadian
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling of "extension".
2019-09-23gnu: go-github-com-audriusbutkevicius-pfilter: Fix typo.Vagrant Cascadian
* gnu/packages/syncthing (go-github-com-audriusbutkevicius-pfilter) [synopsis]: Fix spelling of "multiple".
2019-09-24gnu: guile-email: Update to 0.2.1.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1. [arguments]: Remove patch-module-dir phase.
2019-09-23gnu: bctoolbox: Fix typo.Vagrant Cascadian
* gnu/packages/telephony (bctoolbox)[description]: Fix plurality of "software".
2019-09-23gnu: fe: Fix typo.Vagrant Cascadian
* gnu/packages/text-editors (fe)[description]: Fix spelling of "menus".
2019-09-23gnu: perl-xml-xpathengine: Fix typo.Vagrant Cascadian
* gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of "mimic".
2019-09-23gnu: python-html2text: Update to 2019.8.11.Efraim Flashner
* gnu/packages/python-web.scm (python-html2text): Update to 2019.8.11. [arguments]: Use a custom 'check phase. [home-page]: Update home-page.
2019-09-23gnu: sbcl-trivia.ppcre: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
2019-09-23gnu: emacs-ace-window: Update to 0.9.0-1.a534492.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
2019-09-23gnu: Add screenfetch.Jakob L. Kreuze
* gnu/packages/admin.scm (screenfetch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-09-23gnu: python-m2crypto: Update to 0.35.2.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
2019-09-23gnu: python-slugify: Update to 3.0.4.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-slugify): Update to 3.0.4. * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Adjust accordingly.
2019-09-23gnu: enchant: Update to 2.2.7.Tobias Geerinckx-Rice
* gnu/packages/enchant.scm (enchant): Update to 2.2.7.
2019-09-23gnu: obs: Update to 24.0.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (obs): Update to 24.0.1. [inputs]: Add qtsvg.
2019-09-23gnu: acpid: Update to 2.0.32.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (acpid): Update to 2.0.32.
2019-09-23installer: Fix run-input-page calls.Mathieu Othacehe
This fixes 55c43108 commit that renamed input-hide-checkbox? into input-visibility-checkbox?. * gnu/installer/newt/partition.scm (prompt-luks-passwords): Rename input-hide-checkbox? into input-visibility-checkbox?.
2019-09-23gnu: utox: Update to 0.17.1.Rutger Helling
* gnu/packages/messaging.scm (utox): Update to 0.17.1.
2019-09-23gnu: kitty: Update to 0.14.5.Rutger Helling
* gnu/packages/terminals.scm (kitty): Update to 0.14.5.
2019-09-23gnu: flatpak: Update to 1.4.3.Rutger Helling
* gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
2019-09-23gnu: libomp: Fix test target.Boris A. Dekshteyn
* gnu/packages/llvm.scm (libomp)[arguments]: Change #:test-target value. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-23gnu: mit-scheme: Pass a valid tarball hash on non-x86.Ludovic Courtès
Fixes this bug: $ guix build -nd mit-scheme -s aarch64-linux guix build: error: derivation `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz.drv' has incorrect output `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz', should be `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz' This is a followup to 7d6cfa442539e8fda0c145bf7a774c13e4fdc83c. * gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a hash of the right length in the catch-all case.
2019-09-23gnu: perl-catalyst-view-json: Update to 0.37.Ludovic Courtès
* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37.
2019-09-23gnu: perl-catalyst-runtime: Update to 5.90124.Ludovic Courtès
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
2019-09-23gnu: wl-clipboard: Update to 2.0.0_beta2.Efraim Flashner
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0_beta2.
2019-09-23gnu: gdb-8.3: Update to 8.3.1.Efraim Flashner
* gnu/packages/gdb.scm (gdb-8.3): Update to 8.3.1.
2019-09-23gnu: datamash: Update to 1.5.Efraim Flashner
* gnu/packages/datamash.scm (datamash): Update to 1.5.
2019-09-23gnu: emacs-suggest: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
2019-09-23gnu: emacs-helpful: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
2019-09-23gnu: emacs-ht: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
2019-09-23gnu: libsmpeg: Fix build failure with GCC 7.Ludovic Courtès
* gnu/packages/video.scm (libsmpeg)[arguments]: New field.
2019-09-22gnu: perf: Really build without '-Werror'.Ludovic Courtès
Until this change, it would fail to build with: In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0, from xsk.c:18: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed] * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove "-Werror" from 'tools/lib/bpf/Makefile'.
2019-09-22gnu: emacs-tco-el: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
2019-09-22gnu: emacs-loop: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
2019-09-22gnu: emacs-elisp-refs: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Enable tests.
2019-09-22gnu: emacs-realgud: Update to 1.5.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.1.
2019-09-22gnu: emacs-company-lsp: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-company-lsp): Enable tests.
2019-09-22gnu: instantmusic: Fix build failure.Ludovic Courtès
This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330. * gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions' phase before 'install' rather than before 'check'.
2019-09-22gnu: js-datatables: Update to 1.10.19.Efraim Flashner
* gnu/packages/javascript.scm (js-datatables): Update to 1.10.19.