Age | Commit message (Expand) | Author |
2023-01-15 | environment: Fix '--emulate-fhs' option overriding $PATH....Fixes <https://issues.guix.gnu.org/60566> where even if "--preserve='^PATH$'"
was passed to 'guix shell' it would be replaced by just the FHS directories
when '--emulate-fhs' was also set.
* gnu/scripts/environment.scm (launch-environment): Add the FHS directories to
$PATH rather than overriding $PATH completely.
* tests/guix-environment-container.sh: Test that FHS directories are in $PATH
in the container and that $PATH can be preserved.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| John Kehayias |
2023-01-15 | services: greetd: Add 'source-profile?' configuration field....* gnu/services/base.scm (<greetd-terminal-configuration>)[source-profile?]:
New field.
(make-greetd-terminal-configuration-file): Serialize new field to
configuration file.
* doc/guix.texi (Base Services): Document it.
| Jelle Licht |
2023-01-15 | gnu: yt-dlp: Update to 2023.01.06....* gnu/packages/video.scm (yt-dlp): Update to 2023.01.06.
| Leo Famulari |
2023-01-15 | guix: dune-build-system: Do not use `test-target' argument....This lets dune run all tests for a given package.
* guix/build/dune-build-system.scm (check): Do not use `test-target' argument.
* gnu/package/ocaml.scm (ocaml-cohttp)[native-inputs]: Add
ocaml-crowbar.
(ocaml-cudf, opam, ocaml-frontc, ocaml-qcheck, ocaml-qtest)
(ocaml-stringext, ocaml4.07-ppx-tools-versioned, ocaml-result)
(ocaml4.09-result, ocaml5.0-result, ocaml-csv, ocaml-alcotest)
(ocaml4.07-alcotest, ocaml-ssl, ocaml-optint, ocaml-eio)
(ocaml-eio-luv, ocaml-uring, ocaml-eio-linux, ocaml-eio-main)
(ocaml-gen, ocaml-ocp-indent, ocaml-benchmark, ocaml-re)
(ocaml4.07-re, ocaml-ocplib-endian, ocaml-cstruct, ocaml-hex)
(ocaml-ezjsonm, ocaml-uri, ocaml4.07-uri, ocaml-camomile, ocaml-zed)
(ocaml-lambda-term, ocaml-utop, ocaml-ansiterminal, dedukti, ocaml-bindlib)
(ocaml-earley, ocaml-timed, ocaml-yojson, ocaml-gsl, ocaml-ppx-deriving)
(ocaml-ppx-cold, ocaml-ppx-typerep-conv, ocaml-ppx-stable)
(ocaml-ppx-base, ocaml-ppx-disable-unused-warnings, ocaml-ppx-jane)
(ocaml4.07-jane-street-headers, ocaml4.07-bisect-ppx, ocaml-fftw3)
(ocaml-cairo2, lablgtk3, ocaml-lablgtk3-sourceview3, ocaml-bigstringaf)
(ocaml-angstrom, ocaml-uri-sexp, ocaml-cohttp, js-of-ocaml)
(ocaml-monolith, ocaml-crowbar): Remove test-target argument.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| pukkamustard |
2023-01-15 | gnu: ocaml-ppx-expect: Disable tests....Tests require a package that would cause a cyclic dependency after
removing test-target.
* gnu/packages/ocaml.scm (ocaml-ppx-expect): Disable tests.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| pukkamustard |
2023-01-15 | gnu: ocaml-ppxlib: Clean up inputs....* gnu/packages/ocaml.scm (ocaml-ppxlib)[propagated-inputs]: Remove
unused inputs.
[native-inputs]: Move test dependencies from propagated-inputs here and add
ocaml-cinaps.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| pukkamustard |
2023-01-15 | gnu: Add ocaml-cinaps....* gnu/packages/ocaml.scm (ocaml-cinaps): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| pukkamustard |
2023-01-15 | gnu: komikku: Update to 1.8.0....* gnu/packages/gnome.scm (komikku): Update to 1.8.0.
| Liliana Marie Prikler |
2023-01-15 | gnu: guile-g-golf: Update to 0.8.0-a.1....* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.0-a.1.
[arguments]: Add #:parallel-build? #f.
[inputs]: Replace glib with glib-next.
[propagated-inputs]: Replace gobject-introspection with gobject-introspection-next.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Preston Firestone |
2023-01-15 | gnu: guile-gnutls: Update to 3.7.11....* gnu/packages/tls.scm (guile-gnutls) [phases]: Patch-shebang autopull.sh and
autogen.sh.
[native-inupts]: Add gnulib and git.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2023-01-15 | gnu: Add gnulib....* gnu/packages/build-tools.scm (gnulib-checkout, gnulib): New variables.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2023-01-15 | gnu: ucd-next: Update to 15.0.0....* gnu/packages/unicode.scm (ucd-next): Update to 15.0.0.
[name]: Rename to “ucd”.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2023-01-15 | gnu: libunibreak: Use ucd instead of ucd-next....* gnu/packages/unicode.scm (libunibreak) [native-inputs]: Replace ucd-next
with ucd.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2023-01-14 | gnu: java-logback-core: Drop trailing #T....* gnu/packages/java.scm (java-logback-core)[arguments]: Drop trailing #T from
'chdir phase.
| Ricardo Wurmus |
2023-01-14 | gnu: java-logback-core: Fetch source from git....* gnu/packages/java.scm (java-logback-core)[source]: Fetch with git instead of
using generated tarball at archive URL; simplify snippet.
| Ricardo Wurmus |
2023-01-14 | gnu: java-logback-core: Drop input labels....* gnu/packages/java.scm (java-logback-core)[inputs]: Drop labels.
[native-inputs]: Drop labels.
| Ricardo Wurmus |
2023-01-14 | gnu: emacs-auctex: Update to 13.1.7....* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.7.
| Nicolas Goaziou |
2023-01-14 | gnu: emacs-compat: Update to 29.1.1.1....* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.1.1.
| Nicolas Goaziou |
2023-01-14 | gnu: emacs-mpdel: Update to 2.1.0....* gnu/packages/emacs-xyz.scm (emacs-mpdel): Update to 2.1.0.
| Nicolas Goaziou |
2023-01-14 | gnu: emacs-liberime: Fix version....* gnu/packages/emacs-xyz.scm (emacs-liberime)[version]: Remove spurious "v"
prefix.
| Nicolas Goaziou |
2023-01-14 | gnu: services: Add joycond-service....* gnu/services/games.scm (joycond-configuration): New configuration type.
(joycond-shepherd-service): New procedure.
(joycond-service-type): New variable.
* doc/guix.texi (Game Services): Document it.
| David Thompson |
2023-01-14 | news: Add 'de' translation....* etc/news.scm: Add German translation of entry about
linux-libre 6.0 removal.
| Florian Pelz |
2023-01-14 | gnu: Add r-maser....* gnu/packages/bioconductor.scm (r-maser): New variable.
| Mădălin Ionel Patrașcu |
2023-01-13 | gnu: Add fbgrab....* gnu/packages/linux.scm (fbgrab): New variable.
| Maxim Cournoyer |
2023-01-13 | news: Add entry about the removal of linux-libre 6.0....* etc/news.scm: Add entry
| Leo Famulari |
2023-01-13 | gnu: Remove linux-libre 6.0....This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-6.0-version, linux-libre-6.0-gnu-revision,
deblob-scripts-6.0, linux-libre-6.0-pristine-source, linux-libre-6.0-source,
linux-libre-headers-6.0, linux-libre-6.0): Remove variables.
* gnu/packages/aux-files/linux-libre/6.0-arm.conf,
gnu/packages/aux-files/linux-libre/6.0-arm64.conf,
gnu/packages/aux-files/linux-libre/6.0-i686.conf,
gnu/packages/aux-files/linux-libre/6.0-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
| Leo Famulari |
2023-01-13 | gnu: linux-libre-with-bpf: Update to 6.1....This is a followup to commit ce8a34bc9ab89f31f107383ba791954864aed372
* gnu/packages/linux.scm (linux-libre-with-bpf): Update to 6.1.
| Leo Famulari |
2023-01-13 | gnu: mgba: Update to 0.10.1....* gnu/packages/emulators.scm (mgba): Update to 0.10.1.
| Nicolas Goaziou |
2023-01-13 | gnu: naev: Update to 0.10.2....* gnu/packages/games.scm (naev): Update to 0.10.2.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-org: Update to 9.6.1....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.1.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-diff-hl: Update to 1.9.1....* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.9.1.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-emms: Update to 13....* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 13.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-xref: Update to 1.6.1....* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.1.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-ebdb: Update to 0.8.17....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.17.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-nadvice: Update to 0.4....* gnu/packages/emacs-xyz.scm (emacs-nadvice): Update to 0.4.
| Nicolas Goaziou |
2023-01-13 | gnu: emacs-project: Update to 0.9.4....* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.4.
| Nicolas Goaziou |
2023-01-13 | gnu: Add emacs-liberime....* gnu/packages/emacs-xyz.scm (emacs-liberime): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Feng Shu |
2023-01-13 | gnu: emacs-magit: Fix path to documentation....* gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
find-files for documentation.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Simon Streit |
2023-01-13 | gnu: emacs-semi-epg: Update to 1.14.6-242.7d8df0e....* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-242.7d8df0e.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Hilton Chain |
2023-01-13 | gnu: emacs-flim-lb: Update to 1.14.9-134.3a931b5....* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-134.3a931b5.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Hilton Chain |
2023-01-13 | gnu: make-linux-libre*: Remove input labels....This restores commit dfc6957a5af7d179d4618eb19d4f555c519bc6f2, with an
additional fix to the kernel-config procedure so that it returns #f when no
configuration exists for the architecture requested, as reported by Pierre
Langlois (thanks!).
* gnu/packages/linux.scm (kernel-config): Make the return value a gexp, using
local-file, while preserving the #f return value in case of no matching config
file found. Adjust doc.
(make-linux-libre*): Adjust doc.
[native-inputs]: Remove input labels. Rewrite config input to be directly
expanded...
[phases] <configure>: ... here. Re-flow comments. Remove extraneous INPUTS
argument.
<install>: Likewise.
| Maxim Cournoyer |
2023-01-13 | gnu: picom: Update to 10.2....* gnu/packages/compton.scm (picom): Update to 10.2.
[arguments]: Use a plain list and adjust accordingly.
[phases]{patch-autostart-files}: New phase.
| John Kehayias |
2023-01-13 | gnu: unrar-free: Update to 0.1.3....* gnu/packages/compression.scm (unrar-free): Update to 0.1.3.
| Leo Famulari |
2023-01-13 | gnu: Add unrar-free....* gnu/packages/compression.scm (unrar-free): New variable.
| Foo Chuan Wei |
2023-01-13 | gnu: thermald: Update to 2.5.1....* gnu/packages/admin.scm (thermald): Update to 2.5.1.
| David Thompson |
2023-01-13 | gnu: dezyne: Update to 2.16.3....* gnu/packages/dezyne.scm (dezyne): Update to 2.16.3.
| Jan (janneke) Nieuwenhuizen |
2023-01-13 | news: Update 'de', 'fr', 'pt_BR' translation....* etc/news.scm: Add the usual translations for kernel news.
| Florian Pelz |
2023-01-13 | gnu: r-signac: Update to 1.9.0-1.af41427....* gnu/packages/bioinformatics.scm (r-signac): Update to 1.9.0-1.af41427.
[propagated-inputs]: Remove r-ggforce, r-ggrepel, r-ggseqlogo, r-lsa,
r-qlcmatrix, and r-seurat; add r-vctrs.
| Ricardo Wurmus |
2023-01-13 | gnu: sent: Install some more useful documentation....* gnu/packages/suckless.scm (sent)[arguments]: Install the README.md in a new
'install-doc' phase.
| Leo Famulari |
2023-01-13 | news: Add entry for the linux-libre 6.1 update....* etc/news.scm: Add entry.
| Leo Famulari |