summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: java-dom4j: Update to 2.1.1.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
* Revert "gnu: qpdf: Update to 9.0.1."Tobias Geerinckx-Rice2019-09-24
| | | | | This reverts commit 88808152d993ea170126ec41905a889227905873. It was intended for staging.
* gnu: qpdf: Update to 9.0.1.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
* gnu: ethtool: Update to 5.3.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/networking.scm (ethtool): Update to 5.3.
* gnu: linux-libre: Update to 4.4.194.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
* gnu: linux-libre: Update to 4.9.194.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
* gnu: linux-libre: Update to 4.14.146.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
* gnu: linux-libre: Update to 4.19.75.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
* gnu: linux-libre: Update to 5.2.17.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.17.
* gnu: linux-libre: Update deblobbing scripts.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | | * gnu/packages/linux.scm (deblob-scripts-4.4): Update to version 4.4.194 and update the 'deblob-check' hash. (deblob-scripts-5.2, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.9): Update to versions 5.2.17, 4.19.75, 4.14.146, and 4.9.194 respectively, although the scripts themselves are unchanged.
* doc: Remove more ‘guixsd’ remnants.Tobias Geerinckx-Rice2019-09-24
| | | | | * doc/guix.texi (Installing Guix in a VM): Use ‘guix-system.img’ as image file name.
* gnu: xterm: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xorg.scm (xterm)[source]: Hard-code NAME.
* gnu: xterm: Update to 349.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xorg.scm (xterm): Update to 349.
* gnu: glm: Update to 0.9.9.6.Tobias Geerinckx-Rice2019-09-24
| | | | | | | * gnu/packages/maths.scm (glm): Update to 0.9.9.6. [source]: Add patch. * gnu/packages/patches/glm-restore-install-target.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* pull: Use ~/.cache/guix/checkouts instead of ~/.cache/guix/pull.Ludovic Courtès2019-09-23
| | | | | | | | | Previously 'channel-news-for-commit' would use the former while 'guix pull' would use the latter. Consequently, the first 'guix pull -N' would clone the repository anew. * guix/scripts/pull.scm (guix-pull): Remove 'cache', and leave %REPOSITORY-CACHE-DIRECTORY to its default value.
* gnu: cuirass: Update to d27ff21.Ludovic Courtès2019-09-23
| | | | * gnu/packages/ci.scm (cuirass): Update to d27ff21.
* services: cuirass: Remove unneeded conditional.Ludovic Courtès2019-09-23
| | | | * gnu/services/cuirass.scm (cuirass-shepherd-service): Remove unneeded 'and'.
* gexp: Remove unused procedure.Ludovic Courtès2019-09-23
| | | | * guix/gexp.scm (syntax-location-string): Remove.
* gexp: Catch and report non-self-quoting gexp inputs.Ludovic Courtès2019-09-23
| | | | | | | | | | | Previously we would, for example, generate build scripts in the store; when trying to run them, we'd get a 'read' error due to the presence of #<foo> syntax in there. * guix/gexp.scm (gexp->sexp)[self-quoting?]: New procedure. [reference->sexp]: Check whether the argument in a <gexp-input> box is self-quoting. Raise a '&gexp-input-error' condition if it's not. * tests/gexp.scm ("lower-gexp, non-self-quoting input"): New test.
* repl, marionette: 'self-quoting?' matches keywords.Ludovic Courtès2019-09-23
| | | | | | | * 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).
* show, search: Add '--load-path'.Ludovic Courtès2019-09-23
| | | | | * guix/scripts/search.scm (show-help, %options): Add -L/--load-path. * guix/scripts/show.scm (show-help, %options): Add -L/--load-path.
* gnu: r-gplots: Fix typo.Vagrant Cascadian2019-09-23
| | | | * gnu/packages/statistics (r-gplots)[description]: Fix spelling of "balloon".
* gnu: packages: Fix typos.Vagrant Cascadian2019-09-23
| | | | | | | | | * 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.
* gnu: vco-plugins: Fix typo.Vagrant Cascadian2019-09-23
| | | | * gnu/packages/audio (vco-plugins)[description]: Fix spelling of "rectangle".
* gnu: rust-widestring: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if "libraries".
* gnu: guile-persist: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of "Persistence".
* gnu: sbcl-cl-hooks: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/lisp (sbcl-cl-hooks)[description]: Fix spelling of "possibilities".
* gnu: python-py-bcrypt: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling of "parametrised".
* gnu: python-sphinxcontrib-htmlhelp: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling of "extension".
* gnu: go-github-com-audriusbutkevicius-pfilter: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/syncthing (go-github-com-audriusbutkevicius-pfilter) [synopsis]: Fix spelling of "multiple".
* gnu: guile-email: Update to 0.2.1.Arun Isaac2019-09-24
| | | | | * gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1. [arguments]: Remove patch-module-dir phase.
* gnu: bctoolbox: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/telephony (bctoolbox)[description]: Fix plurality of "software".
* gnu: fe: Fix typo.Vagrant Cascadian2019-09-23
| | | | * gnu/packages/text-editors (fe)[description]: Fix spelling of "menus".
* gnu: perl-xml-xpathengine: Fix typo.Vagrant Cascadian2019-09-23
| | | | | * gnu/packages/xml (perl-xml-xpathengine)[description]: Fix spelling of "mimic".
* build: ruby-build-system: Fix typo.Vagrant Cascadian2019-09-23
| | | | * guix/build/ruby-build-system: Fix spelling of "invocation".
* import: stackage: Fix typo.Vagrant Cascadian2019-09-23
| | | | * guix/import/stackage: Fix spelling of "version".
* gnu: python-html2text: Update to 2019.8.11.Efraim Flashner2019-09-23
| | | | | | * gnu/packages/python-web.scm (python-html2text): Update to 2019.8.11. [arguments]: Use a custom 'check phase. [home-page]: Update home-page.
* inferior: Fix typo.Vagrant Cascadian2019-09-23
| | | | * guix/inferior: Fix spelling of "specifications".
* lint: Fix typo.Vagrant Cascadian2019-09-23
| | | | * guix/lint: Fix spelling of "mentioning".
* scripts: container: Fix typo.Vagrant Cascadian2019-09-23
| | | | * guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
* doc: Fix typo.Tobias Geerinckx-Rice2019-09-23
| | | | * doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
* gnu: sbcl-trivia.ppcre: Fix typo in description.Tobias Geerinckx-Rice2019-09-23
| | | | * gnu/packages/lisp.scm (sbcl-trivia.ppcre)[description]: Fix typo.
* gnu: emacs-ace-window: Update to 0.9.0-1.a534492.Brian Leung2019-09-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
* gnu: Add screenfetch.Jakob L. Kreuze2019-09-23
| | | | | | * gnu/packages/admin.scm (screenfetch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-m2crypto: Update to 0.35.2.Tobias Geerinckx-Rice2019-09-23
| | | | * gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.35.2.
* gnu: python-slugify: Update to 3.0.4.Tobias Geerinckx-Rice2019-09-23
| | | | | | * gnu/packages/python-web.scm (python-slugify): Update to 3.0.4. * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Adjust accordingly.
* gnu: enchant: Update to 2.2.7.Tobias Geerinckx-Rice2019-09-23
| | | | * gnu/packages/enchant.scm (enchant): Update to 2.2.7.
* gnu: obs: Update to 24.0.1.Tobias Geerinckx-Rice2019-09-23
| | | | | * gnu/packages/video.scm (obs): Update to 24.0.1. [inputs]: Add qtsvg.
* gnu: acpid: Update to 2.0.32.Tobias Geerinckx-Rice2019-09-23
| | | | * gnu/packages/linux.scm (acpid): Update to 2.0.32.
* installer: Fix run-input-page calls.Mathieu Othacehe2019-09-23
| | | | | | | | 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?.