~ruther/guix-local

94e0fb1e — Vivien Kraus 4 years ago
utils: Add target-mips64el?.

* guix/utils.scm (target-mips64el?): New function. It detects whether the
target system is mips64el.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
334e953c — Vivien Kraus 4 years ago
gnu: openssl: Cross-compile to mingw.

* gnu/packages/tls.scm (target->openssl-target): Add cases for mingw and
mingw64.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e2397e66 — Petr Hodina 4 years ago
gnu: Add lkrg.

* gnu/packages/linux.scm (lkrg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b7bbb77c — Ludovic Courtès 3 years ago
gnu: lightdm: Add bash-minimal as an input.

Suggested by 'guix lint'.

* gnu/packages/display-managers.scm (lightdm)[inputs]: Add
BASH-MINIMAL.  Replace COREUTILS by COREUTILS-MINIMAL.
e9f10f1d — Zhu Zihao 4 years ago
gnu: emacs-next: Enable SQLite3 support.

[[PGP Signed Part:No public key for 66397F84F76693F9 created at 2022-07-20T06:08:56+0200 using EDDSA]]

[[End of PGP Signed Part]]
>From 068de10c98b5d29adb13963222a1ca21ef7b0a76 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Wed, 20 Jul 2022 12:07:09 +0800
Subject: [PATCH] gnu: emacs-next: Enable SQLite3 support.

* gnu/packages/emacs.scm (emacs-next)[inputs]: Add sqlite.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2acffd56 — Ludovic Courtès 3 years ago
disarchive-manifest: Handle tar.xz archives.

* etc/disarchive-manifest.scm (tarball-origin?): Add ".tar.xz".
68edaf46 — Antero Mejr 4 years ago
utils: Add as-for-target.

* guix/utils.scm (as-for-target): New function.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f9a267c6 — Ludovic Courtès 3 years ago
doc: Fix Guix manual URLs in 'htmlxref.cnf'.

Fixes a regression introduced in
868da34d54365023223a4ff7520043ba55ad64e8.

* doc/htmlxref.cnf (GUIX): Remove "/guix".
6048c055 — Leo Famulari 3 years ago
gnu: linux-libre 4.9: Update to 4.9.325.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.325.
(linux-libre-4.9-pristine-source): Update hash.
168e58fb — Leo Famulari 3 years ago
gnu: linux-libre 4.14: Update to 4.14.290.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.290.
(linux-libre-4.14-pristine-source): Update hash.
f0866ba4 — Leo Famulari 3 years ago
gnu: linux-libre 4.19: Update to 4.19.254.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.254.
(linux-libre-4.19-pristine-source): Update hash.
5874779d — Leo Famulari 3 years ago
gnu: linux-libre 5.4: Update to 5.4.209.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.209.
(linux-libre-5.4-pristine-source): Update hash.
c4a2a844 — Leo Famulari 3 years ago
gnu: linux-libre 5.10: Update to 5.10.135.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.135.
(linux-libre-5.10-pristine-source): Update hash.
b4af9220 — Leo Famulari 3 years ago
gnu: linux-libre 5.15: Update to 5.15.59.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.59.
(linux-libre-5.15-pristine-source): Update hash.
f8b200db — Leo Famulari 3 years ago
gnu: linux-libre: Update to 5.18.16.

* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.16.
(linux-libre-5.18-pristine-source): Update hash.
94776d73 — jgart via Guix-patches via 4 years ago
gnu: python-pudb: Update to 2022.1.2.

* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
a956c7df — Maxim Cournoyer 3 years ago
build: qt-utils: Fix another regression.

This fixes another regression introduced with
1f466ed6be932526fc69e72ffd50390691d0d382, which affected the packages bitmask,
hime, hime, nimf and vorta.

The fix is to provide a default qt-major-version when #:qtbase is missing,
such as when borrowing the qt-wrap phase in a package not using the Qt build
system.

* guix/build/qt-utils.scm (wrap-all-qt-programs)[qt-major-version]: Fall-back
to %default-qt-major-version when #:qtbase is #f.

Reported-by: John Kehayias <john.kehayias@protonmail.com> and others.
e920ba0b — Nicolas Goaziou 3 years ago
gnu: emacs-helm: Update to 3.8.7.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.7.
243bcbb8 — Marius Bakke 3 years ago
gnu: notcurses: Adjust indentation.

* gnu/packages/notcurses.scm (notcurses): Re-indent.
d0f25610 — Marius Bakke 3 years ago
gnu: notcurses: Use tarball source instead of git.

* gnu/packages/notcurses.scm (notcurses)[source]: Use URL-FETCH.
Next