summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-05gnu: emacs-cape: Update to 0.16....* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.16. Nicolas Goaziou
2023-07-05guix-install.sh: Don't extract the binary ‘.’....* etc/guix-install.sh (sys_create_store): Strip the first tar file name component. Tobias Geerinckx-Rice
2023-07-05gnu: libreoffice: Update to 7.5.4.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2. Efraim Flashner
2023-07-05gnu: msmtp: Update to 1.8.24....* gnu/packages/mail.scm (msmtp): Update to 1.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar
2023-07-05home: Add inputrc service....* gnu/home/services/shells.scm (home-inputrc-service-type, home-inputrc-configuration): New variables. (serialize-inputrc-key-bindings, serialize-inputrc-variables, serialize-inputrc-conditional-constructs, serialize-inputrc-extra-content): New procedures. * doc/guix.texi (Shells Home Services): Document it. Efraim Flashner
2023-07-05guix: git: Set initial branch name for git-fetch....This removes the 'hint' about choosing a branch name when creating a new git repository. * guix/build/git.scm (git-fetch): When running 'git init' add an initial branch name. Efraim Flashner
2023-07-05gnu: txr: Update to 289....* gnu/packages/lisp.scm (txr): Update to 289. Guillaume Le Vaillant
2023-07-05gnu: q5go: Update to 2.1.3....* gnu/packages/games.scm (q5go): Update to 2.1.3. [native-inputs]: Add autoconf and automake. [arguments]: Delete 'fix-header' phase. 'Update 'fix-configure-script', 'fix-paths' and 'install-desktop-file' phases. Guillaume Le Vaillant
2023-07-05gnu: kio: Skip another test....* gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check phase to skip a test which fails on aarch64-linux. Efraim Flashner
2023-07-05gnu: vim-full: Remove expat linker workaround....Python has correctly linked with expat for several years now. * gnu/packages/vim.scm (vim-full)[arguments]: Remove make-flags. Efraim Flashner
2023-07-05gnu: vim: Update to 9.0.1672....* gnu/packages/vim.scm (vim): Update to 9.0.1672. [arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another test. Efraim Flashner
2023-07-04gnu: opensbi: Update to 1.3....* gnu/packages/firmware.scm (opensbi): Update to 1.3. Vagrant Cascadian
2023-07-04gnu: icecat: Update to 102.13.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2023-37201, CVE-2023-37202, CVE-2023-37207, CVE-2023-37208, and CVE-2023-37211. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. Mark H Weaver
2023-07-04gnu: linux-libre 6.1: Update to 6.1.37....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.37. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-07-04gnu: linux-libre: Update to 6.3.11....* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.11. (linux-libre-6.3-pristine-source): Update hash. Leo Famulari
2023-07-04gnu: darktable: Update to 4.4.1....* gnu/packages/photo.scm (darktable): Update to 4.4.1. [phases]{fix-missing-include}: Remove phase as this has been fixed upstream. John Kehayias
2023-07-04gnu: local: Register missing patch....* gnu/local.mk (dist_patch_DATA): Register missing patch. Efraim Flashner
2023-07-04gnu: Add cl-postgres+local-time....The local-time extension for cl-postgres has to be put in a separate package to solve a dependency cycle between local-time and postmodern. * gnu/packages/lisp-xyz.scm (sbcl-local-time)[arguments]: Add 'delete-local-time' phase. (sbcl-cl-postgres+local-time): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2023-07-04gnu: p2pool: Update to 3.5....* gnu/packages/finance.scm (p2pool): Update to 3.5. Guillaume Le Vaillant
2023-07-04gnu: xmrig: Update to 6.20.0....* gnu/packages/finance.scm (xmrig): Update to 6.20.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ahmad Draidi
2023-07-03gnu: Add python-cesium....* gnu/packages/python-xyz.scm (python-cesium): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Navid Afkhami
2023-07-03gnu: Add python-gatspy....* gnu/packages/bioinformatics.scm (python-gatspy): New variable. Navid Afkhami
2023-07-03gnu: Add python-astroml....* gnu/packages/astronomy.scm (python-astroml): New variable. Ricardo Wurmus
2023-07-03gnu: cutadapt: Update to 4.0....* gnu/packages/bioinformatics.scm (cutadapt): Update to 4.0. [build-system]: Use pyproject-build-system. [arguments]: Disable a single test; remove 'always-cythonize build phase; add phase 'fix-test. [native-inputs]: Add python-pytest-mock and python-pytest-timeout. Ricardo Wurmus
2023-07-03gnu: python-dnaio: Update to 0.10.0....* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.10.0. [arguments]: Disable tests, because they don't exist. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools-scm; move python-xopen from here... [propagated-inputs]: ...to here. Ricardo Wurmus
2023-07-03gnu: python-xopen: Update to 1.7.0....* gnu/packages/python-xyz.scm (python-xopen): Update to 1.7.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add pigz, python-isal, and python-typing-extensions; move python-setuptools-scm from here... [native-inputs]: ...to here; add python-pytest and python-pytest-timeout. [description]: Reflow. Ricardo Wurmus
2023-07-03gnu: python-isal: Update to 1.1.0....* gnu/packages/python-compression.scm (python-isal): Update to 1.1.0. [build-system]: Use pyproject-build-system. Ricardo Wurmus
2023-07-03gnu: Add r-dtmm....* gnu/packages/bioinformatics.scm (r-dtmm): New variable. Navid Afkhami
2023-07-03gnu: Add r-fsa....* gnu/packages/cran.scm (r-fsa): New variable. Navid Afkhami
2023-07-03gnu: Add r-dicekriging....* gnu/packages/cran.scm (r-dicekriging): New variable. Navid Afkhami
2023-07-03gnu: Add r-cellid....* gnu/packages/bioconductor.scm (r-cellid): New variable. Navid Afkhami
2023-07-03gnu: Add r-dunn-test....* gnu/packages/cran.scm (r-dunn-test): New variable. Navid Afkhami
2023-07-03gnu: Add r-ggfittext....* gnu/packages/cran.scm (r-ggfittext): New variable. Navid Afkhami
2023-07-03gnu: Add r-tidyft....* gnu/packages/cran.scm (r-tidyft): New variable. Navid Afkhami
2023-07-03gnu: Add r-emoa....* gnu/packages/cran.scm (r-emoa): New variable. Navid Afkhami
2023-07-03gnu: Add r-mlrmbo....* gnu/packages/cran.scm (r-mlrmbo): New variable. Navid Afkhami
2023-07-03gnu: Add r-mlr....* gnu/packages/cran.scm (r-mlr): New variable. Navid Afkhami
2023-07-03gnu: Add r-parallelmap....* gnu/packages/cran.scm (r-parallelmap): New variable. Navid Afkhami
2023-07-03gnu: Add r-smoof....* gnu/packages/cran.scm (r-smoof): New variable. Navid Afkhami
2023-07-03gnu: Add r-paramhelpers....* gnu/packages/cran.scm (r-paramhelpers): New variable. Navid Afkhami
2023-07-03gnu: r-v8: Update to 4.3.1....* gnu/packages/cran.scm (r-v8): Update to 4.3.1. [properties]: Let updater ignore libnode. Ricardo Wurmus
2023-07-03gnu: jbr: Make big cursors work....* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it. Danny Milosavljevic
2023-07-03gnu: Add jbr....* gnu/packages/java.scm (jbr17): New variable. Danny Milosavljevic
2023-07-02gnu: nextcloud-client: Update to 3.8.2....* gnu/packages/sync.scm (nextcloud-client): Update to 3.8.2. [snippets]: Keep 3rd-party files from kirigami. Remove more references of deleted 3rd parties. Adjust substitute for new code. [configure-flags]: Disable building the updater. [phases]<patch-cmake>: Adjust substitute for new code. <check>: Use custom phase to disable a failing test. [inputs]: Add dbus and karchive. [native-inputs]: Add librsvg-for-system. Hartmut Goebel
2023-07-02gnu: podman: Fix path to helper binaries....'quadlet' and 'rootlessport' coming with podman reside in "#$output/libexex/podman", not in "#$output/bin". Thus search this first. * gnu/packages/containers.scm (podman)[phases]<fix-hardcoded-paths>: Change subsitution for "/usr/local/libexec/podman", add substitution for "/usr/local/lib/podman". Hartmut Goebel
2023-07-02gnu: llvm: make clang-make-toolchain public...Matches gcc-make-toolchain. Allow for llvm build to be patched. * gnu/packages/llvm.scm: make clang-make-toolchain public Signed-off-by: Carl Dong <contact@carldong.me> Cory Fields
2023-07-01gnu: python-pyelftools: Update to 0.29....* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29. Vagrant Cascadian
2023-07-01gnu: Add python-tree-sitter....* gnu/packages/tree-sitter.scm (python-tree-sitter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Reviewed-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Nicolas Graves
2023-07-01gnu: Add miniflux....* gnu/packages/web.scm (miniflux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2023-07-01gnu: Add go-github-com-rylans-getlang....* gnu/packages/golang.scm (go-github-com-rylans-getlang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain