Age | Commit message (Collapse) | Author |
|
* guix/inferior.scm (read-repl-response): New procedure.
(read-inferior-response): Use it.
|
|
* guix/scripts/repl.scm: Use (guix repl).
(self-quoting?, machine-repl): Remove.
* guix/repl.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* 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/packages/lisp.scm (sbcl-dexador): New variable.
|
|
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.8.
|
|
* gnu/packages/ruby.scm (ruby-crass): Remove duplicate shadowed definition.
|
|
* gnu/packages/ruby.scm (ruby-backport): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/password-utils.scm (qtpass): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.16.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.57.
(%linux-libre-4.19-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.132.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/music.scm (lpd8editor): Update to 0.0.13.
|
|
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.
|
|
This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55.
* guix/derivations.scm (substitution-oracle): Use
'derivation-input-derivation' instead of calling
'read-derivation-from-file'.
|
|
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.
|
|
This is a followup to 5cf4b26d52bcea382d98fb4becce89be9ee37b55.
* guix/derivations.scm (map-derivation)[rewritten-input]: Avoid call to
'read-derivation-from-file'.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.21.11.
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.32.
|
|
* gnu/packages/irc.scm (irssi): Update to 1.1.3.
|
|
This works around <https://bugs.gnu.org/36487>.
* guix/derivations.scm (invalidate-derivation-caches!): Comment out
'hash-clear!' call.
|
|
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.
|
|
* gnu/packages/audio.scm (snd): Update to 19.5.
|
|
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190702.
|
|
* 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'.
|
|
* 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>
|
|
* gnu/packages/emacs-xyz.scm (emacs-minions): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.3.
|
|
* gnu/packages/xfce.scm (thunar): Update to 1.8.7.
|
|
* gnu/packages/audio.scm (audacity): Update to 2.3.2.
|
|
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.57.
|
|
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.
|
|
* gnu/packages/virtualization.scm (python-libvirt): Update to 5.5.0.
|
|
This follows up commit 54278e225e99707c3bd6f9eb37b8906851251b49.
* gnu/packages/mail.scm (arguments): Replace Makefile.in substitution
with the new ‘--with-date-stamp’ configure-flag.
|
|
* gnu/packages/mail.scm (alpine)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/video.scm (youtube-dl-gui)[arguments]:
Add a ‘create-desktop-file’ phase.
|
|
* gnu/packages/mail.scm (alpine): Update to 2.21.99999.
|
|
* gnu/packages/xfce.scm (tumbler): Update to 0.2.5.
|
|
* gnu/packages/mail.scm (alpine)[home-page]: Use HTTPS.
|
|
* gnu/packages/xfce.scm (garcon): Update to 0.6.3.
|
|
* gnu/packages/crypto.scm (tomb): Update to 2.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-multi-term): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp.scm (sbcl-trivial-utf-8, ecl-trivial-utf-8): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-validation): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-check.scm (ghc-hedgehog): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-concurrent-output): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-ansi-terminal): Update to 0.9.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-ansi-wl-pprint)[inputs]: Use ghc-ansi-terminal-0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-ansi-terminal-0.8): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|