~ruther/guix-local

68d79a8b — mirlan 3 years ago
gnu: Add libskk.

* gnu/packages/language.scm (libskk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f5fd7414 — Tanguy Le Carrour 3 years ago
gnu: profanity: Update to 0.13.0.

* gnu/packages/messaging.scm (profanity): Update to 0.13.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4e769c1d — Tanguy Le Carrour 3 years ago
gnu: libstrophe: Update to 0.12.2.

* gnu/packages/messaging.scm (libstrophe): Update to 0.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ff324d38 — Ludovic Courtès 3 years ago
gnu: mmg: Add dependency on Perl.

* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
f8529b9e — jgart 3 years ago
gnu: gtkwave: Update to 3.3.113.

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.113.
[inputs]: Use new style.
[arguments]: Use gexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
49ed6769 — Michael Rohleder 3 years ago
gnu: python-pydyf: Update to 0.3.0.

* gnu/packages/pdf.scm (python-pydyf): Update to 0.3.0.
[arguments]: Add phases to replace build and install phases.
[native-inputs]: Add python-flit-core, python-pypa-build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ac338620 — Ludovic Courtès 3 years ago
gnu: emacs-guix: Remove input labels.

* gnu/packages/emacs-xyz.scm (emacs-guix)[inputs]: Remove labels.
58a671f3 — Ludovic Courtès 3 years ago
gnu: emacs-guix: Update to cf5b7a4.

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to cf5b7a4.
[home-page]: Update.
22b9734b — Ludovic Courtès 3 years ago
Revert "guix system: Remove unused 'read-operating-system' procedure."

This reverts commit d11a432adffe9308eafec6b77cddd3145029109e.

The 'read-operating-system' is used in Emacs-Guix.
602527ab — Ludovic Courtès 3 years ago
git: Factorize 'commit-id?' predicate.

* guix/git.scm (commit-id?): New procedure, copied from (guix swh).
(resolve-reference): Use it instead of inline code.
* guix/inferior.scm (channel-full-commit): Likewise.
7d9fd1d7 — Ludovic Courtès 3 years ago
guix import: Add a blank line after each package definition.

Starting from commit 371a83b764c4993d198666e1674454eecbefcdf1, 'guix
import crate -r' (or similar) would no longer print a blank line in
between definitions.  This patch fixes it.

Reported by jgart <jgart@dismail.de>.

* guix/scripts/import.scm (guix-import): Add second 'newline' call.
f78cfcd7 — Maxim Cournoyer 3 years ago
system: operating-system: Make the timezone field default to Etc/UTC.

* gnu/system.scm (<operating-system>) [timezone]: Default to "Etc/UTC".
683558e2 — Maxim Cournoyer 3 years ago
services: slim-service-type: Do not extend profile with xterm.

This is not done for gdm-service-type, so do not do it here either, for
consistency.  Perhaps that change had been motivated by the fact that using
ratpoison without a default terminal makes for a poor user experience (one
cannot even view the help screen without a terminal); this was fixed with the
preceding commit.

* gnu/services/xorg.scm (slim-service-type)
[profile-service-type]: Remove extension.
6b650fde — Maxim Cournoyer 3 years ago
gnu: ratpoison: Reference xterm absolutely.

* gnu/packages/ratpoison.scm (ratpoison) [configure-flags]: Specify the
'--with-xterm' configure flag.
[inputs]: Add xterm.
a664f453 — Maxim Cournoyer 3 years ago
gnu: ratpoison: Use gexps and remove input labels.

* gnu/packages/ratpoison.scm (ratpoison) [phases]: Use gexps.
[inputs, native-inputs]: Remove input labels.
64e8ed10 — Maxim Cournoyer 3 years ago
gnu: icedove: Use gexps.

* gnu/packages/gnuzilla.scm (icedove) [arguments]: Use gexps, adjusting phases
as needed.
f81abf38 — Maxim Cournoyer 3 years ago
gnu: libreoffice: Move inputs below arguments and fix indentation.

* gnu/packages/libreoffice.scm (libreoffice) Fix indentation.
[native-inputs, inputs]: Move below...
[arguments]: ... this field.
59911ae2 — pukkamustard 3 years ago
gnu: Update guile-eris to 1.0.0.

* gnu/packages/guile-xyz.scm (guile-eris): Update to 1.0.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add python-cobib.

* gnu/packages/python-xyz.scm (python-cobib): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add python-pylatexenc.

* gnu/packages/python-xyz.scm (python-pylatexenc): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Next