Age | Commit message (Expand) | Author |
2019-07-06 | channels: Simplify 'channel-instances->manifest'....* 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'.
| Ludovic Courtès |
2019-07-06 | gnu: wine-staging: Update to 4.12....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12.
* gnu/packages/wine.scm (wine-staging): Update to 4.12.
| Rutger Helling |
2019-07-06 | linux-container: Mount a new /dev/pts instance in the container....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.
| Ludovic Courtès |
2019-07-06 | gnu: grammalecte: Update to 1.2....* gnu/packages/dictionaries.scm (grammalecte): Update to 1.2.
| Nicolas Goaziou |
2019-07-06 | doc: Add section for 'guix deploy'....* doc/guix.texi: Add section "Invoking guix deploy".
| Jakob L. Kreuze |
2019-07-06 | Add 'guix deploy'....* guix/scripts/deploy.scm: New file.
* Makefile.am (MODULES): Add it.
| Jakob L. Kreuze |
2019-07-06 | gnu: Add machine type for deployment specifications....* gnu/machine.scm: New file.
* gnu/machine/ssh.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Jakob L. Kreuze |
2019-07-06 | ssh: Add 'identity' keyword to 'open-ssh-session'....* guix/ssh.scm (open-ssh-session): Add 'identity' keyword argument.
| Jakob L. Kreuze |
2019-07-05 | Revert "gnu: Add sbcl-cl-xmlspam."...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.
| Ludovic Courtès |
2019-07-05 | Revert "gnu: Add sbcl-dbus."...Remove sbcl-dbus because it depends on sbcl-cl-xmlspam, which is
currently non-free.
This reverts commit 7af213fefe3608a80c9f0a7e91f0c79051aff16f.
| Ludovic Courtès |
2019-07-05 | gnu: emacsy: Remove big 'texlive' dependency....* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Replace TEXLIVE by a
'texlive-union' call.
| Ludovic Courtès |
2019-07-05 | gnu: hugin: Build against Exiv2 0.26....* gnu/packages/image.scm (exiv2-0.26): New variable.
* gnu/packages/photo.scm (hugin)[inputs]: Use it instead of EXIV2.
| Ludovic Courtès |
2019-07-05 | gnu: nanopolish: Update to 0.11.1-1.6331dc4....* gnu/packages/bioinformatics.scm (nanopolish): Update to 0.11.1-1.6331dc4.
| Ricardo Wurmus |
2019-07-05 | gnu: Add sbcl-dbus....* gnu/packages/lisp.scm (sbcl-dbus): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cl-xmlspam....* gnu/packages/lisp.scm (sbcl-cl-xmlspam): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically....* gnu/packages/lisp.scm (sbcl-trivia.trivial)[arguments]: Use %lisp-type
instead of hard-coding "sbcl".
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cxml....* gnu/packages/lisp.scm (sbcl-cxml): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cxml+test....* gnu/packages/lisp.scm (sbcl-cxml+test): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cxml+klacks....* gnu/packages/lisp.scm (sbcl-cxml+klacks): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cxml+dom....* gnu/packages/lisp.scm (sbcl-cxml+dom): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: Add sbcl-cxml+xml....* gnu/packages/lisp.scm (sbcl-cxml+xml): New variable.
| Pierre Neidhardt |
2019-07-05 | gnu: sbcl-closure-common: Use official home-page....* gnu/packages/lisp.scm (sbcl-closure-common)[home-page]: Do it.
| Pierre Neidhardt |
2019-07-05 | gnu: sbcl-iolib: Add CFFI to list of inputs and fix spacing....* gnu/packages/lisp.scm (sbcl-iolib)[inputs]: Do it.
| Pierre Neidhardt |
2019-07-05 | gnu: Add qlogo....* gnu/packages/logo.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
* gnu/packages/logo.scm (qlogo): New variable.
| Arun Isaac |
2019-07-05 | gnu: patchwork: Update to 2.1.4....* gnu/packages/patchutils.scm (patchwork): Update to 2.1.4.
| Christopher Baines |
2019-07-05 | store: 'run-with-store' gracefully deals with #f store....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.
| Ludovic Courtès |
2019-07-05 | derivations: Simplify 'substitution-oracle'....* 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.
| Ludovic Courtès |
2019-07-05 | derivations: 'derivation-build-plan' recurses on substituables....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.
| Ludovic Courtès |
2019-07-04 | gnu: Add sbcl-trivia....* gnu/packages/lisp.scm (sbcl-trivia): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.cffi....* gnu/packages/lisp.scm (sbcl-trivia.cffi): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.quasiquote....* gnu/packages/lisp.scm (sbcl-trivia.quasiquote): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.ppcre....* gnu/packages/lisp.scm (sbcl-trivia.ppcre): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.balland2006....* gnu/packages/lisp.scm (sbcl-trivia.balland2006): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.trivial....* gnu/packages/lisp.scm (sbcl-trivia.trivial): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.level2....* gnu/packages/lisp.scm (sbcl-trivia.level2): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.level1....* gnu/packages/lisp.scm (sbcl-trivia.level1): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivia.level0....* gnu/packages/lisp.scm (sbcl-trivia.level0): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-fare-quasiquote-readtable....* gnu/packages/lisp.scm (sbcl-fare-quasiquote-readtable): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-fare-quasiquote....* gnu/packages/lisp.scm (sbcl-fare-quasiquote): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-optima....* gnu/packages/lisp.scm (sbcl-optima): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-type-i....* gnu/packages/lisp.scm (sbcl-type-i): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-introspect-environment....* gnu/packages/lisp.scm (sbcl-introspect-environment): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-trivial-cltl2....* gnu/packages/lisp.scm (sbcl-trivial-cltl2): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add sbcl-lisp-namespace....* gnu/packages/lisp.scm (sbcl-lisp-namespace): New variable.
| Pierre Neidhardt |
2019-07-04 | gnu: Add pulseaudio-dlna....* gnu/packages/pulseaudio.scm (pulseaudio-dlna): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | gnu: Add python2-zeroconf....* gnu/packages/python-xyz.scm (python2-zeroconf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | gnu: Add python2-pyroute2....* gnu/packages/python-xyz.scm (python2-pyroute2): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | gnu: Add python-notify2, python2-notify2....* gnu/packages/python-xyz.scm (python-notify2): New variable.
(python2-notify2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | pack: 'squashfs' backend records the profile's search paths....* guix/scripts/pack.scm (singularity-environment-file): New procedure.
(squashfs-image): Use it, and create /.singularity/env/90-environment.sh.
* gnu/tests/singularity.scm (run-singularity-test)["singularity run,
with environment"]: New test, currently skipped.
* gnu/tests/singularity.scm (build-tarball&run-singularity-test): Add
GUILE-JSON to the profile.
| Ludovic Courtès |
2019-07-04 | pack: 'docker' backend records the profile's search paths....* guix/docker.scm (config): Add #:environment parameter and honor it.
(build-docker-image): Likewise, and pass it to 'config'.
* guix/scripts/pack.scm (docker-image): Import (guix profiles) and (guix
search-paths). Call 'profile-search-paths' and pass #:environment to
'build-docker-image'.
* gnu/tests/docker.scm (run-docker-test)["Load docker image and run it"]:
Add example that expects (json) to be available.
* gnu/tests/docker.scm (build-tarball&run-docker-test): Replace
%BOOTSTRAP-GUILE by GUILE-2.2 and GUILE-JSON in the environment.
| Ludovic Courtès |