Age | Commit message (Expand) | Author |
2022-08-08 | installer: Add comments and vertical space to the generated config.•••* gnu/installer/parted.scm (user-partitions->configuration): Introduce
vertical space and a comment.
* gnu/installer/services.scm (G_): New macro.
(%system-services): Add comment for OpenSSH.
(system-services->configuration): Add vertical space and comments.
* gnu/installer/user.scm (users->configuration): Add comment.
* gnu/installer/steps.scm (format-configuration): Add comment.
(configuration->file): Expound leading comment. Pass #:format-comment
to 'pretty-print-with-comments/splice'.
| Ludovic Courtès |
2022-08-08 | installer: Render the final configuration with (guix read-print).•••* gnu/installer.scm (module-to-import?): Return #t for (guix read-print).
* gnu/installer/steps.scm (configuration->file): Use
'pretty-print-with-comments/splice' instead of 'for-each' and 'pretty-print'.
| Ludovic Courtès |
2022-08-08 | gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.•••* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Morgan Smith |
2022-08-08 | gnu: guile-newt: Update to 0.0.3.•••Fixes: <https://issues.guix.gnu.org/57037>.
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.3.
[native-inputs]: Add guile-3.0 that is required when cross-compiling.
| Mathieu Othacehe |
2022-08-08 | gnu: cool-retro-term: Fix build and runtime errors.•••This fixes <https://issues.guix.gnu.org/57049>.
* gnu/packages/terminals.scm (cool-retro-term)
[inputs]: Add qtquickcontrols-5.
[arguments]: Fix 'QML2_IMPORT_PATH'.
| 宋文武 |
2022-08-08 | gnu: chatty: Update to 0.6.7.•••* gnu/packages/messaging.scm (chatty): Update to 0.6.7.
[source]: Fetch git submodules too.
[arguments]: Add pre-check phase.
[native-inputs]: Add XORG-SERVER-FOR-TESTS.
[inputs]: Add GNOME-DESKTOP.
| Marius Bakke |
2022-08-08 | gnu: postorius: Update to 1.3.6.•••* gnu/packages/mail.scm (postorius): Update to 1.3.6.
[inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
| Marius Bakke |
2022-08-08 | gnu: python-django@3.2: Update to 3.2.15 [fixes CVE-2022-36359].•••* gnu/packages/django.scm (python-django-3.2): Update to 3.2.15.
| Marius Bakke |
2022-08-08 | gnu: python-django: Update to 4.0.7 [fixes CVE-2022-36359].•••* gnu/packages/django.scm (python-django-4.0): Update to 4.0.7.
| Marius Bakke |
2022-08-08 | gnu: tiled: Fix build.•••Fixes <https://issues.guix.gnu.org/57048>.
* gnu/packages/game-development.scm (tiled)[arguments]:
Use 'search-input-file' to locate 'lrelease'.
| 宋文武 |
2022-08-07 | gnu: msmtp: Use G-Expressions.•••* gnu/packages/mail.scm (msmtp)[arguments]: Rewrite using G-Expressions.
| Efraim Flashner |
2022-08-07 | gnu: msmtp: Don't override defaults when checking for network.•••This is no longer needed as the defaults have changed upstream.
* gnu/packages/mail.scm (msmtp)[arguments]: Remove substitution to force
'ping' instead of 'netcat' to check for network access.
| Efraim Flashner |
2022-08-07 | gnu: msmtp: Update to 1.8.22.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.22.
| Efraim Flashner |
2022-08-07 | gnu: gss: Update to 1.0.4.•••* gnu/packages/gsasl.scm (gss): Update to 1.0.4.
| Efraim Flashner |
2022-08-07 | gnu: libtirpc: Fix CVE-2021-46828.•••* gnu/packages/onc-rpc.scm (libtirpc)[replacement]: New field.
(libtirpc/fixed): New variable.
(libtirpc-hurd)[source]: Add patch.
* gnu/packages/patches/libtirpc-CVE-2021-46828.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2022-08-07 | gnu: shishi: Use G-expressions.•••* gnu/packages/kerberos.scm (shishi)[arguments]: Convert to list of
G-Expressions.
| Efraim Flashner |
2022-08-07 | gnu: shishi: Build with newer linux-pam.•••* gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with
linux-pam.
* gnu/packages/linux.scm (linux-pam-1.2): Remove variable.
| Efraim Flashner |
2022-08-07 | gnu: shishi: Update to 1.0.3.•••* gnu/packages/kerberos.scm (shishi): Update to 1.0.3.
[source]: Remove patch.
[arguments]: Remove configure flag overriding libgcrypt detection.
* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2022-08-07 | gnu: guile-sqlite3: Update to 0.1.3.•••* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Olivier Dion |
2022-08-07 | gnu: newt: Fix cross-compilation.•••* gnu/packages/slang.scm (newt): Fix-cross compilation.
[arguments]: Use G-Expressions for `#:configure-flags',
`#:make-flags' and `#:phases', also set correct path for
`python-config'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Jean-Pierre De Jesus DIAZ |
2022-08-06 | gnu: gnome-system-monitor: Update to 42.0.•••* gnu/packages/gnome.scm (gnome-system-monitor): Update to 42.0.
| Maxim Cournoyer |
2022-08-06 | gnu: Add i3-autotiling.•••* gnu/packages/python-xyz.scm (i3-autotiling): New variable.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain |
2022-08-06 | gnu: Add python-i3ipc.•••* gnu/packages/python-xyz.scm (python-i3ipc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain |
2022-08-06 | gnu: Add emacs-vundo.•••* gnu/packages/emacs-xyz.scm (emacs-vundo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain |
2022-08-06 | gnu: Add wavbreaker.•••* gnu/packages/mp3.scm (wavbreaker): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Joeke de Graaf |
2022-08-06 | xdg-utils: Support cross-compilation.•••It has been verified that this does not cause rebuilds when compiling
natively. The references graph when cross-compiling has also been verified --
glibc-2.33 and the native bash-static-5.1.8 still remains in the graph, but
via the cross-compiled inetutils-2.0, ncurses-6.2.20210619 and via
gcc-cross-TARGET-10.3.0-lib, which is not related with Perl cross-compilation.
* gnu/packages/freedesktop.scm
(xdg-utils)[inputs]{bash-minimal,file}: New inputs when cross-compiling.
(xdg-utils)[arguments]<#:phases>{locate-catalog-files}: Add 'native-inputs'
argument when cross-compiling. Look for docbook-xml and docbook-xsl in
native-inputs when cross-compiling. While we are at it, eliminate input
labels with search-input-file.
(xdg-utils)[arguments]<#:phases>{patch-hardcoded-patch}: Use
search-input-file + inputs instead of 'which' when cross-compiling.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-06 | perl-file-mimeinfo: Fix cross-compilation.•••* gnu/packages/freedesktop.scm
(perl-file-mimeinfo)[arguments]<#:phases>: Make it a G-exp to avoid messy nested
quasiquotation.
{wrap-programs}: When cross-compiling, don't use the PELRL5LIB environment
variable, instead use 'search-path-as-list'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-06 | gnu: freedesktop: Add 'bash' input for 'wrap-program'•••It is required for cross-compilation.
Cherry-picked from <https://issues.guix.gnu.org/49327#6>.
* gnu/packages/freedesktop.scm
(udisks)[inputs]: Add 'bash-minimal' when cross-compiling.
(perl-file-mimeinfo)[inputs]: Likewise.
(udiskie)[inputs]: Likewise.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2022-08-06 | gnu: ugrep: Simplify snippet.•••* gnu/packages/search.scm (ugrep)[source]: Use nested for-each loop.
Simplify regular expressions.
| Liliana Marie Prikler |
2022-08-06 | gnu: ugrep: Use G-Expressions.•••* gnu/packages/search.scm (ugrep)[source]: Convert snippet to G-Expression.
[arguments]: Convert to list of G-Expressions.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| kiasoc5 |
2022-08-06 | gnu: ugrep: Build with zstd support.•••* gnu/packages/search.scm (ugrep)[inputs]: Add zstd lib.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| kiasoc5 |
2022-08-06 | gnu: yt-dlp: Use new package style.•••* gnu/packages/video.scm (yt-dlp)[source](snippet): Rewrite as a G-Expression.
[arguments]: Use G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| kiasoc5 |
2022-08-06 | gnu: yt-dlp: Update to 2022.07.18.•••* gnu/packages/video.scm (yt-dlp): Update to 2022.07.18.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| kiasoc5 |
2022-08-06 | gnu: queen: Use new package style.•••* gnu/packages/games.scm (make-queen-package)[build-system]: Use
copy-build-system.
[arguments]: Convert to list of G-Expressions.
Replace #:modules and #:builder with #:install-plan and #:phases.
| Liliana Marie Prikler |
2022-08-06 | gnu: queen-de: Fix build.•••The sources for queen-de lack a readme, so check whether one exists prior to
trying to install it. See <https://bugs.gnu.org/56886>.
* gnu/packages/games.scm (make-queen-package)[#:builder]: Only install
readme.txt if it exists.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Felix Gruber |
2022-08-06 | gnu: komikku: Update to 0.40.0.•••* gnu/packages/gnome.scm (komikku): Update to 0.40.0.
| Liliana Marie Prikler |
2022-07-31 | gnu: libinih: Update to 56.•••* gnu/packages/linux.scm (libinih): Update to 56.
| Tobias Geerinckx-Rice |
2022-07-31 | gnu: frotz: Update to 2.54.•••This fixes the build.
* gnu/packages/games.scm (frotz): Update to 2.54.
[arguments]: Use G-expressions. Set CC in #:make-flags.
Remove obsolete 'curses phase.
Don't explicitly return #t from phases.
[native-inputs]: Add pkg-config and which.
[inputs]: Add ao.
| Tobias Geerinckx-Rice |
2022-08-06 | gnu: emacs-gruvbox-theme: Update to 1.29.0.•••* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.29.0.
| Nicolas Goaziou |
2022-08-06 | gnu: emacs-taxy: Update to 0.10.•••* gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.10.
| Nicolas Goaziou |
2022-08-05 | gnu: Add python-pynbody.•••* gnu/packages/astronomy.scm: (python-pynbody): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2022-08-05 | gnu: Add python-posix-ipc.•••* gnu/packages/python-xyz.scm: (python-posix-ipc): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2022-08-05 | gnu: Remove rust-pico-sys-0.0.•••* gnu/packages/crates-io.scm (rust-pico-sys-0.0): Remove variable.
| Efraim Flashner |
2022-08-05 | gnu: rust-httparse-1: Update to 1.7.1.•••* gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.7.1.
[cargo-development-inputs]: Remove rust-pico-sys-0.0. Add
rust-criterion-0.3.
| Efraim Flashner |
2022-08-05 | gnu: urlscan: Update to 0.9.10.•••* gnu/packages/mail.scm (urlscan): Update to 0.9.10.
| Efraim Flashner |
2022-08-05 | gnu: Add r-biomartr.•••* gnu/packages/bioconductor.scm (r-biomartr): New variable.
| Ricardo Wurmus |
2022-08-05 | gnu: Add r-philentropy.•••* gnu/packages/cran.scm (r-philentropy): New variable.
| Ricardo Wurmus |
2022-08-05 | gnu: Add r-poorman.•••* gnu/packages/cran.scm (r-poorman): New variable.
| Ricardo Wurmus |
2022-08-05 | guix system: Remove unused 'read-operating-system' procedure.•••* guix/scripts/system.scm (read-operating-system): Remove.
* gnu/ci.scm: Remove unused (guix scripts system) import.
| Ludovic Courtès |
2022-08-05 | gnu: mumps: Add alternate source code URL.•••* gnu/packages/maths.scm (mumps)[source]: Add alternate URL.
| Ludovic Courtès |