summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-08-09gnu: guix: Default 'current-guix' is built using the current channels.Ludovic Courtès
* gnu/packages/package-management.scm (source-file?): Remove. (current-guix-package): Change default value to the promise of a package. (current-guix): Turn into a call to 'current-guix-package' possibly with 'force'.
2022-08-09build-system: Add 'channel-build-system'.Ludovic Courtès
* gnu/ci.scm (channel-build-system, channel-source->package): Remove. * gnu/packages/package-management.scm (channel-source->package): New procedure, moved from (gnu ci). * guix/build-system/channel.scm: New file, with code moved from (gnu ci). * doc/guix.texi (Build Systems): Document it.
2022-08-09gnu: cddlib: Update to 0.94m.vicvbcun
* gnu/packages/maths.scm (cddlib): Update to 0.94m. [source]: Move to git, following the upstream decision. [native-inputs]: New field. [arguments]: New field to have docdir include the version number. Co-authored-by: Andreas Enge <[email protected]>
2022-08-09gnu: wxmaxima: Update to 22.05.0.Andreas Enge
* gnu/packages/maths.scm (wxmaxima): Update to 22.05.0.
2022-08-09gnu: maxima: Update to 5.46.0.Andreas Enge
* gnu/packages/maths.scm (maxima): Update to 5.46.0.
2022-08-09gnu: Add r-ciara.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-ciara): New variable.
2022-08-08gnu: python-symengine: Update to 0.9.2.Andreas Enge
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.9.2.
2022-08-08gnu: symengine: Update to 0.9.0.Andreas Enge
* gnu/packages/algebra.scm (symengine): Update to 0.9.0.
2022-08-08gnu: arb: Update to 2.23.0.Andreas Enge
* gnu/packages/algebra.scm (arb): Update to 2.23.0.
2022-08-08gnu: flint: Update to 2.9.0.Andreas Enge
* gnu/packages/algebra.scm (flint): Update to 2.9.0.
2022-08-08gnu: python-gmpy2: Update to 2.1.2.Andreas Enge
* gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.2.
2022-08-08gnu: ntl: Update to 11.5.1.vicvbcun
* gnu/packages/algebra.scm (ntl): Update to 11.5.1. Signed-off-by: Andreas Enge <[email protected]>
2022-08-08gnu: eclib: Update to 20220621.vicvbcun
* gnu/packages/algebra.scm (eclib): Update to 20220621. Signed-off-by: Andreas Enge <[email protected]>
2022-08-08gnu: font-chiron-hei-hk: Update to 2.503.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.503. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-sarasa-gothic: Update to 0.36.8.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.8. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-hei-hk): Inherit from font-chiron-sung-hk. [build-system, home-page ,license]: Drop fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-chiron-sung-hk: Use English for synopsis.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Inherit from font-lxgw-wenkai. [build-system, license]: Removed fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-lxgw-wenkai: Use English for synopsis.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: font-sarasa-gothic: Use English for synopsis.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic)[synopsis]: Use English. Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-08-08gnu: unzip: Patch for CVE-2022-0529 and CVE-2022-0530.Efraim Flashner
* gnu/packages/compression.scm (unzip)[replacement]: New field. (unzip/fixed): New variable. * gnu/packages/patches/unzip-CVE-2022-0529+CVE-2022-0530.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2022-08-08gnu: unzip: Mark safe from CVE-2019-13232.Efraim Flashner
* gnu/packages/compression.scm (unzip)[properties]: New field.
2022-08-08gnu: guile-parted: Update to 0.0.6.Mathieu Othacehe
Fix cross-compilation. * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.6. [native-inputs]: Add guile-3.0 and guile-bytestructures.
2022-08-08gnu: Add phyml.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (phyml): New variable. Co-authored-by: Ricardo Wurmus <[email protected]>
2022-08-08gnu: Add texlive-cite.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-cite): New variable.
2022-08-08installer: Add comments and vertical space to the generated config.Ludovic Courtès
* 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'.
2022-08-08installer: Render the final configuration with (guix read-print).Ludovic Courtès
* 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'.
2022-08-08gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.Morgan Smith
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7. Signed-off-by: Ludovic Courtès <[email protected]>
2022-08-08gnu: guile-newt: Update to 0.0.3.Mathieu Othacehe
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.
2022-08-08gnu: 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-08gnu: chatty: Update to 0.6.7.Marius Bakke
* 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.
2022-08-08gnu: postorius: Update to 1.3.6.Marius Bakke
* gnu/packages/mail.scm (postorius): Update to 1.3.6. [inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
2022-08-08gnu: [email protected]: Update to 3.2.15 [fixes CVE-2022-36359].Marius Bakke
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.15.
2022-08-08gnu: python-django: Update to 4.0.7 [fixes CVE-2022-36359].Marius Bakke
* gnu/packages/django.scm (python-django-4.0): Update to 4.0.7.
2022-08-08gnu: 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-07gnu: msmtp: Use G-Expressions.Efraim Flashner
* gnu/packages/mail.scm (msmtp)[arguments]: Rewrite using G-Expressions.
2022-08-07gnu: msmtp: Don't override defaults when checking for network.Efraim Flashner
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.
2022-08-07gnu: msmtp: Update to 1.8.22.Efraim Flashner
* gnu/packages/mail.scm (msmtp): Update to 1.8.22.
2022-08-07gnu: gss: Update to 1.0.4.Efraim Flashner
* gnu/packages/gsasl.scm (gss): Update to 1.0.4.
2022-08-07gnu: libtirpc: Fix CVE-2021-46828.Efraim Flashner
* 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.
2022-08-07gnu: shishi: Use G-expressions.Efraim Flashner
* gnu/packages/kerberos.scm (shishi)[arguments]: Convert to list of G-Expressions.
2022-08-07gnu: shishi: Build with newer linux-pam.Efraim Flashner
* gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with linux-pam. * gnu/packages/linux.scm (linux-pam-1.2): Remove variable.
2022-08-07gnu: shishi: Update to 1.0.3.Efraim Flashner
* 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.
2022-08-07gnu: guile-sqlite3: Update to 0.1.3.Olivier Dion
* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3. Signed-off-by: Mathieu Othacehe <[email protected]>
2022-08-07gnu: newt: Fix cross-compilation.Jean-Pierre De Jesus DIAZ
* 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 <[email protected]>
2022-08-06gnu: gnome-system-monitor: Update to 42.0.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 42.0.
2022-08-06gnu: Add i3-autotiling.Hilton Chain
* gnu/packages/python-xyz.scm (i3-autotiling): New variable. Signed-off-by: Hilton Chain <[email protected]> Signed-off-by: Ludovic Courtès <[email protected]>
2022-08-06gnu: Add python-i3ipc.Hilton Chain
* gnu/packages/python-xyz.scm (python-i3ipc): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2022-08-06gnu: Add emacs-vundo.Hilton Chain
* gnu/packages/emacs-xyz.scm (emacs-vundo): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2022-08-06gnu: Add wavbreaker.Joeke de Graaf
* gnu/packages/mp3.scm (wavbreaker): New variable. Signed-off-by: Ludovic Courtès <[email protected]>