summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-04pack: 'docker' backend records the profile's search paths.Ludovic Courtès
* 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.
2019-07-04Add (guix remote).Ludovic Courtès
* guix/remote.scm: New file. * Makefile.am (MODULES): Add it.
2019-07-04inferior: Add 'read-repl-response'.Ludovic Courtès
* guix/inferior.scm (read-repl-response): New procedure. (read-inferior-response): Use it.
2019-07-04Add (guix repl).Ludovic Courtès
* guix/scripts/repl.scm: Use (guix repl). (self-quoting?, machine-repl): Remove. * guix/repl.scm: New file. * Makefile.am (MODULES): Add it.
2019-07-04gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.Ludovic Courtès
* 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.
2019-07-04gnu: Add sbcl-dexador.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl-dexador): New variable.
2019-07-04gnu: pigx-rnaseq: Update to 0.0.8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.8.
2019-07-04gnu: Remove duplicate 'ruby-crass' package.Ludovic Courtès
* gnu/packages/ruby.scm (ruby-crass): Remove duplicate shadowed definition.
2019-07-04gnu: Add ruby-backport.Mikhail Kirillov
* gnu/packages/ruby.scm (ruby-backport): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-07-04gnu: Add qtpass.Jens Mølgaard
* gnu/packages/password-utils.scm (qtpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-04gnu: linux-libre: Update to 5.1.16.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.16. (%linux-libre-hash): Update hash.
2019-07-04gnu: linux-libre@4.19: Update to 4.19.57.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.57. (%linux-libre-4.19-hash): Update hash.
2019-07-04gnu: linux-libre@4.14: Update to 4.14.132.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.132. (%linux-libre-4.14-hash): Update hash.
2019-07-03gnu: lpd8editor: Update to 0.0.13.Leo Famulari
* gnu/packages/music.scm (lpd8editor): Update to 0.0.13.
2019-07-03store: 'run-with-store' preserves the functional object cache.Ludovic Courtès
This increases the hit rate of the object cache from 56% to 85% when running something like 'guix build libreoffice -nd'. * guix/store.scm (set-store-connection-object-cache!): New procedure. (run-with-store): Copy 'object-cache' field of the new store into the original one.
2019-07-03derivations: 'substitution-oracle' no longer calls 'read-derivation-from-file'.Ludovic Courtès
This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55. * guix/derivations.scm (substitution-oracle): Use 'derivation-input-derivation' instead of calling 'read-derivation-from-file'.
2019-07-03derivations: Avoid another call to 'read-derivation-from-file'.Ludovic Courtès
This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55. * guix/derivations.scm (derivation-path->base16-hash): Rename to... (derivation-base16-hash): ... this, and take a <derivation> rather than a file name. Use 'mlambdaq' instead of 'mlambda'. (derivation/masked-inputs): Adjust accordingly. (invalidate-derivation-caches!): Likewise.
2019-07-03derivations: 'map-derivation' no longer calls 'read-derivation-from-file'.Ludovic Courtès
This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55. * guix/derivations.scm (map-derivation)[rewritten-input]: Avoid call to 'read-derivation-from-file'.
2019-07-03gnu: MPD: Update to 0.21.11.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.21.11.
2019-07-03gnu: GraphicsMagick: Update to 1.3.32.Leo Famulari
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.32.
2019-07-03gnu: irssi: Update to 1.1.3. [fixes CVE-2019-13045].Leo Famulari
* gnu/packages/irc.scm (irssi): Update to 1.1.3.
2019-07-03derivations: Work around pathological memoization behavior.Ludovic Courtès
This works around <https://bugs.gnu.org/36487>. * guix/derivations.scm (invalidate-derivation-caches!): Comment out 'hash-clear!' call.
2019-07-03gnu: python-pygit2: Update to 0.28.2.Julien Lepiller
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.
2019-07-03gnu: snd: Update to 19.5.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (snd): Update to 19.5.
2019-07-03gnu: wireguard: Update to 0.0.20190702.Rutger Helling
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190702.
2019-07-03gnu: geeqie: Update to commit c220dde.Ludovic Courtès
* gnu/packages/image-viewers.scm (geeqie): Update to commit c220dde. [source]: Use 'git-fetch' and 'git-reference'. [arguments] <pre-bootstrap>: Add 'substitute*' calls for 'configure.ac' and 'po/POTFILES.in'.
2019-07-03profiles: Adjust packages->manifest pattern for inferior packages.Kyle Meyer
* guix/profiles.scm (packages->manifest): Add package? predicate to `(package output)' pattern to avoid incorrectly matching `(inferior-package output)', which should be handled by a later clause. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-03gnu: Add emacs-minions.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-minions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-03gnu: monero-gui: Update to 0.14.1.0.Guillaume LE VAILLANT
* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-03gnu: monero: Update to 0.14.1.0.Guillaume LE VAILLANT
* gnu/packages/finance.scm (monero): Update to 0.14.1.0. * gnu/packages/patches/monero-use-system-miniupnpc.patch: Update file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-03gnu: thunar-volman: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
2019-07-03gnu: thunar: Update to 1.8.7.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (thunar): Update to 1.8.7.
2019-07-03gnu: audacity: Update to 2.3.2.Nicolas Goaziou
* gnu/packages/audio.scm (audacity): Update to 2.3.2.
2019-07-02gnu: xlockmore: Update to 5.57.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.57.
2019-07-02gnu: libvirt: Update to 5.5.0 [security fixes].Tobias Geerinckx-Rice
This release includes fixes for CVE-2019-10161, CVE-2019-10166, CVE-2019-10167, and CVE-2019-10168. If you think these sound familiar, you are[0] correct[1]… [0]: https://www.redhat.com/archives/libvirt-announce/2019-June/msg00000.html [1]: https://www.redhat.com/archives/libvirt-announce/2019-July/msg00000.html * gnu/packages/virtualization.scm (libvirt): Update to 5.5.0.
2019-07-02gnu: python-libvirt: Update to 5.5.0.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (python-libvirt): Update to 5.5.0.
2019-07-02gnu: alpine: Build reproducibly.Tobias Geerinckx-Rice
This follows up commit 54278e225e99707c3bd6f9eb37b8906851251b49. * gnu/packages/mail.scm (arguments): Replace Makefile.in substitution with the new ‘--with-date-stamp’ configure-flag.
2019-07-02gnu: alpine: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (alpine)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-07-02gnu: youtube-dl-gui: Add .desktop file.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl-gui)[arguments]: Add a ‘create-desktop-file’ phase.
2019-07-02gnu: alpine: Update to 2.21.99999.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (alpine): Update to 2.21.99999.
2019-07-02gnu: tumbler: Update to 0.2.5.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (tumbler): Update to 0.2.5.
2019-07-02gnu: alpine: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (alpine)[home-page]: Use HTTPS.
2019-07-02gnu: garcon: Update to 0.6.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (garcon): Update to 0.6.3.
2019-07-02gnu: tomb: Update to 2.6.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (tomb): Update to 2.6.
2019-07-02gnu: Add emacs-multi-termZzull
* gnu/packages/emacs-xyz.scm (emacs-multi-term): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-02gnu: Add trivial-utf-8.Katherine Cox-Buday
* gnu/packages/lisp.scm (sbcl-trivial-utf-8, ecl-trivial-utf-8): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-02gnu: Add ghc-validation.Jacob MacDonald
* gnu/packages/haskell.scm (ghc-validation): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-02gnu: Add ghc-hedgehog.Jacob MacDonald
* gnu/packages/haskell-check.scm (ghc-hedgehog): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-02gnu: Add ghc-concurrent-output.Jacob MacDonald
* gnu/packages/haskell.scm (ghc-concurrent-output): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-02gnu: ghc-ansi-terminal: Update to 0.9.1.Jacob MacDonald
* gnu/packages/haskell.scm (ghc-ansi-terminal): Update to 0.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>