~ruther/guix-local

3bf42e22 — Tobias Geerinckx-Rice 8 years ago
gnu: gparted: Update to 0.30.0.

* gnu/packages/disk.scm (gparted): Update to 0.30.0.
f9bd6b3a — Tobias Geerinckx-Rice 8 years ago
gnu: evince: Update to 3.26.0.

* gnu/packages/gnome.scm (evince): Update to 3.26.0.
f51ea1cd — Tobias Geerinckx-Rice 8 years ago
gnu: orca: Update to 3.26.0.

gnu/packages/gnome.scm (orca): Update to 3.26.0.
de47cfed — Thomas Danckaert 8 years ago
gnu: bluez: Disable unpredictable test on armhf.

* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead
of marking it as XFAIL.
01d87d3c — Ricardo Wurmus 8 years ago
gnu: rcas-web: Update to 0.0.4.

* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.4.
85a2b589 — Ludovic Courtès 8 years ago
zlib: Fix memory leak due to revealed ports not being GC'd.

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

This mostly reverts 81a0f1cdf12e7bcc34c1203f034a323fa8f52cf5, which
introduced a regression: revealed ports are *never* GC'd (contrary to
what Guile's manual suggests).

In addition to the revert, 'close-procedure' now explicitly swallows
EBADF errors when 'close-port' is called.

* guix/zlib.scm (close-procedure): New procedure.
(make-gzip-input-port)[gzfile]: Use 'fileno' instead of 'port->fdes'.
Use 'close-procedure' instead of 'gzclose'.
(make-gzip-output-port): Likewise.
* tests/zlib.scm ("compression/decompression pipe"): Use 'port-closed?'
to determine whether PARENT has been closed.
5781c7dd — Leo Famulari 8 years ago
gnu: mpg123: Update to 1.25.7.

* gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
50fcf37c — Ludovic Courtès 8 years ago
doc: Give an example with a FAT UUID.

* gnu/system/examples/lightweight-desktop.tmpl <file-systems>: Add a
UUID for the /boot/efi partition.
* doc/guix.texi (Using the Configuration System): Mention it.
03f66aea — Ludovic Courtès 8 years ago
uuid: Change "fat32" to "fat".

* gnu/system/uuid.scm (%fat32-endianness): Rename to...
(%fat-endianness): ... this.
(fat32-uuid->string): Rename to...
(fat-uuid->string): ... this.
(%fat32-uuid-rx): Rename to..
(%fat-uuid-rx): ... this.
(string->fat32-uuid): Rename to...
(string->fat-uuid): ... this.
(%uuid-parsers, %uuid-printers): Add 'fat16.
88235675 — Ludovic Courtès 8 years ago
file-systems: Add support for FAT16.

* gnu/build/file-systems.scm (check-fat32-file-system): Rename to...
(check-fat-file-system): ... this.
(check-file-system): Adjust accordingly.
(fat16-superblock?, read-fat16-superblock)
(fat16-superblock-uuid, fat16-superblock-volume-name): New procedures.
(%partition-label-readers, %partition-uuid-readers): Add FAT16.
9976c76a — Ludovic Courtès 8 years ago
file-systems: Preserve UUID types when serializing.

Reported by Roel Janssen <roel@gnu.org>
at <https://lists.gnu.org/archive/html/help-guix/2017-09/msg00094.html>.

* gnu/system/file-systems.scm (file-system->spec): When DEVICE is a
UUID, serialize it in a way that preserves its type.
(spec->file-system): Adjust accordingly.
* gnu/build/file-systems.scm (canonicalize-device-spec): Add case for
when SPEC is 'uuid?'.
1c65cca5 — Ludovic Courtès 8 years ago
file-systems: 'mount-file-system' now takes a <file-system> object.

* gnu/build/file-systems.scm (mount-file-system): Rename 'spec' to 'fs'
and assume it's a <file-system>.
* gnu/build/linux-boot.scm (boot-system): Assume MOUNTS is a list of
<file-system> and adjust accordingly.
* gnu/build/linux-container.scm (mount-file-systems): Remove
'file-system->spec' call.
* gnu/services/base.scm (file-system-shepherd-service): Add
'spec->file-system' call.  Add (gnu system file-systems) to 'modules'.
* gnu/system/linux-initrd.scm (raw-initrd): Use (gnu system
file-systems).  Add 'spec->file-system' call for #:mounts.
f26af33a — Theodoros Foradis 8 years ago
gnu: Add freehdl.

* gnu/packages/engineering.scm (freehdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
91cabd3e — Theodoros Foradis 8 years ago
gnu: Add xyce-parallel.

* gnu/packages/engineering.scm (trilinos-parallel-xyce)
(xyce-parallel): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1da02b6a — Theodoros Foradis 8 years ago
gnu: Add xyce-serial.

* gnu/packages/engineering.scm (trilinos-serial-xyce)
(xyce-serial): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b509efb3 — Theodoros Foradis 8 years ago
gnu: Add lapack-3.5.

* gnu/packages/maths.scm (lapack-3.5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
22d1060e — Ricardo Wurmus 8 years ago
gnu: python-rpy2: Ignore test results.

* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
6de897ac — Roel Janssen 8 years ago
gnu: Add r-ggdendro.

* gnu/packages/statistics.scm (r-ggdendro): New variable.
2f44e7b0 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.54.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54.
dac1d8ef — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.91.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
Next