~ruther/guix-local

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.
5a72ddf1 — Mathieu Othacehe 8 years ago
scripts: system: Add --expression option.

* guix/scripts/system.scm (show-help): Add expression option.
(%options): Ditto.
(guix-system): Allow commands taking a file as an argument to use an
expression instead.
(process-action): Read operating-system from expression or file.
* doc/guix.texi (Invoking guix system): Introduce the expression option.
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>
3e0a4297 — Ludovic Courtès 8 years ago
progress: Rename 'erase-in-line' to 'erase-current-line'.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* guix/progress.scm (erase-in-line): Rename to...
(erase-current-line): ... this.  Adjust callers.
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.
dfb403b0 — Oleg Pykhalov 8 years ago
doc: Fix typo.

* doc/guix.texi (DNS Services): Fix knot-configuration.
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.
1bc147d6 — Ricardo Wurmus 8 years ago
guix: ant-build-system: Do not compress jars.

Fixes <https://bugs.gnu.org/29700>.

* guix/build/ant-build-system.scm (strip-jar-timestamps): Do not compress jar
when repacking.
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>
Next