Age | Commit message (Expand) | Author |
2016-04-18 | mapped-devices: LUKS partitions can be designated by their UUID.•••* gnu/system/mapped-devices.scm (device-mapping-service-type): Add
'modules' and 'imported-modules' fields to 'shepherd-service'.
(open-luks-device): Use 'find-partition-by-luks-uuid' to lookup the
partition when SOURCE is a bytevector.
* gnu/system/linux-initrd.scm (base-initrd): Augment 'use-modules'
form.
* doc/guix.texi (Mapped Devices): Give example with a UUID.
| Ludovic Courtès |
2016-04-18 | mapped-devices: 'mapped-device-service' takes a <mapped-device>.•••* gnu/system/mapped-devices.scm (device-mapping-service): Take a
<mapped-device> instead of 3 parameters.
(device-mapping-service-type): Adjust accordingly.
* gnu/system.scm (device-mapping-services): Adjust accordingly.
| Ludovic Courtès |
2016-04-18 | services: Move 'device-mapping-service' to (gnu system mapped-devices).•••* gnu/services/base.scm (device-mapping-service-type)
(device-mapping-service): Move to...
* gnu/system/mapped-devices.scm (device-mapping-service-type):
(device-mapping-service): ... here. New variables.
| Ludovic Courtès |
2016-04-18 | system: Move 'luks-device-mapping' to (gnu system mapped-devices).•••* gnu/system.scm (open-luks-device, close-luks-device)
(luks-device-mapping): Move to...
* gnu/system/mapped-devices.scm: ... here. New file.
| Ludovic Courtès |
2016-04-18 | system: Add (gnu system mapped-devices).•••* gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>):
Move to...
* gnu/system/mapped-devices.scm: ... here. New file.
* gnu/system.scm, gnu/services/base.scm,
gnu/system/linux-initrd.scm: Use it.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
| Ludovic Courtès |
2016-04-17 | gnu: Add python-pyusb.•••* gnu/packages/libusb.scm (python-pyusb, python2-pyusb): New variables.
| Ricardo Wurmus |
2016-04-17 | gnu: khard: Update to 0.9.0.•••* gnu/packages/mail.scm (khard): Update to 0.9.0.
| Leo Famulari |
2016-04-17 | gnu: python-vobject: Update to 0.9.2.•••* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.2.
| Leo Famulari |
2016-04-17 | gnu: openssh: Fix CVE-2015-8325.•••* gnu/packages/patches/openssh-CVE-2015-8325.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (openssh): Use it.
| Leo Famulari |
2016-04-17 | gnu: Add recordmydesktop.•••* gnu/packages/video.scm (recordmydesktop): New variable.
| Ludovic Courtès |
2016-04-17 | install: Use 'beta' instead of 'alpha'.•••Suggested by Jelle Licht <jlicht@fsfe.org>.
* gnu/system/install.scm (installation-services): Say 'beta' instead of
'alpha' and make the warning less scary.
| Ludovic Courtès |
2016-04-17 | gnu: python-pandas: Fix test failures.•••* gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: New
file.
* gnu-system.am (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-pandas)[source]: Add patch.
| Ricardo Wurmus |
2016-04-17 | gnu: icedtea-7: Update to 2.6.5.•••* gnu/packages/java.scm (icedtea-7): Update to 2.6.5.
[inputs]: Add libxcomposite.
| Ricardo Wurmus |
2016-04-17 | 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'.
| Alex Kost |
2016-04-17 | gnu: kbd: Update to 2.0.3.•••* gnu/packages/linux.scm (kbd): Update to 2.0.3.
| Alex Kost |
2016-04-17 | gnu: kbd: Use 'modify-phases'.•••* gnu/packages/linux.scm (kbd)[arguments]: Use 'modify-phases'.
| Alex Kost |
2016-04-17 | 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.
| Ludovic Courtès |
2016-04-17 | 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.
| Ludovic Courtès |
2016-04-17 | doc: Update 'skeletons' field documentation.•••* doc/guix.texi (operating-system Reference): Update documentation of
'skeletons' as a followup to e79467f63a06811ba5dd8c8b0cc79553c5dd4e3a.
| Ludovic Courtès |
2016-04-17 | doc: Use new PACKAGE@VERSION syntax in example.•••* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION
syntax.
| Ludovic Courtès |
2016-04-16 | gnu: Add marst.•••* gnu/packages/marst.scm: New file.
* gnu-system.am: Add it.
| John Darrington |
2016-04-16 | gnu: linux: Add case for arm64.•••* gnu/packages/linux.scm (system->linux-architecture): Add
"aarch64".
| Manolis Ragkousis |
2016-04-16 | gnu: bootstrap: Add the location of ld.so on arm64.•••* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
linker for aarch64-linux.
| Manolis Ragkousis |
2016-04-16 | 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.
| Ludovic Courtès |
2016-04-16 | doc: Fix typos.•••* doc/guix.texi (Hardware Considerations): Fix typos.
| Ludovic Courtès |
2016-04-16 | 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.
| Ludovic Courtès |
2016-04-16 | gnu: Add tcc-wrapper.•••* gnu/packages/c.scm (tcc-wrapper): New variable.
| Ludovic Courtès |
2016-04-16 | gnu: Add tcc.•••* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2016-04-16 | 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.
| Ludovic Courtès |
2016-04-15 | gnu: Add Beast.•••* gnu/packages/music.scm (beast): New variable.
| Ricardo Wurmus |
2016-04-15 | gnu: Add rapicorn.•••* gnu/packages/graphics.scm (rapicorn): New variable.
| Ricardo Wurmus |
2016-04-15 | gnu: Add libpng-1.2.•••* gnu/packages/image.scm (libpng-1.2): New variable.
| Ricardo Wurmus |
2016-04-15 | gnu: Add emacs-ffap-rfc-space.•••* gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Chris Marusich |
2016-04-15 | gnu: Add emacs-rfcview.•••* gnu/packages/emacs.scm (emacs-rfcview): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Chris Marusich |
2016-04-15 | gnu: Add openttd.•••* gnu/packages/games.scm (openttd-engine): New variable (private).
(openttd): Inherit it. New variable (public).
Signed-off-by: Alex Kost <alezost@gmail.com>
| Albin Söderqvist |
2016-04-15 | emacs: Use full profile name in Guix buffer names.•••* emacs/guix-ui.el (guix-ui-buffer-name-default): Rename to...
(guix-ui-buffer-name-short): ... this.
(guix-ui-buffer-name-full): New procedure.
(guix-ui-buffer-name-function): Set it as default.
| Alex Kost |
2016-04-15 | emacs: Factorize code for buffer names.•••* emacs/guix-ui.el (guix-ui-buffer-name-default): Extract the code to
compose buffer name and move to...
* emacs/guix-utils.el (guix-compose-buffer-name): ... here. New procedure.
| Alex Kost |
2016-04-15 | gnu: fontforge: Swap giflib input for libungif.•••* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add
libungif.
[arguments]: Adjust 'set-library-path' phase accordingly.
| Eric Bavier |
2016-04-15 | gnu: fontforge: Remove 'patch-configure' phase.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Remove
'patch-configure' phase, which became unnecessary in the latest
versions.
| Eric Bavier |
2016-04-15 | gnu: fontforge: Install 'showttf' tool.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib'
phase.
| Eric Bavier |
2016-04-15 | gnu: fontforge: Use modify-phases.•••* gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases.
| Eric Bavier |
2016-04-15 | gnu: Add font-fantasque-sans.•••* gnu/packages/fonts.scm (font-fantasque-sans): New variable.
| Eric Bavier |
2016-04-15 | gnu: fontforge: Make SVG builds reproducible.•••* gnu/packages/patches/fontforge-svg-modtime.patch: New file.
* gnu/packages/fontutils.scm (fontforge)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-04-15 | gnu: Add woff2.•••* gnu/packages/fontutils.scm (woff2): New variable.
* gnu/packages/patches/woff2-libbrotli.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-04-15 | gnu: Add brotli.•••* gnu/packages/compression.scm (brotli): New variable.
| Eric Bavier |
2016-04-15 | gnu: Add ttf2eot.•••* gnu/packages/fontutils.scm (ttf2eot): New variable.
* gnu/packages/patches/ttf2eot-cstddef.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-04-15 | gnu: Add woff-tools.•••* gnu/packages/fontutils.scm (woff-tools): New variable.
| Eric Bavier |
2016-04-15 | gnu: Add ttfautohint.•••* gnu/packages/fontutils.scm (ttfautohint): New variable.
* gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
| Eric Bavier |
2016-04-14 | Revert "gnu: btrfs-progs: Add "static" output."•••This reverts commit 5f3f3ac287467994f01646680c6a6837ec7ee587.
| Mark H Weaver |
2016-04-15 | build: Move environment '.in' scripts to 'build-aux' directory.•••* pre-inst-env.in: Move to ...
* build-aux/pre-inst-env.in: ... here.
* test-env.in: Move to ...
* build-aux/test-env.in: ... here.
* configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated
scripts in their current location which is $(top_builddir).
| Mathieu Lirzin |