Age | Commit message (Expand) | Author |
2022-11-09 | services: greetd: Add gexp compilers for sessions....* gnu/home/services/base.scm (make-greetd-agreety-session-command,
greetd-wlgreet-sway-session-command, make-greetd-default-session-command):
Remove variables.
(greetd-agreety-session-compiler, greetd-wlgreet-sway-session-compiler): New
gexp compilers.
(greetd-terminal-configuration)[default-session-command]<sanitize>: Remove it.
Signed-off-by: Andrew Tropin <andrew@trop.in>
| ( via Guix-patches via |
2022-11-08 | gnu: emacs-detached: Update to 0.9.2....* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.2.
| Nicolas Goaziou |
2022-11-08 | gnu: giac: Update to 1.9.0-29....* gnu/packages/algebra.scm (giac): Update to 1.9.0-29.
| Nicolas Goaziou |
2022-11-08 | gnu: texmacs: Use G-expressions....* gnu/packages/text-editors.scm (texmacs)[arguments]: Use G-expressions.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Zhu Zihao |
2022-11-08 | gnu: exercism: Update to 3.1.0....* gnu/packages/education.scm (exercism): Update to 3.1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2022-11-08 | gnu: emacs-pyim: Update to 5.2.8....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.8.
| Nicolas Goaziou |
2022-11-08 | gnu: emacs-subed: Update to 1.0.18....* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.18.
| Nicolas Goaziou |
2022-11-08 | gnu: emacs-editorconfig: Update to 0.9.1....* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.9.1.
| Nicolas Goaziou |
2022-11-08 | gnu: pjproject-jami: Restore hash....The hash was inadvertently changed in commit
071d4bdc80cbf6b3a5c1232f0d704878431a864f.
* gnu/packages/jami.scm (pjproject-jami) [source]: Revert hash.
Reported-by: Jack Hill <jackhill@jackhill.us>
| Maxim Cournoyer |
2022-11-08 | gnu: Remove linux-libre 5.19....* gnu/packages/linux.scm (linux-libre-5.19-version,
linux-libre-5.19-gnu-revision, deblob-scripts-5.19,
linux-libre-5.19-pristine-source, linux-libre-5.19-source,
linux-libre-headers-5.19, linux-libre-5.19): Remove variables.
* gnu/packages/aux-files/linux-libre/5.19-arm.conf,
gnu/packages/aux-files/linux-libre/5.19-arm64.conf,
gnu/packages/aux-files/linux-libre/5.19-i686.conf,
gnu/packages/aux-files/linux-libre/5.19-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
| Leo Famulari |
2022-11-08 | authorizations: Remove old key for "davexunit"....* .guix-authorizations ("davexunit"): Remove.
("davexunit (2nd)"): Rename to "dthompson".
| David Thompson |
2022-11-08 | gnu: lsp-plugins: Update to 1.2.3...* gnu/packages/music.scm (lsp-plugins): Update to 1.2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sughosha |
2022-11-08 | gnu: yoshimi: Fix references to /usr/share....* gnu/packages/music.scm (yoshimi)[arguments]: Add 'fix-paths' phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Sughosha |
2022-11-08 | gnu: yoshimi: Update to 2.2.2.1...* gnu/packages/music.scm (yoshimi): Update to 2.2.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sughosha |
2022-11-08 | gnu: git: Update to 2.38.1....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>
| Greg Hogan |
2022-11-08 | build-system/gnu: Turn #:phases into a gexp when cross-compiling....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'.
| Ludovic Courtès |
2022-11-08 | guix-install.sh: Run guix.sh script in /etc/profile.d last....* 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>
| Konrad Hinsen |
2022-11-08 | gnu: cl-april: Update to 1.0-2.93b1004....* 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>
| Paul A. Patience |
2022-11-08 | gnu: cl-serapeum: Update to 0.0.0-8.fbfd2a2....* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-8.fbfd2a2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2022-11-08 | gnu: ultrastar-deluxe: Improve package style....* 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.
| Liliana Marie Prikler |
2022-11-08 | gnu: ultrastar-deluxe: Drop marketing speech....* gnu/packages/games.scm (ultrastar-deluxe)[description]: Drop gratutious
“free and open source”.
| Liliana Marie Prikler |
2022-11-08 | gnu: geary: Fix inputs....* 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>
| florhizome |
2022-11-07 | gnu: Add ultrastar-deluxe....* 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>
| Lars-Dominik Braun |
2022-11-07 | gnu: fpc: Remove dependency on 'ld-wrapper' from commencement.scm....(gnu packages commencement) should not be used explicitly.
* gnu/packages/pascal.scm (fpc)[inputs]: Remove LD-WRAPPER.
| Ludovic Courtès |
2022-11-07 | gnu: Add guile-png....* gnu/packages/guile-xyz.scm (guile-png): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2022-11-07 | cbqn: Mark as tunable....* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
| Liliana Marie Prikler |
2022-11-07 | gnu: cbqn: Install regular files rather than copying them recursively....* gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “bqn”.
| Liliana Marie Prikler |
2022-11-07 | gnu: cbqn-bootstrap: Install regular files rather than copying them recursively....* gnu/packages/bqn.scm (cbqn-bootstrap)[arguments]: Reindent.
<#:phases>{install}: Use ‘install-file’ rather than ‘copy-recursively’ for
“bqn”.
| Liliana Marie Prikler |
2022-11-07 | gnu: dbqn: Install regular files rather than copying them recursively....* gnu/packages/bqn.scm (dbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “dbqn”.
| Liliana Marie Prikler |
2022-11-07 | gnu: cbqn: Build using GCC....* gnu/packages/bqn.scm (cbqn-bootstrap, cbqn)[#:make-flags]: Set CC via
‘cc-for-target’.
[inputs]: Remove clang-toolchain.
| Liliana Marie Prikler |
2022-11-07 | gnu: cbqn: Rewrite in terms of cbqn-bootstrap....* gnu/packages/bqn.scm (cbqn)[arguments]: Use substitute-keyword-arguments
to preserve options from cbqn-bootstrap.
| Liliana Marie Prikler |
2022-11-07 | gnu: cbqn-bootstrap: Use let-bound revision....* gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
| Liliana Marie Prikler |
2022-11-07 | gnu: Remove singeli-sources....They aren't currently used to build a package, nor a package themselves.
* gnu/packages/bqn.scm (singeli-sources): Delete variable.
| Liliana Marie Prikler |
2022-11-07 | cbqn: Build without singeli....* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources.
[arguments]<#:make-flags: Replace “o3n-singeli” with “o3”.
<#:phases>: Remove “link-singeli”.
| Liliana Marie Prikler |
2022-11-07 | gnu: teximpatient: Update to 2.4-0.e3666ab....* 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>
| Morgan Smith |
2022-11-07 | services: qemu-binfmt: Add x86_64 QEMU target....* gnu/services/virtualization.scm (%x86_64): New variable.
(%qemu-platforms) Add it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Leo Nikkilä |
2022-11-07 | gnu: rlwrap: Update to 0.46.1....* gnu/packages/readline.scm (rlwrap): Update to 0.46.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Hilton Chain |
2022-11-07 | build-system/linux-module: Add #:source-directory to linux-module-build-cross....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.
| Christopher Baines |
2022-11-07 | gnu: Add avr-gdb....* gnu/packages/gdb.scm (avr-gdb): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Kristian Lein-Mathisen |
2022-11-07 | gnu: Add kconfig-hardened-check....* gnu/packages/linux.scm (kconfig-hardened-check): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Hilton Chain |
2022-11-07 | gnu: Add parfive....* gnu/packages/python-web.scm (parfive): Newv variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Sharlatan Hellseher |
2022-11-07 | gnu: Add pytest-socket....* gnu/packages/python-check.scm (python-pytest-socket): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Sharlatan Hellseher |
2022-11-07 | gnu: Add aioftp....* gnu/packages/python-web.scm (python-aioftp): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Sharlatan Hellseher |
2022-11-07 | gnu: Add siosocks....* gnu/packages/python-web.scm (python-siosocks): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Sharlatan Hellseher |
2022-11-07 | services: gitolite: Add local-code configuration option....* 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>
| Alexey Abramov |
2022-11-07 | gnu: pari-gp: Update to 2.15.1....* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
| Andreas Enge |
2022-11-06 | gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995]....* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
| Tobias Geerinckx-Rice |
2022-11-07 | gnu: sbcl-cl-webkit: Update to 3.5.6....* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
| Pierre Neidhardt |
2022-11-07 | news: Update 'de', 'fr', 'pt_BR' translation....* etc/news.scm: Add the usual translations for kernel news.
| Florian Pelz |
2022-11-07 | gnu: 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.
| 宋文武 |