~ruther/guix-local

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.
9e9c71eb — Chris Marusich 10 years ago
gnu: Add emacs-ffap-rfc-space.

* gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
4670f70a — Chris Marusich 10 years ago
gnu: Add emacs-rfcview.

* gnu/packages/emacs.scm (emacs-rfcview): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
e9687748 — Albin Söderqvist 10 years ago
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>
117195c2 — Alex Kost 10 years ago
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.
6ea80938 — Alex Kost 10 years ago
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.
de946028 — Eric Bavier 10 years ago
gnu: fontforge: Swap giflib input for libungif.

* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add
libungif.
[arguments]: Adjust 'set-library-path' phase accordingly.
17b974f7 — Eric Bavier 10 years ago
gnu: fontforge: Remove 'patch-configure' phase.

* gnu/packages/fontutils.scm (fontforge)[arguments]: Remove
'patch-configure' phase, which became unnecessary in the latest
versions.
5f031ed2 — Eric Bavier 10 years ago
gnu: fontforge: Install 'showttf' tool.

* gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib'
phase.
Next