summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-21gnu: inetutils: Update to 2.0.Ludovic Courtès
* gnu/packages/admin.scm (inetutils): Update to 2.0. [source](patches): Remove. * gnu/packages/patches/inetutils-hurd.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-02-21build-system/gnu: Disable 'ld.so.cache' generation when cross-compiling.Ludovic Courtès
* guix/build-system/gnu.scm (gnu-cross-build): Change #:make-dynamic-linker-cache? to #f.
2021-02-20gnu: ghostscript: Update to 9.53.3.Vincent Legoll
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.53.3. [source]: Remove obsolete patch 'ghostscript-CVE-2020-15900.patch'. * gnu/packages/patches/ghostscript-CVE-2020-15900.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20gnu: jbig2dec: Update to 0.19.Vincent Legoll
* gnu/packages/image.scm (jbig2dec): Update to 0.19. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20gnu: libx11: Update to 1.7.0.Vincent Legoll
* gnu/packages/xorg.scm (libx11): Update to 1.7.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20gnu: fossil: Update to 2.14.Vincent Legoll
* gnu/packages/version-control.scm (fossil): Update to 2.14. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20gnu: fontforge: Update to 20201107.Vincent Legoll
* gnu/packages/fontutils.scm (fontforge): Update to 20201107. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-18gnu: binutils: Update to 2.36.1.Vincent Legoll
* gnu/packages/base.scm (binutils): Update to 2.36.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-02-18gnu: tar: Update to 1.34.Efraim Flashner
* gnu/packages/base.scm (tar): Update to 1.34.
2021-02-18gnu: nettle: Update to 3.7.1.Efraim Flashner
* gnu/packages/nettle.scm (nettle): Update to 3.7.1.
2021-02-18gnu: tootle: Update package references.Efraim Flashner
* gnu/packages/mastodon.scm (tootle)[inputs]: Replace vala-0.50 with vala.
2021-02-11Merge branch 'master' into core-updatesDanny Milosavljevic
2021-02-11gnu: Add font-cozette.Julien Lepiller
* gnu/packages/fonts.scm (font-cozette): New variable.
2021-02-11gnu: Add python-crayons.Julien Lepiller
* gnu/packages/python-xyz.scm (python-crayons): New variable.
2021-02-11gnu: grammalecte: Update to 2.1.0.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 2.1.0.
2021-02-11gnu: python-dropbox: Update to 11.2.0.Efraim Flashner
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.2.0.
2021-02-11gnu: dbxfs: Update to 1.0.51.Efraim Flashner
* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.51.
2021-02-11gnu: texmacs: Update to 1.99.18.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.18.
2021-02-11gnu: lyx: Update to 2.3.6.1.Nicolas Goaziou
* gnu/packages/tex.scm (lyx): Update to 2.3.6.1.
2021-02-11gnu: python-duniterpy: Update to 0.61.0.Nicolas Goaziou
* gnu/packages/finance.scm (python-duniterpy): Update to 0.61.0.
2021-02-11gnu: musescore: Update to 3.6.2.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 3.6.2.
2021-02-11gnu: emacs-ebdb: Update to 0.6.22.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.22.
2021-02-11gnu: icecat: Upgrade rust dependency.Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Replace 'rust-1.41' by 'rust', currently at version 1.49.
2021-02-11gnu: icedove: Upgrade rust dependency.Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Replace 'rust-1.41' by 'rust', currently at version 1.49.
2021-02-11gnu: librsvg: Update to 2.50.3.Maxim Cournoyer
* gnu/packages/gnome.scm (librsvg): Update to 2.50.3. Remove trailing #t. [cargo-development-inputs]: Update rust-lopdf to 0.26. (librsvg-next): Remove variable. (eog): Adjust.
2021-02-11gnu: rust-lopdf: Update to 0.26.0.Maxim Cournoyer
* gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to ... (rust-lopdf-0.26): ... this. [source]: Fix indentation. [cargo-inputs]: Update rust-image to version 0.23. Update rust-linked-hash-map to version 0.5. Update rust-nom to version 6. Update rust-time to version 0.2. [phases]{disable-problematic-tests}: New phase.
2021-02-11gnu: vala: Update to 0.50.3.Maxim Cournoyer
* gnu/packages/gnome.scm (vala): Update to 0.50.3. Delete trailing #t. [phases]{pre-check}: Adjust for file renaming. No longer set the DBUS_FATAL_WARNINGS environment variable. (vala-0.50): Remove variable. * gnu/packages/gnome-xyz.scm (vala-language-server): Adjust.
2021-02-11gnu: w3m: Update to 0.5.3+git20210102.Maxim Cournoyer
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20210102. [configure-flags]: Add the "--with-imagelib=imlib2" option. [inputs]: Add imlib2.
2021-02-11gnu: sequoia: Use latest rust.Maxim Cournoyer
* gnu/packages/sequoia.scm (sequoia)[arguments]: Use the latest (and only) rust.
2021-02-11gnu: rust: Only test the current release.Maxim Cournoyer
By only testing the final Rust in the bootstrap chain, the total build time is reduced by approximately 30%, from about 11 hours to 8 hours on a fast machine. Combined with commit df93fc21a4, the total Rust bootstrap chain build time should have been halved. * gnu/packages/patches/rust-1.25-accept-more-detailed-gdb-lines.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/rust.scm (rust-1.29): Do not apply the above patch. (rust-1.30): Remove the "doc" output. Disable tests. [phases]{set-env}: Do not set CFG_DISABLE_CROSS_TESTS. {relax-gdb-auto-load-safe-path, patch-tests, patch-cargo-index-update} {patch-aarch64-test, remove-unsupported-tests, disable-amd64-avx-test} {patch-cargo-tests, patch-cargo-env-shebang} {ignore-cargo-package-tests}: Remove phases. {configure}: Remove the doc and gdb bindings and their respective configuration entries in the generated config.toml file. {check}: Remove phase. [native-inputs]{bison, flex, gdb, procps}: Remove inputs. {python-2}: Replace by python-wrapper. {rust-1.29}: Do not export variable. {rust-1.30}: Likewise. (rust-1.31): Likewise. [arguments]: Remove field. (rust-1.32): Do not export variable. [source]: Remove patch. [phases]{override-jemalloc}: Order following 'configure. {remove-flaky-test, patch-aarch64-test}: Remove deletions. (rust-1.33): Do not export variable. [arguments]: Remove field. (rust-1.34): Do not export variable. (rust-1.35): Likewise. (rust-1.36): Likewise. [arguments]: Remove field. (rust-1.37): Do not export variable. (rust-1.38): Do not export variable. [arguments]: Likewise. (rust-1.39): Do not export variable. (rust-1.40): Do not export variable. [phases]: Do not alter the #:phases argument. (rust-1.41, rust-1.42, rust-1.43): Do not export variables. (rust-1.44): Likewise. [arguments]: Remove field. (rust-1.45): Do not export variable. [phases]{skip-shebang-tests, skip-networking-test}: Remove phases. (rust-1.46): Do not export variable. (rust-1.47): Do not export variable. [arguments]: Remove field. (rust-1.48): Do not export variable. [arguments]: Remove field. (rust-1.49): Rename to... (rust): ... this. [outputs]: Add a "doc" output. [phases]{enable-docs, add-gdb-to-config} {relax-gdb-auto-load-safe-path, patch-cargo-env-shebang} {disable-tests-requiring-git, disable-interrupt-tests} {patch-command-exec-tests, patch-command-uid-gid-test} {skip-shebang-tests, patch-process-tests}: New phases. [native-inputs]{gdb-9.2, procps}: New inputs.
2021-02-11gnu: visidata: Update to 2.2.1.Ryan Prior
* gnu/packages/visidata.scm (visidata): Update to 2.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: esbuild: Update to 0.8.43.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.43. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-02-11gnu: emacs-ztree: Update to 20210210.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 20210210.
2021-02-11gnu: Add tiramisu.Stefan Reichör
* gnu/packages/gnome-xyz.scm (tiramisu): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: dropbear: Unbundle libraries.Efraim Flashner
* gnu/packages/ssh.scm (dropbear)[source]: Add snippet to remove libtommath, libtomcrypt. [arguments]: Add configure-flag to not use bundled libraries. [inputs]: Add libtomcrypt, libtommath.
2021-02-11gnu: libtomcrypt: Patch pkg-config file to pull libtommath.Efraim Flashner
* gnu/packages/multiprecision.scm (libtomcrypt)[arguments]: Adjust 'prepare-build phase to patch libtomcrypt.pc to link tommath.
2021-02-11environment: Allow starting from existing profile.Lars-Dominik Braun
* guix/scripts/environment.scm (%options): Add -p/--profile switch. (show-help): Document new switch. (guix-environment): Handle new 'profile switch. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: Add libtomcrypt.Efraim Flashner
* gnu/packages/multiprecision.scm (libtomcrypt): New variable.
2021-02-11gnu: lz4: Disable parallel testing.Léo Le Bouter
* gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?" keyword argument to "#f". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: miredo: Fix creation of .pid file.Léo Le Bouter
* gnu/packages/networking.scm (miredo)[arguments]: Add "--localstatedir=/var" to #:configure-flags and add 'do-not-create-/run phase to #:phases to remove code that tries to create a directory inside "@localstatedir@" during install. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: vim: Fix test_signals test.John Doe
* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11services: Add 'xorg-server-service-type'.宋文武
* gnu/services/xorg.scm (xorg-server-service-type): New service type. (xorg-server-profile-service): New procedure.
2021-02-11gnu: parted: Update to 3.4.Léo Le Bouter
* gnu/packages/disk.scm (parted): Update to 3.4. [native-inputs]: Remove python-2 and add python-wrapper to fix tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: gajim-openpgp: Update to 1.3.9.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-openpgp): Update to 1.3.9. [propagated-inputs]: Add python-gpg. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: gajim-omemo: Update to 2.7.13.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: gajim: Fix credentials management.Raghav Gururajan
* gnu/packages/messaging.scm (gajim)[inputs]: Remove gnome-keyring. Add libsecret. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: gajim: Update to 1.3.0.Raghav Gururajan
* gnu/packages/messaging.scm (gajim): Update to 1.3.0. [arguments]<#:phases>['disable-failing-tests]: New phase. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: python-nbxmpp: Support GSSAPI authentication.Raghav Gururajan
* gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Add python-gssapi. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: python-nbxmpp: Update to 2.0.1.Raghav Gururajan
* gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11gnu: hedgewars: Fix build.宋文武
Fixes <https://issues.guix.gnu.org/46398>. * gnu/packages/games.scm (hedgewars)[arguments]<#:phases>: Add the missing "#include <QPainterPath>".