~ruther/guix-local

35518b75 — Ricardo Wurmus 10 years ago
gnu: guitarix: Update to 0.35.0.

* gnu/packages/audio.scm (guitarix): Update to 0.35.0.
457b5eb6 — Ricardo Wurmus 10 years ago
gnu: qtractor: Update to 0.7.7.

* gnu/packages/music.scm (qtractor): Update to 0.7.7.
f0378141 — Ricardo Wurmus 10 years ago
gnu: Add antiword.

* gnu/packages/textutils.scm (antiword): New variable.
b095e762 — Ricardo Wurmus 10 years ago
gnu: Add synthv1.

* gnu/packages/music.scm (synthv1): New variable.
8b463616 — John Darrington 10 years ago
gnu: ao: Replace "itemize" with "enumerate" in description string.

* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
  Apparently Guile cannot yet handle "itemize" when creating HTML.
0b63b162 — John Darrington 10 years ago
gnu: ao: Format the description string.

* gnu/packages/xiph.scm (ao): Add markup to description string.
b8e9c453 — Jan Nieuwenhuizen 10 years ago
gnu: bootstrap: Add case for i686-mingw.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
07857052 — Ludovic Courtès 10 years ago
syscalls: 'statfs' explicitly binds 'statfs64'.

* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".
e19eb93b — Ludovic Courtès 10 years ago
syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.

* guix/build/syscalls.scm (<file-system>)[mount-flags]: New field.
[spare2]: Remove.
(%statfs): Likewise.
c7794307 — Leo Famulari 10 years ago
gnu: ncmpcpp: Remove bootstrapping phase.

* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase.
[native-inputs]: Remove autoconf, automake, and libtool.
324efb88 — Ben Woodcroft 10 years ago
gnu: Add muscle.

* gnu/packages/bioinformatics.scm (muscle): New variable.
6c0e2dbb — Mark H Weaver 10 years ago
gnu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}].

* gnu/packages/version-control.scm (subversion): Update to 1.8.16.
7ffbbea0 — Rene Saavedra 10 years ago
gnu: Add uhttpmock.

* gnu/packages/web.scm (uhttpmock): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
9d177025 — Ben Woodcroft 10 years ago
gnu: ruby-hashery: Disable failing test.

* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing
test.
b0e52f52 — Rob Syme 10 years ago
gnu: ruby: Update to 2.3.1.

* gnu/packages/ruby.scm (ruby): Update to 2.3.1.
[origin] Add symlink patch.
* gnu/packages/patches/ruby-symlinkfix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
f36a1eba — Eric Bavier 10 years ago
gnu: Add Fossil.

* gnu/packages/version-control.scm (fossil): New variable.
* gnu/packages/patches/fossil-test-fixes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
3b13c3c0 — Ricardo Wurmus 10 years ago
gnu: eigen: Update to 3.2.8.

* gnu/packages/algebra.scm (eigen): Update to 3.2.8.
7062845c — Ludovic Courtès 10 years ago
nls: Add Simplified Chinese translation.

* po/guix/zh_CN.po: New file.
* po/guix/LINGUAS: Add 'zh_CN'.
2b56dc01 — Danny Milosavljevic 10 years ago
gnu: Add hplip.

* gnu/packages/cups.scm (hplip): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4c0416ae — Ludovic Courtès 10 years ago
guix system: Reduce size of image produced for 'vm' action.

This reduces the size of the image produced by 'guix system vm' from
26 MiB to 9 MiB.

* gnu/system/vm.scm (system-qemu-image/shared-store):
(system-qemu-image/shared-store-script): Change the default
value of #:disk-image-size to 30 MiB when not FULL-BOOT?.
* guix/scripts/system.scm (system-derivation-for-action): Likewise for
the 'vm' action.
Next