Age | Commit message (Expand) | Author |
2022-08-05 | gnu: Add texlive-breqn.•••* gnu/packages/tex.scm (texlive-breqn): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philip McGrath |
2022-08-05 | gnu: Add texlive-abstract.•••* gnu/packages/tex.scm (texlive-abstract): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Philip McGrath |
2022-08-05 | gnu: gnome-shell-extension-appindicator: Update to 42.•••* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 42.
[build-system]: Switch to meson-build-system.
[arguments]: Delete.
[native-inputs]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| tiantian |
2022-08-05 | gnu: openssl: Keep .dll.a files in main output.•••* gnu/packages/tls.scm (openssl) [phase move-static-libraries]: Do not move
.dll.a files to the static output when targetting mingw.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2022-08-05 | tests: Make tests inside container reproducible.•••* tests/guix-home.sh: Make tests inside container reproducible.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-08-05 | home: Use warning instead of display.•••* gnu/home/services/xdg.scm (compute-on-first-login-script): Use warning
instead of display.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-08-05 | home: xdg: Skip mkdir XDG_RUNTIME_DIR in activation script.•••* gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation): Skip mkdir
XDG_RUNTIME_DIR in activation script.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-08-05 | home: xdg: Use a single @ instead of @@.•••* gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation,
home-xdg-user-directories-files-service): Use single @ intsead of @@.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-08-05 | disarchive-manifest: Filter out origins without a hash.•••* etc/disarchive-manifest.scm (disarchive-collection): Filter out
origins with a phony hash.
| Ludovic Courtès |
2022-08-05 | gnu: Add perf-tools.•••* gnu/packages/instrumentation.scm (perf-tools): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Olivier Dion |
2022-08-05 | gnu: veusz: Fix build.•••* gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path
in wrap-executable phase.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Felix Gruber |
2022-08-05 | gnu: guile-parted: Use the latest parted.•••The Parted 3.5 regression discussed here: https://issues.guix.gnu.org/55549
has been fixed with 3c381af76a144a4dc3d0f9269f43ee2ec501b538.
* gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Use the latest parted
package.
| Mathieu Othacehe |
2022-08-05 | installer: parted: Call set-system before set-flags.•••Parted 3.5 introduces the following regression:
- partition-set-flag sets the BIOS_GRUB flag. The partition type is set to
PARTITION_BIOS_GRUB_GUID.
- partition-set-system resets the partition type to PARTITION_LINUX_DATA_GUID
undoing what's done by partition-set-flag.
To prevent it, reverse the call order.
Fixes: <https://issues.guix.gnu.org/55549>.
* gnu/installer/parted.scm (mkpart): Call partition-set-system before
partition-set-flag.
| Mathieu Othacehe |
2022-08-05 | installer: parted: Log partition flags.•••* gnu/installer/parted.scm (mkpart): Log them.
| Mathieu Othacehe |
2022-08-05 | gnu: Add svkbd.•••* gnu/packages/suckless.scm (svkbd): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Antero Mejr |
2022-08-05 | gnu: ugrep: Update to 3.8.3.•••* gnu/packages/search.scm (ugrep): Update to 3.8.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| kiasoc5 |
2022-08-05 | gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.•••Suggested in <https://issues.guix.gnu.org/54719>.
* gnu/packages/xfce.scm (xfce)[inputs]:
Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
| 宋文武 |
2022-08-05 | gnu: grub-efi32: Fix building on aarch64-linux.•••* gnu/packages/bootloaders.scm (grub-efi32)[arguments]: When building
for aarch64-linux add TARGET_CC to configure-flags.
[native-inputs]: When building for aarch64-linux add cross-gcc and
cross-binutils for arm-linux-gnueabihf.
| Efraim Flashner |
2022-08-05 | gnu: openssl: Use 'target-*' predicates from (guix utils).•••* gnu/packages/tls.scm (target->openssl-target): Rewrite in terms of the
'target-*' predicates.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2022-08-05 | 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>
| Vivien Kraus |
2022-08-05 | 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>
| Vivien Kraus |
2022-08-05 | gnu: Add lkrg.•••* gnu/packages/linux.scm (lkrg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina |
2022-08-05 | 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.
| Ludovic Courtès |
2022-08-05 | 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>
| Zhu Zihao |
2022-08-05 | disarchive-manifest: Handle tar.xz archives.•••* etc/disarchive-manifest.scm (tarball-origin?): Add ".tar.xz".
| Ludovic Courtès |
2022-08-05 | utils: Add as-for-target.•••* guix/utils.scm (as-for-target): New function.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Antero Mejr |
2022-08-05 | doc: Fix Guix manual URLs in 'htmlxref.cnf'.•••Fixes a regression introduced in
868da34d54365023223a4ff7520043ba55ad64e8.
* doc/htmlxref.cnf (GUIX): Remove "/guix".
| Ludovic Courtès |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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.
| Leo Famulari |
2022-08-04 | 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>
| jgart via Guix-patches via |
2022-08-04 | 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.
| Maxim Cournoyer |
2022-08-04 | gnu: emacs-helm: Update to 3.8.7.•••* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.7.
| Nicolas Goaziou |
2022-08-04 | gnu: notcurses: Adjust indentation.•••* gnu/packages/notcurses.scm (notcurses): Re-indent.
| Marius Bakke |
2022-08-04 | gnu: notcurses: Use tarball source instead of git.•••* gnu/packages/notcurses.scm (notcurses)[source]: Use URL-FETCH.
| Marius Bakke |
2022-08-04 | gnu: notcurses: Update to 3.0.8.•••* gnu/packages/notcurses.scm (notcurses): Update to 3.0.8.
[arguments]: Fix configure flag typo.
| Marius Bakke |
2022-08-04 | gnu: nheko: Update to 0.10.0.•••* gnu/packages/messaging.scm (nheko): Update to 0.10.0.
[arguments]: Adjust unbundling substitutions.
| Marius Bakke |
2022-08-04 | gnu: mtxclient: Update to 0.8.0.•••* gnu/packages/messaging.scm (mtxclient): Update to 0.8.0.
| Marius Bakke |
2022-08-04 | gnu: libolm: Update to 3.2.12.•••* gnu/packages/crypto.scm (libolm): Update to 3.2.12.
[source](uri): Follow redirect.
| Marius Bakke |
2022-08-04 | gnu: ungoogled-chromium: Update to 104.0.5112.81-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 104.0.5112.81.
(%ungoogled-origin): Update hash.
(ungoogled-chromium)[source](sha256): Likewise.
[arguments]: Add snippet to fix build with system MINIZIP. Remove obsolete
configure flag.
| Marius Bakke |
2022-08-04 | gnu: inkscape: Build with lib2geom 1.2.•••* gnu/packages/graphics.scm (lib2geom-1.2): New variable.
* gnu/packages/inkscape.scm (inkscape)[arguments]: Enable previously failing
test.
[inputs]: Replace "lib2geom" with LIB2GEOM-1.2.
| Marius Bakke |
2022-08-04 | gnu: inkscape: Update to 1.2.1.•••* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1.
| Marius Bakke |
2022-08-04 | gnu: amalgamate: Remove input labels.•••* gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
| Marius Bakke |
2022-08-04 | gnu: gsasl: Update to 2.0.1.•••* gnu/packages/gsasl.scm (gsasl): Update to 2.0.1.
| Marius Bakke |
2022-08-04 | gnu: Add python-h5netcdf.•••* gnu/packages/python-xyz.scm: (python-h5netcdf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sharlatan Hellseher |
2022-08-04 | gnu: python-netcdf4: Update to 1.6.0•••* gnu/packages/python-xyz.scm: (python-netcdf4): Update to 1.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sharlatan Hellseher |