~ruther/guix-local

ref: 2c7f6ce15dfd1adc32e37e92e792f30f676e53d6 guix-local/gnu d---------
2c7f6ce1 — Tobias Geerinckx-Rice 8 years ago
gnu: text-editors: Fix nckx's copyright statement.

* gnu/packages/text-editors.scm: Fix Tobias Geerinckx-Rice's copyright
statement.
fd4f26ee — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-reflection: Update to 2.1.2.

* gnu/packages/haskell.scm (ghc-reflection): Update to 2.1.2.
fb9472a3 — Rutger Helling 8 years ago
gnu: Add lookingglass.

* gnu/packages/virtualization.scm (lookingglass): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ceb39527 — Mathieu Othacehe 8 years ago
system: Add BeagleBone Black installer.

* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): New exported
  bootloader.
* gnu/system/install.scm (beaglebone-black-installation-os): New exported variable.
d65854bd — Tobias Geerinckx-Rice 8 years ago
gnu: python2-pyicu: Disable failing test.

* gnu/packages/python.scm (python2-pyicu)[arguments]: Add
‘delete-failing-test’ phase.
852ba10a — Tobias Geerinckx-Rice 8 years ago
gnu: vis: Update to 0.4.

* gnu/packages/text-editors.scm (vis): Update to 0.4.
[arguments]: Document the #:tests situation and the (broken) #:test-target.
[inputs]: Add tre.
58301682 — Pierre Langlois 8 years ago
gnu: Add Easytag.

* gnu/packages/music.scm (easytag): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e2248203 — Mathieu Othacehe 8 years ago
bootloader: Factorize write-file-on-device.

* gnu/bootloader/extlinux.scm (install-extlinux): Factorize bootloader
writing in a new procedure write-file-on-device defined in (gnu build
bootloader).
* gnu/build/bootloader.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* gnu/system/vm.scm (qemu-img): Adapt to import and use (gnu build bootloader)
module during derivation building.
* gnu/scripts/system.scm (bootloader-installer-derivation): Ditto.
acf54bca — Mathieu Othacehe 8 years ago
vm: Adapt qemu command to ARM.

* gnu/build/vm.scm (load-in-linux-vm): New argument #:target-arm32.
Use it to adapt command for qemu-system-arm.  This implies to choose a
machine ("virt"), use the correct console port "ttyAMA0", disable KVM use
that is buggy on some ARM boards (Odroid XU4 for example) and use user mode
network stack instead of NIC. Gather all those options in a new variable
"arch-specific-flags".
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
to load-in-linux-vm "#:target-arm32?" argument.
86637f18 — Ben Woodcroft 8 years ago
gnu: ruby: Replace with ruby-2.4.3 [fixes CVE-2017-17405].

* gnu/packages/ruby.scm (ruby-2.4.3): New variable.
(ruby)[replacement]: New field.
6098a386 — Ben Woodcroft 8 years ago
gnu: bedtools: Update to 2.27.1.

* gnu/packages/ruby.scm (bedtools): Update to 2.27.1.
263c56d2 — Ben Woodcroft 8 years ago
gnu: ruby-2.2: Update to 2.2.9 [fixes CVE-2017-17405].

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.9.
2713e399 — Ben Woodcroft 8 years ago
gnu: ruby-2.3: Update to 2.3.6 [fixes CVE-2017-17405].

* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.6.
86383d67 — Ricardo Wurmus 8 years ago
gnu: yoshimi: Update to 1.5.5.

* gnu/packages/music.scm (yoshimi): Update to 1.5.5.
e536b1d3 — nikita 8 years ago
gnu: s-shell: Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.

* gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.
[version]: Use 'git-version'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a0ec2d25 — Rutger Helling 8 years ago
gnu: xpra: Update to 2.2.

* gnu/packages/xorg.scm (xpra): Update to 2.2.
[inputs]: Add python2-netifaces and python2-pyopengl-accelerate.  Fix
position of commas.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
97c26793 — Rutger Helling 8 years ago
gnu: Add python2-pyopengl-accelerate.

* gnu/packages/python.scm (python2-pyopengl-accelerate): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8a6cd65a — Ben Woodcroft 8 years ago
gnu: python-scikit-learn: Patch test non-determinism.

* gnu/packages/patches/python-scikit-learn-fix-test-non-determinism.patch:
New file.
* gnu/packages/machine-learning.scm (python-scikit-learn)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
4e0b3583 — Ben Woodcroft 8 years ago
gnu: diamond: Update to 0.9.14.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.14.
aa29f8fb — Andy Wingo 8 years ago
gnu: gucharmap: Use glib-or-gtk-build-system.

* gnu/packages/gnome.scm (gucharmap): Use glib-or-gtk-build-system.
Next