~ruther/guix-local

b711df02 — Ricardo Wurmus 10 years ago
gnu: icedtea-7: Update to 2.6.5.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.5.
[inputs]: Add libxcomposite.
b3d05f48 — Alex Kost 10 years ago
services: 'console-keymap-service' takes multiple files.

* gnu/services/base.scm (console-keymap-service-type): Type procedure
takes a list of files instead of a single file.
(console-keymap-service): Take 'files' as rest arguments.
* doc/guix.texi (Base Services): Improve documentation of
'console-keymap-service'.
a78daf5e — Alex Kost 10 years ago
gnu: kbd: Update to 2.0.3.

* gnu/packages/linux.scm (kbd): Update to 2.0.3.
5953d2b7 — Alex Kost 10 years ago
gnu: kbd: Use 'modify-phases'.

* gnu/packages/linux.scm (kbd)[arguments]: Use 'modify-phases'.
a1ccefaa — Ludovic Courtès 10 years ago
file-systems: Add 'find-partition-by-luks-uuid'.

* gnu/build/file-systems.scm (%luks-endianness, %luks-header-size): New
macros.
(%luks-magic): New variable.
(sub-bytevector, read-luks-header, luks-header-uuid): New procedures.
(partition-predicate): Add 'read' parameter; wrap it with 'ENOENT-safe'.
Use it instead of 'read-ext2-superblock*'.
(read-ext2-superblock*): Remove.
(partition-label-predicate, partition-uuid-predicate): Pass
'read-ext2-superblock' as the first argument.
(partition-luks-uuid-predicate): New variable.
(find-partition-by-luks-uuid): New procedure.
24473356 — Ludovic Courtès 10 years ago
file-systems: Separate ENOENT catching from ext2 superblock reads.

* gnu/build/file-systems.scm (ENOENT-safe): New procedure.
(read-ext2-superblock*): Rewrite in terms of it.
e9dffec1 — Ludovic Courtès 10 years ago
doc: Update 'skeletons' field documentation.

* doc/guix.texi (operating-system Reference): Update documentation of
'skeletons' as a followup to e79467f63a06811ba5dd8c8b0cc79553c5dd4e3a.
d5e59248 — Ludovic Courtès 10 years ago
doc: Use new PACKAGE@VERSION syntax in example.

* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION
syntax.
f6c8cb99 — John Darrington 10 years ago
gnu: Add marst.

* gnu/packages/marst.scm: New file.
* gnu-system.am: Add it.
503275e9 — Manolis Ragkousis 10 years ago
gnu: linux: Add case for arm64.

* gnu/packages/linux.scm (system->linux-architecture): Add
  "aarch64".
19c444f4 — Manolis Ragkousis 10 years ago
gnu: bootstrap: Add the location of ld.so on arm64.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
  linker for aarch64-linux.
3a25c631 — Ludovic Courtès 10 years ago
doc: Mention --localstatedir for when building from Git.

Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* doc/contributing.texi (Building from Git): Mention --localstatedir.
e0b3f97e — Ludovic Courtès 10 years ago
doc: Fix typos.

* doc/guix.texi (Hardware Considerations): Fix typos.
6d2b4391 — Ludovic Courtès 10 years ago
syscalls: 'terminal-columns' ignores non-file ports.

* guix/build/syscalls.scm (terminal-columns): Call
'terminal-window-size' only when PORT is a file port.
* tests/syscalls.scm ("terminal-columns non-file port"): New test.
9f088725 — Ludovic Courtès 10 years ago
gnu: Add tcc-wrapper.

* gnu/packages/c.scm (tcc-wrapper): New variable.
a5e2c9a9 — Ludovic Courtès 10 years ago
gnu: Add tcc.

* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
bf15321a — Ludovic Courtès 10 years ago
doc: Remove mention of GNU release freshness checks.

* doc/guix.texi (Invoking guix package): Remove paragraph about
automatic check for latest GNU releases, which was removed in
6caa4dfa37e9b87336908e188500c14b402a0090.
770305f4 — Ricardo Wurmus 10 years ago
gnu: Add Beast.

* gnu/packages/music.scm (beast): New variable.
96d15e48 — Ricardo Wurmus 10 years ago
gnu: Add rapicorn.

* gnu/packages/graphics.scm (rapicorn): New variable.
2df831a7 — Ricardo Wurmus 10 years ago
gnu: Add libpng-1.2.

* gnu/packages/image.scm (libpng-1.2): New variable.
Next