summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* gnu: Add sbcl-lisp-namespace.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-lisp-namespace): New variable.
* gnu: Add pulseaudio-dlna.Alex Griffin2019-07-04
| | | | | | * gnu/packages/pulseaudio.scm (pulseaudio-dlna): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-zeroconf.Alex Griffin2019-07-04
| | | | | | * gnu/packages/python-xyz.scm (python2-zeroconf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-pyroute2.Alex Griffin2019-07-04
| | | | | | * gnu/packages/python-xyz.scm (python2-pyroute2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-notify2, python2-notify2.Alex Griffin2019-07-04
| | | | | | | * gnu/packages/python-xyz.scm (python-notify2): New variable. (python2-notify2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* pack: 'squashfs' backend records the profile's search paths.Ludovic Courtès2019-07-04
| | | | | | | | | * 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.
* pack: 'docker' backend records the profile's search paths.Ludovic Courtès2019-07-04
| | | | | | | | | | | | * 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.
* Add (guix remote).Ludovic Courtès2019-07-04
| | | | | * guix/remote.scm: New file. * Makefile.am (MODULES): Add it.
* inferior: Add 'read-repl-response'.Ludovic Courtès2019-07-04
| | | | | * guix/inferior.scm (read-repl-response): New procedure. (read-inferior-response): Use it.
* Add (guix repl).Ludovic Courtès2019-07-04
| | | | | | | * guix/scripts/repl.scm: Use (guix repl). (self-quoting?, machine-repl): Remove. * guix/repl.scm: New file. * Makefile.am (MODULES): Add it.
* gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.Ludovic Courtès2019-07-04
| | | | | | | | | | | | | | | * guix/gexp.scm (gexp-input-thing, gexp-input-output) (gexp-input-native?): Export. (lower-inputs): Return <gexp-input> records instead of tuples. (lower-reference-graphs): Adjust accordingly. (<lowered-gexp>): New record type. (lower-gexp, gexp-input->tuple): New procedure. (gexp->derivation)[%modules]: Remove. [requested-graft?]: New variable. [add-modules]: New procedure. Rewrite in terms of 'lower-gexp'. (gexp-inputs): Add TODO comment. * tests/gexp.scm ("lower-gexp"): New test.
* gnu: Add sbcl-dexador.Pierre Neidhardt2019-07-04
| | | | * gnu/packages/lisp.scm (sbcl-dexador): New variable.
* gnu: pigx-rnaseq: Update to 0.0.8.Ricardo Wurmus2019-07-04
| | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.8.
* gnu: Remove duplicate 'ruby-crass' package.Ludovic Courtès2019-07-04
| | | | * gnu/packages/ruby.scm (ruby-crass): Remove duplicate shadowed definition.
* gnu: Add ruby-backport.Mikhail Kirillov2019-07-04
| | | | | | * gnu/packages/ruby.scm (ruby-backport): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qtpass.Jens Mølgaard2019-07-04
| | | | | | * gnu/packages/password-utils.scm (qtpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>