~ruther/guix-local

ref: d935e6a12c0d4d7e17701675b62a188ec053b7fa guix-local/gnu d---------
d935e6a1 — Brendan Tildesley 8 years ago
gnu: Add faba-icon-theme.

* gnu/packages/gnome.scm (faba-icon-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
47bd32d9 — Carlo Zancanaro 8 years ago
gnu: electrum: Update to 3.0.

gnu/packages/finance.scm (electrum): Update to 3.0.
[inputs]: Change to python3 inputs.
[arguments]: Remove python-2. Disable tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea0421bb — Carlo Zancanaro 8 years ago
gnu: Add python-jsonrpclib-pelix.

* gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix):
New variables.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
96dc8f35 — Ludovic Courtès 8 years ago
packages: 'fold-packages' takes #:select? parameter.

* gnu/packages.scm (fold-packages): Add #:select? parameter and honor it.
0ad5f809 — Ludovic Courtès 8 years ago
Fix ambiguous imports.

* gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1).
* guix/git.scm: Select 'mkdir-p' from (guix build utils).
913027f3 — Efraim Flashner 8 years ago
gnu: nnn: Update to 1.5.

* gnu/packages/admin.scm (nnn): Update to 1.5.
6a534909 — Efraim Flashner 8 years ago
gnu: libuninameslist: Update to 20170807.

* gnu/packages/fontutils.scm (libuninameslist): Update to 20170807.
10b159a3 — Efraim Flashner 8 years ago
gnu: u-boot: Only install 'MLO' output if it exists.

* gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to
uboot-files only if it has been built.
b1a30793 — Mathieu Othacehe 8 years ago
system: vm: Use 2^32 - 1 as hash size.

* gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of
  2^32 as hash size.

On some 32 bit system (ARM for example), 2^32 exceeds hash max
size (ULONG_MAX = 2^32 - 1).
dd208b93 — Mathieu Othacehe 8 years ago
bootloaders: uboot: Add .img and MLO files to binary outputs.

* gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files
  as binary output.
f6948189 — Mathieu Othacehe 8 years ago
linux: Add omap2plus generic kernel.

* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
2ac42fe5 — Mathieu Othacehe 8 years ago
gnu: uboot: Fix same-arch? check.

* gnu/packages/bootloaders.scm (make-u-boot-package): Compare %current-system
  to system associated to given triplet. Comparing a system and a triplet
  didn't make sense.
d298e765 — Efraim Flashner 8 years ago
gnu: perl-test-www-mechanize-psgi: Update source uri.

* gnu/packages/web.scm (perl-test-www-mechanize-psgi)[source]: Update to
new source uri.
12c613b5 — Efraim Flashner 8 years ago
gnu: dtc: Build python bindings.

* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Add swig.
[inputs]: Add python-2.
[arguments]: Remove 'NO_PYTHON' from make-flags, add 'SETUP_PREFIX' to
set python bindings prefix.
ab8757c5 — Efraim Flashner 8 years ago
gnu: dtc: Update to 1.4.5.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.5.
[arguments]: Add NO_PYTHON flag to make-flags.
9371600e — Efraim Flashner 8 years ago
gnu: libxres: Update to 1.2.0.

* gnu/packages/xorg.scm (libxres): Update to 1.2.0.
fd592a12 — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.11.06.

* gnu/packages/video.scm (youtube-dl): Update to 2017.11.06.
8f4e3b95 — Efraim Flashner 8 years ago
gnu: aria2: Update to 1.33.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.33.0.
08e1f38d — Efraim Flashner 8 years ago
gnu: emacs-undo-tree: Parameterize source uri.

* gnu/packages/emacs.scm (emacs-undo-tree)[source]: Replace hard-coded
version with version parameter.
73cd4022 — Leo Famulari 8 years ago
gnu: borg: Update to 1.1.2.

* gnu/packages/backup.scm (borg): Update to 1.1.2.
[arguments]: Disable another test in the 'check' phase.
Next