summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-08authorizations: Remove old key for "davexunit".David Thompson
* .guix-authorizations ("davexunit"): Remove. ("davexunit (2nd)"): Rename to "dthompson".
2022-11-08gnu: lsp-plugins: Update to 1.2.3Sughosha
* gnu/packages/music.scm (lsp-plugins): Update to 1.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08gnu: yoshimi: Fix references to /usr/share.Sughosha
* gnu/packages/music.scm (yoshimi)[arguments]: Add 'fix-paths' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08gnu: yoshimi: Update to 2.2.2.1Sughosha
* gnu/packages/music.scm (yoshimi): Update to 2.2.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08gnu: git: Update to 2.38.1.Greg Hogan
Fixes CVE-2022-39253 and CVE-2022-39260. * gnu/packages/version-control.scm (git): Update to 2.38.1. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08build-system/gnu: Turn #:phases into a gexp when cross-compiling.Ludovic Courtès
Previously, we'd get this error: $ guix build --target=aarch64-linux-gnu r-minimal -d --no-grafts guix build: error: path ‘/gnu/store/[^-]+-glibc-[^-]+-static’ is not valid This is because the sexp would be passed as an input of the surrounding gexp in 'gnu-cross-build', and thus "/gnu/store/[^-]+-glibc-[^-]+-static" would be interpreted as a source file name, as in this example: scheme@(guix gexp)> #~(foo #$(list 'whatever "/gnu/store/[^-]+-glibc-[^-]+-static")) $11 = #<gexp (foo #<gexp-input (whatever "/gnu/store/[^-]+-glibc-[^-]+-static"):out>) 7f098badec30> scheme@(guix gexp)> (gexp-inputs $11) $12 = (#<gexp-input "/gnu/store/[^-]+-glibc-[^-]+-static":out>) Fixes <https://issues.guix.gnu.org/59073>. Reported by Christopher Baines <mail@cbaines.net>. * guix/build-system/gnu.scm (gnu-cross-build): When PHASES is a pair, pass it through 'sexp->gexp'.
2022-11-08guix-install.sh: Run guix.sh script in /etc/profile.d last.Konrad Hinsen
* etc/guix-install.sh: Rename /etc/profile.d/guix.sh to zzz-guix.sh. This script refers to environment variables set by the host distribution. They may be set in other scripts in /etc/profile.d, which must therefore be run first. Example: in Ubuntu 20.04, XDG_DATA_DIRS is set in /etc/profile.d/xdg_dirs_desktop_session.sh Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-08gnu: cl-april: Update to 1.0-2.93b1004.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-2.93b1004. [inputs]: Remove sbcl-decimals. Add sbcl-cl-unicode and sbcl-serapeum. Sort inputs. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-08gnu: cl-serapeum: Update to 0.0.0-8.fbfd2a2.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-8.fbfd2a2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-08gnu: ultrastar-deluxe: Improve package style.Liliana Marie Prikler
* gnu/packages/games.scm (ultrastar-deluxe): Do not exceed column 80. [source]<snippet>: Use G-Expressions. [#:phases]: Fix indentation. <fix-configure>: Add ‘where’ helper and use it to shrink horizontal space.
2022-11-08gnu: ultrastar-deluxe: Drop marketing speech.Liliana Marie Prikler
* gnu/packages/games.scm (ultrastar-deluxe)[description]: Drop gratutious “free and open source”.
2022-11-08gnu: geary: Fix inputs.florhizome
* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-07gnu: Add ultrastar-deluxe.Lars-Dominik Braun
* gnu/packages/games.scm (ultrastar-deluxe): New variable. * gnu/packages/patches/ultrastar-deluxe-no-freesans.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07gnu: fpc: Remove dependency on 'ld-wrapper' from commencement.scm.Ludovic Courtès
(gnu packages commencement) should not be used explicitly. * gnu/packages/pascal.scm (fpc)[inputs]: Remove LD-WRAPPER.
2022-11-07gnu: Add guile-png.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07cbqn: Mark as tunable.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
2022-11-07gnu: cbqn: Install regular files rather than copying them recursively.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather than ‘copy-recursively’ for “bqn”.
2022-11-07gnu: cbqn-bootstrap: Install regular files rather than copying them recursively.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn-bootstrap)[arguments]: Reindent. <#:phases>{install}: Use ‘install-file’ rather than ‘copy-recursively’ for “bqn”.
2022-11-07gnu: dbqn: Install regular files rather than copying them recursively.Liliana Marie Prikler
* gnu/packages/bqn.scm (dbqn)[#:phases]<install>: Use ‘install-file’ rather than ‘copy-recursively’ for “dbqn”.
2022-11-07gnu: cbqn: Build using GCC.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn-bootstrap, cbqn)[#:make-flags]: Set CC via ‘cc-for-target’. [inputs]: Remove clang-toolchain.
2022-11-07gnu: cbqn: Rewrite in terms of cbqn-bootstrap.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn)[arguments]: Use substitute-keyword-arguments to preserve options from cbqn-bootstrap.
2022-11-07gnu: cbqn-bootstrap: Use let-bound revision.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
2022-11-07gnu: Remove singeli-sources.Liliana Marie Prikler
They aren't currently used to build a package, nor a package themselves. * gnu/packages/bqn.scm (singeli-sources): Delete variable.
2022-11-07cbqn: Build without singeli.Liliana Marie Prikler
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources. [arguments]<#:make-flags: Replace “o3n-singeli” with “o3”. <#:phases>: Remove “link-singeli”.
2022-11-07gnu: teximpatient: Update to 2.4-0.e3666ab.Morgan Smith
* gnu/packages/tex.scm (teximpatient): Update to 2.4-0.e3666ab. [source]: Use git repository. [native-inputs]: Add autoconf. [arguments]: Make build reproducible. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07services: qemu-binfmt: Add x86_64 QEMU target.Leo Nikkilä
* gnu/services/virtualization.scm (%x86_64): New variable. (%qemu-platforms) Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: rlwrap: Update to 0.46.1.Hilton Chain
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07build-system/linux-module: Add #:source-directory to linux-module-build-cross.Christopher Baines
Otherwise computing cross-compilation derivations for packages (e.g. xpadneo) using the #:source-directory argument fails with this error: Unrecognized keyword: #:source-directory * guix/build-system/linux-module.scm (linux-module-build-cross): Support #:source-directory.
2022-11-07gnu: Add avr-gdb.Kristian Lein-Mathisen
* gnu/packages/gdb.scm (avr-gdb): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add kconfig-hardened-check.Hilton Chain
* gnu/packages/linux.scm (kconfig-hardened-check): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add parfive.Sharlatan Hellseher
* gnu/packages/python-web.scm (parfive): Newv variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add pytest-socket.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-socket): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add aioftp.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-aioftp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: Add siosocks.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-siosocks): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07services: gitolite: Add local-code configuration option.Alexey Abramov
* gnu/services/version-control.scm (gitolite-rc-file): Add local-code field. (gitolite-rc-file-compiler): Serialize the field. * doc/guix.texi: Document it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07gnu: pari-gp: Update to 2.15.1.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
2022-11-06gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
2022-11-07gnu: sbcl-cl-webkit: Update to 3.5.6.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
2022-11-07news: Update 'de', 'fr', 'pt_BR' translation.Florian Pelz
* etc/news.scm: Add the usual translations for kernel news.
2022-11-07gnu: fcitx5-material-color-theme: Update to 0.2.1.宋文武
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): Update to 0.2.1. [arguments]: Adjust 'install' phase accordingly.
2022-11-07gnu: fcitx5-anthy: Update to 5.0.12.宋文武
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.12.
2022-11-07gnu: fcitx5-lua: Update to 5.0.10.宋文武
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10. [arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
2022-11-07gnu: Add fcitx5-rime.dan
* gnu/packages/fcitx5.scm (fcitx5-rime): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-configtool: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-chinese-addons: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-qt: Update to 5.0.15.dan
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5-gtk: Update to 5.0.19.dan
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.19. * gnu/packages/fcitx5.scm (fcitx5-gtk4) [phases]: Make gtk4/gtk4inputwindow.cpp properly find fcitxtheme.h. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: libime: Update to 1.0.14.dan
* gnu/packages/fcitx5.scm (libime): Update to 1.0.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07gnu: fcitx5: Update to 5.0.19.dan
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-06news: Add entry about the update of the 'linux-libre' package.Leo Famulari
* etc/news.scm: Add entry.