gnu: Add marst.
* gnu/packages/marst.scm: New file.
* gnu-system.am: Add it.
gnu: linux: Add case for arm64.
* gnu/packages/linux.scm (system->linux-architecture): Add
"aarch64".
gnu: bootstrap: Add the location of ld.so on arm64.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
linker for aarch64-linux.
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.
doc: Fix typos.
* doc/guix.texi (Hardware Considerations): Fix typos.
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.
gnu: Add tcc-wrapper.
* gnu/packages/c.scm (tcc-wrapper): New variable.
gnu: Add tcc.
* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
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.
gnu: Add Beast.
* gnu/packages/music.scm (beast): New variable.
gnu: Add rapicorn.
* gnu/packages/graphics.scm (rapicorn): New variable.
gnu: Add libpng-1.2.
* gnu/packages/image.scm (libpng-1.2): New variable.
gnu: Add emacs-ffap-rfc-space.
* gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: Add emacs-rfcview.
* gnu/packages/emacs.scm (emacs-rfcview): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
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>
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.
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.
gnu: fontforge: Swap giflib input for libungif.
* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add
libungif.
[arguments]: Adjust 'set-library-path' phase accordingly.
gnu: fontforge: Remove 'patch-configure' phase.
* gnu/packages/fontutils.scm (fontforge)[arguments]: Remove
'patch-configure' phase, which became unnecessary in the latest
versions.
gnu: fontforge: Install 'showttf' tool.
* gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib'
phase.