aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: libraw: Update to 0.19.3.Marius Bakke2019-07-06
| | | | * gnu/packages/photo.scm (libraw): Update to 0.19.3.
* gnu: python-soupsieve: Update to 1.9.2.Marius Bakke2019-07-06
| | | | * gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.2.
* gnu: python-setuptools: Update to 41.0.1.Brian Leung2019-07-06
| | | | | | * gnu/packages/python-xyz.scm (python-setuptools): Update to 41.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-olefile: Update to 0.46.Marius Bakke2019-07-06
| | | | | * gnu/packages/python-xyz.scm (python-olefile): Update to 0.46. [source]: Switch to release tarball instead of git snapshot.
* Remove references to non-existent 'tests/machine.scm'.Jakob L. Kreuze2019-07-06
| | | | * Makefile.am (SCM_TESTS): Remove 'tests/machine.scm' line.
* tests: encrypted-root-os: Increase root partition size.Ludovic Courtès2019-07-06
| | | | | | | 1.2G had become slightly too small on x86_64. * gnu/tests/install.scm (%encrypted-root-installation-script): Increase root partition size to 1.3G.
* ci: 'channel-build-system' honors the target system.Ludovic Courtès2019-07-06
| | | | | | | | | | | | | | | | | | | | | Fixes a bug made evident e79281be105b16153c375af5506db31fd1e32698: the x86_64-linux derivation of 'current-guix' would be cached and reused for i686-linux, leading to test failures. Namely, /run/current-system/profile/bin/guix would have an x86_64 binary in its shebang, and thus it would end up being interpreted by /bin/sh, which would fail like this: + guix --version /run/current-system/profile/bin/guix: line 2: !#: command not found /run/current-system/profile/bin/guix: line 3: syntax error near unexpected token `set!' /run/current-system/profile/bin/guix: line 3: `(begin (set! %load-path … See <https://ci.guix.gnu.org/build/1431119/details>. * gnu/ci.scm (channel-build-system)[build]: Pass #:system to 'run-with-store'.
* channels: Simplify 'channel-instances->manifest'.Ludovic Courtès2019-07-06
| | | | | | | * guix/channels.scm (channel-instances->manifest)[instance->entry]: Change to take two arguments instead of a tuple. Turn into a non-monadic procedure. Call it via 'map' instead of 'mapm'.
* gnu: wine-staging: Update to 4.12.Rutger Helling2019-07-06
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12. * gnu/packages/wine.scm (wine-staging): Update to 4.12.
* linux-container: Mount a new /dev/pts instance in the container.Ludovic Courtès2019-07-06
| | | | | | | | | Fixes <https://bugs.gnu.org/36463>. Reported by Steffen Rytter Postas <nc@scalehost.eu>. * gnu/build/linux-container.scm (mount-file-systems): When /dev/ptmx exists on the host, explicitly mount a new instance of devpts and make /dev/ptmx a symlink to /dev/pts/ptmx.
* gnu: grammalecte: Update to 1.2.Nicolas Goaziou2019-07-06
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.2.
* doc: Add section for 'guix deploy'.Jakob L. Kreuze2019-07-06
| | | | * doc/guix.texi: Add section "Invoking guix deploy".
* Add 'guix deploy'.Jakob L. Kreuze2019-07-06
| | | | | * guix/scripts/deploy.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add machine type for deployment specifications.Jakob L. Kreuze2019-07-06
| | | | | | * gnu/machine.scm: New file. * gnu/machine/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* ssh: Add 'identity' keyword to 'open-ssh-session'.Jakob L. Kreuze2019-07-06
| | | | * guix/ssh.scm (open-ssh-session): Add 'identity' keyword argument.
* Revert "gnu: Add sbcl-cl-xmlspam."Ludovic Courtès2019-07-05
| | | | | | | | | | The sbcl-cl-xmlspam package currently has no license information, which makes it non-free. Furthermore, the invalid 'license' field prevents evaluation from completing. This reverts commit ec982546941b59fdd14e0b08f023baf2e75d71a3.
* Revert "gnu: Add sbcl-dbus."Ludovic Courtès2019-07-05
| | | | | | | Remove sbcl-dbus because it depends on sbcl-cl-xmlspam, which is currently non-free. This reverts commit 7af213fefe3608a80c9f0a7e91f0c79051aff16f.
* gnu: emacsy: Remove big 'texlive' dependency.Ludovic Courtès2019-07-05
| | | | | * gnu/packages/guile-xyz.scm (emacsy)[inputs]: Replace TEXLIVE by a 'texlive-union' call.
* gnu: hugin: Build against Exiv2 0.26.Ludovic Courtès2019-07-05
| | | | | * gnu/packages/image.scm (exiv2-0.26): New variable. * gnu/packages/photo.scm (hugin)[inputs]: Use it instead of EXIV2.
* gnu: nanopolish: Update to 0.11.1-1.6331dc4.Ricardo Wurmus2019-07-05
| | | | * gnu/packages/bioinformatics.scm (nanopolish): Update to 0.11.1-1.6331dc4.
* gnu: Add sbcl-dbus.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-dbus): New variable.
* gnu: Add sbcl-cl-xmlspam.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cl-xmlspam): New variable.
* gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.Pierre Neidhardt2019-07-05
| | | | | * gnu/packages/lisp.scm (sbcl-trivia.trivial)[arguments]: Use %lisp-type instead of hard-coding "sbcl".
* gnu: Add sbcl-cxml.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cxml): New variable.
* gnu: Add sbcl-cxml+test.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cxml+test): New variable.
* gnu: Add sbcl-cxml+klacks.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cxml+klacks): New variable.
* gnu: Add sbcl-cxml+dom.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cxml+dom): New variable.
* gnu: Add sbcl-cxml+xml.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-cxml+xml): New variable.
* gnu: sbcl-closure-common: Use official home-page.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-closure-common)[home-page]: Do it.
* gnu: sbcl-iolib: Add CFFI to list of inputs and fix spacing.Pierre Neidhardt2019-07-05
| | | | * gnu/packages/lisp.scm (sbcl-iolib)[inputs]: Do it.
* gnu: Add qlogo.Arun Isaac2019-07-05
| | | | | | * gnu/packages/logo.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. * gnu/packages/logo.scm (qlogo): New variable.
* gnu: patchwork: Update to 2.1.4.Christopher Baines2019-07-05
| | | | * gnu/packages/patchutils.scm (patchwork): Update to 2.1.4.
* store: 'run-with-store' gracefully deals with #f store.Ludovic Courtès2019-07-05
| | | | | | | | | | This is a followup to dd0ee954c4fa965023fd887452927c02edb8b52f, which introduced a failure in tests/graph.scm. * guix/store.scm (run-with-store): Check whether STORE and NEW-STORE are true before calling 'store-connection-object-cache' etc. Fixes a failure in tests/graph.scm related to %REVERSE-PACKAGE-NODE-TYPE, which uses #f as the store.
* derivations: Simplify 'substitution-oracle'.Ludovic Courtès2019-07-05
| | | | | | | | | * guix/derivations.scm (substitution-oracle)[valid?, dependencies]: Remove. [closure]: New procedure. Rename parameter from 'drv' to 'inputs-or-drv' and adjust accordingly. (derivation-build-plan): Pass INPUTS directly to 'substitution-oracle'. * guix/ui.scm (show-what-to-build)[substitutable-info]: Likewise.
* derivations: 'derivation-build-plan' recurses on substituables.Ludovic Courtès2019-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug whereby "guix build texlive -n" would report: 0.0 MB would be downloaded: /gnu/store/…-texlive-20180414 instead of: The following derivation would be built: /gnu/store/…-texlive-texmf-20180414.drv 2,595.2 MB would be downloaded: /gnu/store/…-texlive-20180414-texmf.tar.xz /gnu/store/…-texlive-20180414 where 'texlive-texmf' is a non-substitutable dependency of 'texlive'. * guix/derivations.scm (dependencies-of-substitutables): New procedure. (derivation-build-plan): When 'input-substitutable-info' returns true, append the subset of DEPS that corresponds to SUBSTITUABLES to the first argument of 'loop'. * guix/ui.scm (show-what-to-build): Remove half-baked traversal of DOWNLOAD. * tests/derivations.scm ("derivation-build-plan and substitutes, non-substitutable dep"): New test.
* gnu: Add sbcl-trivia.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia): New variable.
* gnu: Add sbcl-trivia.cffi.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.cffi): New variable.
* gnu: Add sbcl-trivia.quasiquote.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.quasiquote): New variable.
* gnu: Add sbcl-trivia.ppcre.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.ppcre): New variable.
* gnu: Add sbcl-trivia.balland2006.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.balland2006): New variable.
* gnu: Add sbcl-trivia.trivial.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.trivial): New variable.
* gnu: Add sbcl-trivia.level2.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.level2): New variable.
* gnu: Add sbcl-trivia.level1.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.level1): New variable.
* gnu: Add sbcl-trivia.level0.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivia.level0): New variable.
* gnu: Add sbcl-fare-quasiquote-readtable.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-fare-quasiquote-readtable): New variable.
* gnu: Add sbcl-fare-quasiquote.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-fare-quasiquote): New variable.
* gnu: Add sbcl-optima.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-optima): New variable.
* gnu: Add sbcl-type-i.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-type-i): New variable.
* gnu: Add sbcl-introspect-environment.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-introspect-environment): New variable.
* gnu: Add sbcl-trivial-cltl2.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-trivial-cltl2): New variable.