gnu: thefuck: Update to 3.18.
* gnu/packages/admin.scm (thefuck): Update to 3.18.
gnu: ansible: Update to 2.3.1.0.
* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
gnu: grilo: Add liboauth support.
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
gnu: grilo: Update to 0.3.3.
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
store: Add an RPC counter.
* guix/store.scm (%rpc-calls): New variable.
(show-rpc-profile, record-operation): New procedures.
(operation): Add call to 'record-operation'.
* guix/ui.scm (run-guix-command): Wrap COMMAND-MAIN in 'dynamic-wind'.
Run EXIT-HOOK.
discovery: Rewrite 'scheme-files' using 'scandir*'.
On a command like:
guix environment --ad-hoc coreutils -- true
this reduces the number of 'stat' calls from 14.1K to 9.7K on my
setup (previously each getdents(2) call would be followed by one stat(2)
call per entry).
* guix/discovery.scm (scheme-files): Rewrite using 'scandir*'.
syscalls: Add 'scandir*'.
* guix/build/syscalls.scm (%struct-dirent-header): New C struct.
(string->pointer/utf-8, pointer->string/utf-8): New procedures.
(opendir*, closedir*, readdir*, scandir*): New procedures.
* tests/syscalls.scm ("scandir*, ENOENT")
("scandir*, ASCII file names", "scandir*, UTF-8 file names")
("scandir*, properties): New tests.
gnu: gnome-online-accounts: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
gnu: Add emacs-inf-ruby.
* gnu/packages/emacs.scm (emacs-inf-ruby): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: manaplus: Update to 1.7.6.10.
* gnu/packages/games.scm (manaplus): Update to 1.7.6.10.
tests: Allow setting of qemu memory-size for system tests.
* gnu/system/vm.scm (common-qemu-options): Remove hardcoded "-m 256".
(system-qemu-image/shared-store-script): New keyword argument: #:memory-size.
gnu: fish: Update to 2.6.0.
* gnu/packages/shells.scm (fish): Update to 2.6.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu: Add ghc-http-conduit.
* gnu/packages/haskell.scm (ghc-http-conduit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ghc-http-client-tls: Update to 0.3.4.1.
* gnu/packages/haskell.scm (ghc-http-client-tls): Update to 0.3.4.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ghc-http-client: Update to 0.5.6.1.
* gnu/packages/haskell.scm (ghc-http-client): Update to 0.5.6.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add ghc-warp-tls.
* gnu/packages/haskell.scm (ghc-warp-tls): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add ghc-warp.
* gnu/packages/haskell.scm (ghc-warp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ghc-wai-extra: Update to 3.0.13.1.
* gnu/packages/haskell.scm (ghc-wai-extra): Update to 3.0.13.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>