aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: python-atpublic: Update to 3.1.1.Lars-Dominik Braun2023-05-05
| | | | | | | | * gnu/packages/python-check.scm (python-atpublic): Update to 3.1.1. [build-system]: Switch to pyproject-build-system. [arguments]: Remove #:phases, override build backend. [native-inputs]: Replace nose2 with pytest, add python-pdm-backend, python-sybil and python-pytest-cov.
* gnu: Add python-pdm-backend.Lars-Dominik Braun2023-05-05
| | | | * gnu/packages/python-build.scm (python-pdm-backend): New variable.
* gnu: guix: Update to dc5430c.Ludovic Courtès2023-05-05
| | | | * gnu/packages/package-management.scm (guix): Update to dc5430c.
* gnu: python-fs: Remove indirect dependency on Rust when unsupported.Ludovic Courtès2023-05-04
| | | | | | | | This allows to build font-abattis-cantarell on aarch64-linux. * gnu/packages/python-xyz.scm (python-fs)[arguments]: Add #:tests?. [native-inputs]: Turn into the empty list when cross-compiling or when PYTHON-PYFTPDLIB is not supported.
* gnu: psautohint: Remove unneeded dependencies.Ludovic Courtès2023-05-04
| | | | | * gnu/packages/fontutils.scm (psautohint)[native-inputs]: Remove PYTHON-FS and PYTHON-PYTEST-RANDOMLY.
* services: qemu-binfmt: Add more targets.Efraim Flashner2023-05-04
| | | | | | | | * gnu/services/virtualization.scm (%i486, %sparc64, %aarch64be, %xtensa, %xtensaeb, %microblaze, %microblazeel, %or1k, %hexagon, %loongson64): New variables. (%armeb): Correct family field. (%qemu-platforms): Add them.
* services: earlyoom: Rotate log files.Efraim Flashner2023-05-04
| | | | | * gnu/services/linux.scm (%earlyoom-log-rotation): New variable. (earlyoom-service-type): Add service-extension for log rotation.
* gnu: vifm: Update to 0.13.Efraim Flashner2023-05-04
| | | | | * gnu/packages/vim.scm (vifm): Update to 0.13. [arguments]: Adjust substitutions in custom 'patch-test-shebangs phase.
* gnu: python-screed: Update to 1.1.2.Mădălin Ionel Patrașcu2023-05-04
| | | | | | | | | * gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-pytest. [inputs]: Remove python-bz2file. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-goatools.Navid Afkhami2023-05-04
| | | | | | * gnu/packages/bioinformatics.scm (python-goatools): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-rcircos.Navid Afkhami2023-05-04
| | | | * gnu/packages/cran.scm (r-rcircos): New variable.
* build: Do not fail when '.git' is missing.Ludovic Courtès2023-05-04
| | | | | | This is a followup to a5d719012e0f5115aa89b767edc1fe1a3505915c. * Makefile.am (.git/hooks/pre-push): Add dash.
* gnu: Add python-diff-cover.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-diff-cover): New variable.
* gnu: Add python-loguru.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-loguru): New variable.
* gnu: Add python-pytest-mypy-plugins.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/check.scm (python-pytest-mypy-plugins): New variable.
* gnu: Add python-chevron.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-chevron): New variable.
* gnu: Add python-iteround.Ricardo Wurmus2023-05-04
| | | | * gnu/packages/python-xyz.scm (python-iteround): New variable.
* build: Do not fail when 'git' is missing.Ludovic Courtès2023-05-04
| | | | | | This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9. * Makefile.am (.git/config): Add dash.
* gnu: airspyhf: Update to 1.6.8-1.40836c5.Guillaume Le Vaillant2023-05-04
| | | | * gnu/packages/radio.scm (airspyhf): Update to 1.6.8-1.40836c5.
* gnu: linux-libre 5.15: Update to 5.15.110.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.110. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 6.1: Update to 6.1.27.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.27. (linux-libre-6.1-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.2.14.Leo Famulari2023-05-04
| | | | | * gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.14. (linux-libre-6.2-pristine-source): Update hash.
* news: Add entry for '--with-configure-flag'.Ludovic Courtès2023-05-04
| | | | * etc/news.scm: Add entry.
* transformations: Add '--with-configure-flag'.Sarthak Shah2023-05-04
| | | | | | | | | | | | * guix/transformations.scm (transform-package-configure-flag): New procedure. (%transformation-options, %transformation-options) (show-transformation-options-help/detailed): Add it. * tests/transformations.scm ("options->transformation, with-configure-flag"): New test. * doc/guix.texi (Package Transformation Options): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sakura: Remove input labels.Ludovic Courtès2023-05-04
| | | | | * gnu/packages/terminals.scm (sakura)[native-inputs]: Remove input labels.
* gnu: peek: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/video.scm (peek)[inputs, native-inputs]: Remove labels.
* gnu: tint2: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/xdisorg.scm (tint2)[native-inputs]: Remove input labels.
* gnu: maim: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/xdisorg.scm (maim)[inputs]: Remove labels.
* gnu: armadillo: Remove input labels.Ludovic Courtès2023-05-04
| | | | * gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.
* style: Make 'safe' policy less conservative.Ludovic Courtès2023-05-04
| | | | | | | | | | | | | | Previously, a mere (arguments '(#:tests? #f)) would lead guix style -S inputs --input-simplification=safe to bail out. It now recognizes such trivial argument lists and proceeds. * guix/scripts/style.scm (trivial-package-arguments?): New procedure. (simplify-package-inputs): Use it in the 'safe case instead of 'null?'. * tests/style.scm ("input labels, 'safe' policy, trivial arguments"): New test.
* gnu: vulkan-loader: Skip tests on riscv64-linux.Efraim Flashner2023-05-04
| | | | | * gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Skip tests when building on riscv64-linux.
* gnu: exiv2: Adjust tests on riscv64-linux.Efraim Flashner2023-05-04
| | | | | * gnu/packages/image.scm (exiv2)[arguments]: Also use the custom 'adjust-tests phase when building for riscv64-linux.
* gnu: r-bigmemory: Remove several supported systems.Christopher Baines2023-05-04
| | | | | | | Where the package consistently fails to build. * gnu/packages/statistics.scm (r-bigmemory)[supported-systems]: Remove armhf-linux, aarch64-linux and powerpc64le-linux.
* gnu: gcc-11: Adapt patching for hurd to not use gexp's.Christopher Baines2023-05-04
| | | | | | | | | | | | | As this causes issues with gcc-cross-boot0, since it doesn't use gexp's and that means the builder script ends up broken. I'm not testing this properly, I've only confirmed that with this change, you can generate a derivation for hello for i586-gnu where that derivation and all inputs don't have broken builder scripts. Plus the output for hello on x86_64-linux is unchanged. * gnu/packages/gcc.scm (gcc-11)[arguments]: Rewrite to not use gexps. [native-inputs]: Add a patch for the hurd if that's the target.
* profiles: 'texlive-font-maps' gracefully handles lack of texlive inputs.Ludovic Courtès2023-05-04
| | | | | | | | Fixes <https://issues.guix.gnu.org/63043>. * guix/profiles.scm (texlive-font-maps): Define 'texlive-inputs'. [build]: Use it. Return #f when TEXLIVE-INPUTS is empty.
* import: elpa: Standardize warning message.Ludovic Courtès2023-05-04
| | | | | * guix/import/elpa.scm (melpa-recipe->origin): Standardize warning message.
* import: Cosmetic tweaks to 'recursive-import'.Ludovic Courtès2023-05-04
| | | | | * guix/import/utils.scm (recursive-import): Tweak docstring. Simplify 'apply' call.
* import: elpa: Use the expected repo in recursive imports.Ludovic Courtès2023-05-04
| | | | | * guix/import/elpa.scm (elpa-recursive-import): Pass REPO in calls to 'elpa->guix-package'.
* import: elpa: 'elpa->guix-package' accepts other keyword arguments.Ludovic Courtès2023-05-04
| | | | | | This is a followup to 3c24da4260f28b4ed57efda0296688a50ac94628. * guix/import/elpa.scm (elpa->guix-package): Add #:allow-other-keys.
* gnu: dune-common: Skip tests that fail on aarch64-linux.Felix Gruber2023-05-04
| | | | | | | | * gnu/packages/patches/dune-common-skip-failing-tests.patch: New file. * gnu/packages/maths.scm (dune-common)[source]: Add it * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* ftp-client: 'connect*' retries until the timeout has expired.Ludovic Courtès2023-05-04
| | | | | | | | | Partly fixes <https://issues.guix.gnu.org/63024>. Reported by Greg Hogan <code@greghogan.com> and Timo Wilken <guix@twilken.net>. * guix/ftp-client.scm (connect*): When 'select' returns an empty set, try again until TIMEOUT has expired.
* gnu: rdiff-backup: Update to 2.2.4.Eric Bavier2023-05-03
| | | | | * gnu/packages/backup.scm (rdiff-backup): Update to 2.2.4. [inputs]: Add python-pyaml.
* gnu: pinball: Update to 0.3.20230219.Eric Bavier2023-05-03
| | | | | | * gnu/packages/games.scm (pinball): Update to 0.3.20230219. [inputs]: Use sdl-union. [arguments]: Adjust configure flags. Use gexps. Remove debug outpu.
* gnu: python-wxpython: Add a debug outputMaxim Cournoyer2023-05-03
| | | | | * gnu/packages/wxwidgets.scm (python-wxpython) [outputs]: New field. [arguments]: Provide the '--debug' build option in the configure phase.
* gnu: python-wxpython: Use gexps.Maxim Cournoyer2023-05-03
| | | | | | * gnu/packages/wxwidgets.scm (python-wxpython) [arguments]: Use gexps. Provide the '--use_syswx' build option via the WXPYTHON_BUILD_ARGS environment variable.
* gnu: wxwidgets: Add a debug output.Maxim Cournoyer2023-05-03
| | | | | * gnu/packages/wxwidgets.scm (wxwidgets) [outputs]: New field. [arguments]: Add --enable-debug_info to #:configure-flags argument.
* gnu: wxwidgets: Update to 3.2.2.1.Maxim Cournoyer2023-05-03
| | | | * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.2.1.
* gnu: pigx-sars-cov-2: Update to 0.0.9.Ricardo Wurmus2023-05-03
| | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.9.
* gnu: emacs-circadian: Fix build.Nicolas Goaziou2023-05-03
| | | | | * gnu/packages/emacs-xyz.scm (emacs-circadian)[arguments]<#:phases>: Skip failing tests.
* gnu: emacs-lacarte: Fix build.Nicolas Goaziou2023-05-03
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-lacarte)[source]: Use GitHub as upstream. Fix version number. [description]: Expound it. [license]: Set to GPL3+.