~ruther/guix-local

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>
gnu: base: Add greetd-wlgreet-sway-session.

* gnu/services/base.scm (greetd-wlgreet-session): New data type.
(greetd-wlgreet-sway-session): Likewise.
* doc/guix.texi ("Base Services")[greetd-service-type]: Document
  them.

Signed-off-by: Christopher Baines <mail@cbaines.net>
e83b9fe4 — Christopher Baines 3 years ago
services: guix: Include max-allocated-builds gbc agent option.

* gnu/services/guix.scm (guix-build-coordinator-agent-configuration-max-allocated-builds):
New procedure.
(guix-build-coordinator-agent-shepherd-services): Use max-allocated-builds.
* doc/guix.texi (Guix Build Coordinator): Document this new field.
4230de5b — Christopher Baines 3 years ago
gnu: guix-build-coordinator: Update to 0-62.2cd06f2.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-62.2cd06f2.
ff194606 — Efraim Flashner 3 years ago
gnu: vim: Update to 9.0.0719.

* gnu/packages/vim.scm (vim): Update to 9.0.0719.
[arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another
test assuming shell path filelength.
b7381487 — Lars-Dominik Braun 3 years ago
gnu: texlive-apa6: Propagate dependencies.

* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Add runtime
dependencies loaded via \RequirePackage.
9537ab66 — Lars-Dominik Braun 3 years ago
gnu: Add texlive-substr.

* gnu/packages/tex.scm (texlive-substr): New variable.
Next