summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* installer: partition: Add a confirmation page before formatting.•••Fixes: <https://issues.guix.gnu.org/57232>. * gnu/installer/newt/partition.scm (run-label-confirmation-page): New procedure. (run-label-page): Call the above procedure before proceeding. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe2022-10-131-1/+15
* gnu: Add glibc-for-fhs.•••* gnu/packages/base.scm (glibc-for-fhs): New variable. Hidden package for use in forthcoming --emulate-fhs option for guix containers. Co-authored-by: Ludovic Courtès <ludo@gnu.org> John Kehayias2022-10-131-0/+15
* gnu: Add ydotool.•••* gnu/packages/xdisorg.scm (ydotool): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in> Nicolas Graves via Guix-patches via2022-10-131-0/+21
* gnu: home: Add home-dbus-service-type.•••* gnu/home/services/desktop.scm (home-dbus-service-type): New variable. (home-dbus-configuration): New record type. * doc/guix.texi: Document them. Signed-off-by: Andrew Tropin <andrew@trop.in> ( via Guix-patches via2022-10-131-1/+53
* gnu: mcg: Cleanup style.•••* gnu/packages/mpd.scm (mcg)[source]: Indent as with ‘guix style’. [arguments]: Convert to list of G-Expressions. [inputs, native-inputs]: Move below arguments. Liliana Marie Prikler2022-10-121-22/+21
* gnu: mcg: Update to 3.1.•••* gnu/packages/mpd.scm (mcg): Update to 3.1. [native-inputs]: Use the new inputs style. Add desktop-file-utils, gettext-minimal and gtk+:bin. [inputs]: Add python. [build-system]: Change to meson-build-system. [arguments]<#:imported-modules,#:modules>: Remove. <#:glib-or-gtk?>: Set to #t. <#:phases>: Delete ‘glib-or-gtk-wrap’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Simon Streit2022-10-121-12/+10
* gnu: mcg: Use new input style.•••* gnu/packages/mpd.scm (mcg)[inputs]: Re-indent according to ‘guix style’. [native-inputs]: Drop labels. Liliana Marie Prikler2022-10-121-6/+8
* gnu: cool-retro-term: Fixes font loading.•••This addresses <https://issues.guix.gnu.org/58451> * gnu/packages/terminals.scm (cool-retro-term)[source]: In snippet for font handling, adjust regexp to account for possible presence of whitespace. Eric Bavier2022-10-121-1/+1
* gnu: Register (gnu packages bqn) in build infrastructure.•••This is a follow-up to commit 9aa2a41b475ff04ed32cc450e8a9120e18720e83. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/packages/bqn.scm. Marius Bakke2022-10-121-0/+1
* gnu: ungoogled-chromium: Update to 106.0.5249.103-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.103. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke2022-10-121-3/+3
* gnu: Add libskk.•••* gnu/packages/language.scm (libskk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> mirlan2022-10-111-0/+29
* gnu: profanity: Update to 0.13.0.•••* gnu/packages/messaging.scm (profanity): Update to 0.13.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour2022-10-111-2/+2
* gnu: libstrophe: Update to 0.12.2.•••* gnu/packages/messaging.scm (libstrophe): Update to 0.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour2022-10-111-2/+2
* gnu: mmg: Add dependency on Perl.•••* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL. Ludovic Courtès2022-10-111-1/+2
* gnu: gtkwave: Update to 3.3.113.•••* gnu/packages/fpga.scm (gtkwave): Update to 3.3.113. [inputs]: Use new style. [arguments]: Use gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart2022-10-111-13/+12
* gnu: python-pydyf: Update to 0.3.0.•••* gnu/packages/pdf.scm (python-pydyf): Update to 0.3.0. [arguments]: Add phases to replace build and install phases. [native-inputs]: Add python-flit-core, python-pypa-build. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2022-10-111-4/+16
* gnu: emacs-guix: Remove input labels.•••* gnu/packages/emacs-xyz.scm (emacs-guix)[inputs]: Remove labels. Ludovic Courtès2022-10-111-3/+2
* gnu: emacs-guix: Update to cf5b7a4.•••* gnu/packages/emacs-xyz.scm (emacs-guix): Update to cf5b7a4. [home-page]: Update. Ludovic Courtès2022-10-111-5/+5
* Revert "guix system: Remove unused 'read-operating-system' procedure."•••This reverts commit d11a432adffe9308eafec6b77cddd3145029109e. The 'read-operating-system' is used in Emacs-Guix. Ludovic Courtès2022-10-111-0/+1
* system: operating-system: Make the timezone field default to Etc/UTC.•••* gnu/system.scm (<operating-system>) [timezone]: Default to "Etc/UTC". Maxim Cournoyer2022-10-111-1/+2
* services: slim-service-type: Do not extend profile with xterm.•••This is not done for gdm-service-type, so do not do it here either, for consistency. Perhaps that change had been motivated by the fact that using ratpoison without a default terminal makes for a poor user experience (one cannot even view the help screen without a terminal); this was fixed with the preceding commit. * gnu/services/xorg.scm (slim-service-type) [profile-service-type]: Remove extension. Maxim Cournoyer2022-10-111-7/+1
* gnu: ratpoison: Reference xterm absolutely.•••* gnu/packages/ratpoison.scm (ratpoison) [configure-flags]: Specify the '--with-xterm' configure flag. [inputs]: Add xterm. Maxim Cournoyer2022-10-111-1/+7
* gnu: ratpoison: Use gexps and remove input labels.•••* gnu/packages/ratpoison.scm (ratpoison) [phases]: Use gexps. [inputs, native-inputs]: Remove input labels. Maxim Cournoyer2022-10-111-29/+31
* gnu: icedove: Use gexps.•••* gnu/packages/gnuzilla.scm (icedove) [arguments]: Use gexps, adjusting phases as needed. Maxim Cournoyer2022-10-111-213/+212
* gnu: libreoffice: Move inputs below arguments and fix indentation.•••* gnu/packages/libreoffice.scm (libreoffice) Fix indentation. [native-inputs, inputs]: Move below... [arguments]: ... this field. Maxim Cournoyer2022-10-111-127/+127
* gnu: Update guile-eris to 1.0.0.•••* gnu/packages/guile-xyz.scm (guile-eris): Update to 1.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net> pukkamustard2022-10-111-9/+10
* gnu: Add python-cobib.•••* gnu/packages/python-xyz.scm (python-cobib): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M2022-10-111-0/+31
* gnu: Add python-pylatexenc.•••* gnu/packages/python-xyz.scm (python-pylatexenc): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M2022-10-111-0/+19
* gnu: base: Add greetd-wlgreet-sway-session.•••* gnu/services/base.scm (greetd-wlgreet-session): New data type. (greetd-wlgreet-sway-session): Likewise. * doc/guix.texi ("Base Services")[greetd-service-type]: Document them. Signed-off-by: Christopher Baines <mail@cbaines.net> (2022-10-111-0/+109
* services: guix: Include max-allocated-builds gbc agent option.•••* gnu/services/guix.scm (guix-build-coordinator-agent-configuration-max-allocated-builds): New procedure. (guix-build-coordinator-agent-shepherd-services): Use max-allocated-builds. * doc/guix.texi (Guix Build Coordinator): Document this new field. Christopher Baines2022-10-111-0/+9
* gnu: guix-build-coordinator: Update to 0-62.2cd06f2.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-62.2cd06f2. Christopher Baines2022-10-111-3/+3
* gnu: vim: Update to 9.0.0719.•••* gnu/packages/vim.scm (vim): Update to 9.0.0719. [arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another test assuming shell path filelength. Efraim Flashner2022-10-111-2/+6
* gnu: texlive-apa6: Propagate dependencies.•••* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Add runtime dependencies loaded via \RequirePackage. Lars-Dominik Braun2022-10-111-0/+14
* gnu: Add texlive-substr.•••* gnu/packages/tex.scm (texlive-substr): New variable. Lars-Dominik Braun2022-10-111-0/+22
* gnu: Add texlive-apacite.•••* gnu/packages/tex.scm (texlive-apacite): New variable. Lars-Dominik Braun2022-10-111-0/+22
* gnu: Add texlive-endnotes.•••* gnu/packages/tex.scm (texlive-endnotes): New variable. Lars-Dominik Braun2022-10-111-0/+17
* gnu: public-inbox: Fix build on 32-bit systems.•••* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-file-fcntllock on all 32-bit systems. Efraim Flashner2022-10-111-1/+1
* gnu: open-adventure: Improve package style.•••* gnu/packages/games.scm (open-adventure)[arguments]: Use G-expressions. <#:make-flags>: Be nicer with cross-compilation. <#:phases>: Remove trailing #T. [native-inputs]: Remove labels. Re-order alphabetically. Nicolas Goaziou2022-10-111-31/+29
* gnu: open-adventure: Update to 1.11.•••* gnu/packages/games.scm (open-adventure): Update to 1.11. [arguments]<#:parallel-tests>: Set to #F. <#:phases>: Fix ECHO filename in an additional file. Nicolas Goaziou2022-10-111-3/+4
* gnu: emacs-eglot: Update to 1.9.•••* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.9. [source]<origin>: Switch URL to GitHub. [arguments]: Activate tests. Nicolas Goaziou2022-10-101-5/+15
* gnu: pdfarranger: Improve package style.•••* gnu/packages/pdf.scm (pdfarranger)[arguments]: Use G-expressions. Nicolas Goaziou2022-10-101-10/+10
* gnu: pdfarranger: Update to 1.9.1.•••* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1. Nicolas Goaziou2022-10-101-2/+2
* gnu: python-folium: Update to 0.13.0.•••* gnu/packages/python-xyz.scm (python-folium): Update to 0.13.0. Nicolas Goaziou2022-10-101-2/+2
* gnu: ocaml-cairo2: Update to 0.6.4.•••* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.4. Julien Lepiller2022-10-101-2/+2
* gnu: ocaml-ppx-tools: Update to 6.6.•••* gnu/packages/ocaml.scm (ocaml-ppx-tools): Update to 6.6. Julien Lepiller2022-10-101-2/+2
* gnu: emacs-password-store: Fix license.•••* gnu/packages/emacs-xyz.scm (emacs-password-store)[license]: Set to GPL3+. Nicolas Goaziou2022-10-101-1/+1
* gnu: emacs-ivy-pass: Don't propagate password-store.•••* gnu/packages/emacs-xyz.scm (emacs-ivy-pass)[propagated-inputs]: Delete PASSWORD-STORE. [synopsis, description]: Use @code when referring to pass. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> (2022-10-101-4/+5
* gnu: emacs-password-store: Refer directly to password-store.•••* gnu/packages/emacs-xyz.scm (emacs-password-store)[arguments]: Use gexp style. <#:phases>{'extract-el-file}: New phase. [propagated-inputs]<password-store>: Move it... [inputs]: ...here. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> ( via Guix-patches via2022-10-101-13/+20
* gnu: wireshark: Update to 4.0.0.•••* gnu/packages/networking.scm (wireshark): Update to 4.0.0. [arguments]<#:phases>: Skip checks differently, as the previous way doesn't work anymore. [inputs]: Add pcre2. Nicolas Goaziou2022-10-101-11/+14
* gnu: fet: Update to 6.6.2.•••* gnu/packages/education.scm (fet): Update to 6.6.2. Nicolas Goaziou2022-10-101-2/+2