| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: kyotocabinet: Disable CPU optimizations.•••* gnu/packages/databases.scm (kyotocabinet)<#:configure-flags>: Add "--disable-opt".
| Marius Bakke | 2017-06-17 | 1 | -0/+1 |
* | gnu: neomutt: Update to 20170609.•••* gnu/packages/mail.scm (neomutt): Update to 20170609.
(arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap',
'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now
enabled by default.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| ng0 | 2017-06-17 | 1 | -9/+4 |
* | gnu: Add gnome-planner.•••* gnu/packages/gnome.scm (gnome-planner): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Chris Marusich | 2017-06-17 | 1 | -0/+47 |
* | doc: Clarify comment about QEMU qcow2 file sizes.•••* doc/guix.texi (Installing GuixSD in a Virtual Machine): Clarify comment about
QEMU's qcow2 virtualized block device file format.
| Leo Famulari | 2017-06-17 | 1 | -1/+2 |
* | gnu: ruby-builder: Update to 3.2.3.•••* gnu/packages/ruby.scm (ruby-builder): Update to 3.2.3.
| Ben Woodcroft | 2017-06-17 | 1 | -2/+2 |
* | gnu: mpd: Update to 0.20.9.•••* gnu/packages/mpd.scm (mpd): Update to 0.20.9.
| Leo Famulari | 2017-06-17 | 1 | -2/+2 |
* | gnu: diamond: Update to 0.9.8.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.8.
| Ben Woodcroft | 2017-06-17 | 1 | -2/+2 |
* | gnu: linux-libre@4.1: Update to 4.1.41.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.41.
[source]: Remove patch.
| Mark H Weaver | 2017-06-16 | 1 | -13/+3 |
* | gnu: gnome-calendar: Update to 3.24.3.•••* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
| Kei Kebreau | 2017-06-16 | 1 | -2/+2 |
* | Revert "gnu: borg: Update to 1.1.0b5."•••This reverts commit 0b2ff24f9c3e3f689095753a21047c723dd6ca40, which leaked
my local testing version.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | doc: Explain how to use the GCC toolchain.•••* doc/guix.texi (Application Setup): Add subsection "The GCC toolchain".
| Ricardo Wurmus | 2017-06-16 | 1 | -0/+24 |
* | gnu: ola: Update to 0.10.4.•••* gnu/packages/lightning.scm (ola): Update to 0.10.4.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: leptonica: Update to 1.74.4.•••* gnu/packages/image.scm (leptonica): Update to 1.74.4.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: tiled: Update to 1.0.1.•••* gnu/packages/game-development.scm (tiled): Update to 1.0.1.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: cppcheck: Update to 1.79.•••* gnu/packages/check.scm (cppcheck): Update to 1.79.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: borg: Update to 1.1.0b5.•••* gnu/packages/backup.scm (borg): Update to 1.1.0b5.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: par2cmdline: Update to 0.7.2.•••* gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: thefuck: Update to 3.18.•••* gnu/packages/admin.scm (thefuck): Update to 3.18.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: ansible: Update to 2.3.1.0.•••* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -2/+2 |
* | gnu: grilo: Add liboauth support.•••* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
| Kei Kebreau | 2017-06-16 | 1 | -2/+3 |
* | gnu: grilo: Update to 0.3.3.•••* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
| Kei Kebreau | 2017-06-16 | 1 | -2/+2 |
* | 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.
| Ludovic Courtès | 2017-06-16 | 2 | -1/+40 |
* | 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*'.
| Ludovic Courtès | 2017-06-16 | 1 | -21/+29 |
* | 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.
| Ludovic Courtès | 2017-06-16 | 2 | -0/+184 |
* | gnu: gnome-online-accounts: Update to 3.24.1.•••* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
| Kei Kebreau | 2017-06-16 | 1 | -2/+2 |
* | mailmap: Adjust entries for ng0.•••Signed-off-by: Alex Kost <alezost@gmail.com>
| ng0 | 2017-06-16 | 1 | -8/+9 |
* | gnu: Add emacs-inf-ruby.•••* gnu/packages/emacs.scm (emacs-inf-ruby): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Christopher Baines | 2017-06-16 | 1 | -0/+23 |
* | gnu: manaplus: Update to 1.7.6.10.•••* gnu/packages/games.scm (manaplus): Update to 1.7.6.10.
| Alex Kost | 2017-06-16 | 1 | -2/+2 |
* | Revert "gnu: gmime: Update to 3.0.1."•••This reverts commit a512ca81e8998d86770f5a088a9563bc3f24560f.
| Kei Kebreau | 2017-06-16 | 1 | -2/+2 |
* | 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.
| Jan Nieuwenhuizen | 2017-06-16 | 1 | -4/+6 |
* | 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>
| ng0 | 2017-06-16 | 1 | -3/+3 |
* | gnu: Add ghc-http-conduit.•••* gnu/packages/haskell.scm (ghc-http-conduit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+60 |
* | 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>
| rsiddharth | 2017-06-16 | 1 | -2/+2 |
* | 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>
| rsiddharth | 2017-06-16 | 1 | -2/+2 |
* | gnu: Add ghc-warp-tls.•••* gnu/packages/haskell.scm (ghc-warp-tls): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+28 |
* | gnu: Add ghc-warp.•••* gnu/packages/haskell.scm (ghc-warp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+52 |
* | 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>
| rsiddharth | 2017-06-16 | 1 | -2/+2 |
* | gnu: ghc-wai: Update to 3.2.1.1.•••* gnu/packages/haskell.scm (ghc-wai): Update to 3.2.1.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -2/+2 |
* | gnu: ghc-auto-update: Update to 0.1.4.•••* gnu/packages/haskell.scm (ghc-auto-update): Update to 0.1.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -2/+2 |
* | gnu: Add ghc-http2.•••* gnu/packages/haskell.scm (ghc-http2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+36 |
* | gnu: Add ghc-glob.•••* gnu/packages/haskell.scm (ghc-glob): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+30 |
* | gnu: Add ghc-psqueues.•••* gnu/packages/haskell.scm (ghc-psqueues): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+65 |
* | gnu: Add ghc-hex.•••* gnu/packages/haskell.scm (ghc-hex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+20 |
* | gnu: Add ghc-simple-sendfile•••* gnu/packages/haskell.scm (ghc-simple-sendfile): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+28 |
* | gnu: Add ghc-http-date.•••* gnu/packages/haskell.scm (ghc-http-date): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+27 |
* | gnu: Add ghc-wai-conduit.•••* gnu/packages/haskell.scm (ghc-wai-conduit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| rsiddharth | 2017-06-16 | 1 | -0/+25 |
* | gnu: texlive-bin: Export variable.•••This is needed by the texlive build system.
* gnu/packages/tex.scm (texlive-bin): Export variable.
| Ricardo Wurmus | 2017-06-16 | 1 | -1/+1 |
* | gnu: gmime: Update to 3.0.1.•••* gnu/packages/mail.scm (gmime): Update to 3.0.1.
| Kei Kebreau | 2017-06-15 | 1 | -2/+2 |
* | gnu: gspell: Update to 1.4.1.•••* gnu/packages/gnome.scm (gspell): Update to 1.4.1.
* gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
| Kei Kebreau | 2017-06-15 | 2 | -9/+15 |
* | gnu: tadbit: Fix typo in description.•••* gnu/packages/bioinformatics.scm (tadbit)[description]: Fix typo.
| Tobias Geerinckx-Rice | 2017-06-16 | 1 | -1/+1 |