~ruther/guix-local

0ef4da9f — Marius Bakke 4 years ago
gnu: qemu-minimal: Actually remove unnecessary native-inputs.

This is a follow-up to commit d64bd1254a015dfc999431dc65b6c5f210e8e334.

* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Filter static
outputs and remove "gettext-minimal" instead of "gettext".
57f01181 — Marius Bakke 4 years ago
gnu: seabios: Build vgabios targets.

* gnu/packages/firmware.scm (seabios)[arguments]: Add new phase to build
various vgabiosen.  While at it, create a "bios-256k.bin" as expected by
QEMU.
b7719d81 — Marius Bakke 4 years ago
gnu: seabios: Encode version information in the binary.

...to make the build deterministic.

* gnu/packages/firmware.scm (seabios)[arguments]:  Create a ".version" file as
expected by the build system.  While at it, set EXTRAVERSION as recommended by
upstream.
e839bbc8 — Marius Bakke 4 years ago
gnu: seabios: Update to 1.15.0.

* gnu/packages/firmware.scm (seabios): Update to 1.15.0.
[arguments]: Remove trailing #t's.
[native-inputs]: Remove label.
91918e94 — Marius Bakke 4 years ago
gnu: gcl: Avoid referencing GCC from the top-level.

* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of
referencing the GCC variable.
c0c9912b — Marius Bakke 4 years ago
gnu: rsync: Remove 3.1.3.

* gnu/packages/rsync.scm (rsync-next): Remove variable.
(rsync): Update to 3.2.3.  While at it, remove input labels.
a89d65ee — Marius Bakke 4 years ago
chromium-extension: Avoid another usage of the store-mapped /tmp.

* gnu/build/chromium-extension.scm (make-crx): Use a Chromium profile relative
to the build directory instead of /tmp.  While here, remove obsolete comment.
867c33d3 — Jelle Licht 4 years ago
gnu: emacs-eldev: Adjust to changes in emacs-build-system.

* gnu/packages/emacs-xyz.scm (emacs-eldev)[install-eldev-executable]: Use
elpa-directory for ELDEV_LOCAL.
0751451a — Leo Famulari 4 years ago
gnu: xorg-server: Update to 21.1.2 [security fixes].

Fixes CVE-2021-4008, CVE-2021-4009, CVE-2021-4010, and CVE-2021-4011.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.2.
(xorg-server-for-tests): Use version 21.1.1.
488f1c58 — Timothy Sample 4 years ago
services: dbus: Wait 1 minute for elogind to get ready.

Fixes <https://issues.guix.gnu.org/issue/52051>.

* gnu/services/dbus.scm (dbus-configuration-directory): Set a 60 second
authentication timeout in the D-Bus configuration.
a296b5ff — Nicolas Goaziou 4 years ago
gnu: emacs-evil-collection: Update to 0.0.7.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.7.
956cacd2 — Nicolas Goaziou 4 years ago
gnu: emacs-cider: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.2.0.
d571302d — Nicolas Goaziou 4 years ago
gnu: emacs-geiser-guile: Update to 0.20.1.

* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.20.1.
dab9881e — Nicolas Goaziou 4 years ago
gnu: emacs-geiser: Update to 0.21.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.
86434dfb — Xinglu Chen 4 years ago
doc: Document (gnu services configuration).

* guix.texi (Complex Configurations): New node.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b850fe6e — Petr Hodina 4 years ago
gnu: Add sugar-light-sddm-theme.

* gnu/packages/display-manager.scm (sugar-light-sddm-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d124f94d — Petr Hodina 4 years ago
gnu: Add sugar-dark-sddm-theme.

* gnu/packages/display-manager.scm (sugar-dark-sddm-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
72a5895b — Foo Chuan Wei 4 years ago
gnu: Add xblackjack.

* gnu/packages/games.scm (xblackjack): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e89f767c — Ludovic Courtès 4 years ago
packages: Avoid #:re-export-and-replace to allow upgrades from 1.2.0.

Fixes <https://issues.guix.gnu.org/52694>.
Reported by Carl Dong <contact@carldong.me>.

Use of #:re-export-and-replace would prevent upgrades from 1.2.0, whose
'source-module-closure' procedure did not recognize #:re-export-and-replace.

* guix/packages.scm: Remove #:re-export-and-replace and add top-level
call to 'module-re-export!'
4c2af58b — Nicolas Goaziou 4 years ago
gnu: emacs-posframe: Update to 1.1.3.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.3.
Next