~ruther/guix-local

6103eb3d — Tobias Geerinckx-Rice 8 years ago
gnu: thefuck: Update to 3.18.

* gnu/packages/admin.scm (thefuck): Update to 3.18.
2e3297f4 — Tobias Geerinckx-Rice 8 years ago
gnu: ansible: Update to 2.3.1.0.

* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
6d7273a0 — Kei Kebreau 8 years ago
gnu: grilo: Add liboauth support.

* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
99dd2af9 — Kei Kebreau 8 years ago
gnu: grilo: Update to 0.3.3.

* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
f4453df9 — Ludovic Courtès 8 years ago
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.
d27cc3bf — Ludovic Courtès 8 years ago
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*'.
fa73c193 — Ludovic Courtès 8 years ago
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.
8cdbaebc — Kei Kebreau 8 years ago
gnu: gnome-online-accounts: Update to 3.24.1.

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
mailmap: Adjust entries for ng0.

Signed-off-by: Alex Kost <alezost@gmail.com>
f450d3c5 — Christopher Baines 8 years ago
gnu: Add emacs-inf-ruby.

* gnu/packages/emacs.scm (emacs-inf-ruby): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
b000e078 — Alex Kost 8 years ago
gnu: manaplus: Update to 1.7.6.10.

* gnu/packages/games.scm (manaplus): Update to 1.7.6.10.
25dee815 — Kei Kebreau 8 years ago
Revert "gnu: gmime: Update to 3.0.1."

This reverts commit a512ca81e8998d86770f5a088a9563bc3f24560f.
ebfb71d4 — Jan Nieuwenhuizen 8 years ago
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>
556f1739 — rsiddharth 8 years ago
gnu: Add ghc-http-conduit.

* gnu/packages/haskell.scm (ghc-http-conduit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
932653ff — rsiddharth 8 years ago
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>
f0643afb — rsiddharth 8 years ago
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>
5465af92 — rsiddharth 8 years ago
gnu: Add ghc-warp-tls.

* gnu/packages/haskell.scm (ghc-warp-tls): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
49fad818 — rsiddharth 8 years ago
gnu: Add ghc-warp.

* gnu/packages/haskell.scm (ghc-warp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f6f0fee2 — rsiddharth 8 years ago
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>
Next