summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-05-14gnu: python-anyqt: Update to 0.2.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-anyqt): Update to 0.2.0.
2023-05-14gnu: python-opentsne: Update to 0.7.1.Vinicius Monego
* gnu/packages/machine-learning.scm (python-opentsne): Update to 0.7.1.
2023-05-14gnu: guix-build-coordinator: Update to 0-82.2c9e004.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-82.2c9e004.
2023-05-14gnu: guix-build-coordinator: Neaten up the package definitions.Christopher Baines
Remove duplication and redundant append calls. * gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Always add sqitch. [propagated-inputs]: Always add guile-fibers-next. (guix-build-coordinator-agent-only)[arguments]: Remove unnecessary duplication of phases. [propagated-inputs]: Remove unnecessary append.
2023-05-14gnu: gcc: Change make-gccgo to use gexp's.Christopher Baines
As otherwise this seems to generate broken derivations for i586-gnu. * gnu/packages/gcc.scm (make-gccgo): Use gexp's for the package arguments.
2023-05-14gnu: gcc: Change custom-gcc to use gexp's.Christopher Baines
As this seems to be generating broken derivations for i586-gnu otherwise. * gnu/packages/gcc.scm (custom-gcc): Use gexp's for the generated package arguments.
2023-05-14gnu: discrover: Remove package labels.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove package labels.
2023-05-14gnu: rmath-standalone: Set timezone variables.Ricardo Wurmus
These variables are needed by R's configure script. * gnu/packages/statistics.scm (rmath-standalone)[arguments]: Add 'set-timezone phase; remove trailing #T from 'chdir phase.
2023-05-14gnu: diamond: Update to 2.1.6.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (diamond): Update to 2.1.6. [arguments]: Do not disable tests; pass configure flag to avoid SSE4 and AVX2 in the interest of compatibility. [license]: Set to GPLv3+.
2023-05-14gnu: delly: Simplify.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (delly)[source]: Simplify snippet. [arguments]: Do not use quasiquote; simplify 'install-templates phase.
2023-05-14gnu: python-pybigwig: Update to 0.3.22.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.22. [source]: Simplify snippet. [arguments]: Explicitly disable tests; simplify 'link-with-libBigWig phase. [build-system]: Use pyproject-build-system.
2023-05-14gnu: codingquarry: Use G-expression.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (codingquarry)[arguments]: Use G-expression to simplify 'install phase. Install files to /share/codingquarry prefix. [native-search-paths]: Adjust prefix. [native-inputs]: Move python-2 from here... [inputs]: ...to here.
2023-05-14gnu: blast+: Update to 2.14.0.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (blast+): Update to 2.14.0. [arguments]: Remove trailing #T from build phases; let WHICH* return #FALSE on failure; use G-expression. [inputs]: Drop package labels.
2023-05-14gnu: cpp: Mention that autoload prevents module cycles.Liliana Marie Prikler
* gnu/packages/cpp.scm: Add a comment on the #:autoload to explain that serialization depends on cpp.
2023-05-14gnu: Add lager.Liliana Marie Prikler
* gnu/packages/cpp.scm (lager): New variable.
2023-05-14gnu: Add zug.Liliana Marie Prikler
* gnu/packages/cpp.scm (zug): New variable.
2023-05-14gnu: Add immer.Liliana Marie Prikler
* gnu/packages/cpp.scm (immer): New variable.
2023-05-14gnu: Add c-rrb.Liliana Marie Prikler
* gnu/packages/c.scm (c-rrb): New variable.
2023-05-14gnu: nlohmann-json: Improve package style.Liliana Marie Prikler
* gnu/package/cpp.scm (nlohmann-json)[source]<snippet>: Fit to 80 chars width. Use G-Expressions. [arguments]: Use G-Expressions.
2023-05-14gnu: nlohmann-json: Update to 3.11.2.Liliana Marie Prikler
* gnu/packages/cpp.scm (nlohmann-json): Update to 3.11.2. [source]<snippet>: Adjust accordingly. [native-inputs]<json_test_data>: Update to 3.1.0.
2023-05-14gnu: Rename json-modern-cxx to nlohmann-json.Liliana Marie Prikler
* gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
2023-05-14gnu: bitcoin-core: Update to 23.1.Michael Ford
* gnu/packages/finance.scp (bitcoin-core): Update to 23.1. [inputs]: Add sqlite. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-14gnu: mesa-opencl: Remove reference to patch.Andy Tai
Fixes <https://bugs.gnu.org/63456>. * gnu/packages/patches/mesa-opencl-all-targets.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gl.scm (mesa-opencl)[source]: Remove patch application. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-14gnu: poke: Update to 3.2.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 3.2.
2023-05-14gnu: mousepad: Update to 0.6.1.宋文武
* gnu/packages/xfce.scm (mousepad): Update to 0.6.1.
2023-05-14gnu: ristretto: Update to 0.13.1.宋文武
* gnu/packages/xfce.scm (ristretto): Update to 0.13.1.
2023-05-14gnu: Add Iosevka comfy font.Arnaud Lechevallier
* gnu/packages/fonts.scm (font-iosevka-comfy): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-14gnu: Add bbcsdl.宋文武
* gnu/packages/game-development.scm (bbcsdl): New variable.
2023-05-14gnu: Add font-spleen.Ahmad Draidi
* gnu/packages/fonts.scm (font-spleen): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-14gnu: dwl: Update to 0.4.Antero Mejr
* gnu/packages/wm.scm (dwl): Update to 0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-13gnu: Add xuidesigner.Ricardo Wurmus
* gnu/packages/music.scm (xuidesigner): New variable.
2023-05-13gnu: shepherd: Fetch code from 'mirror://gnu'.Ludovic Courtès
* gnu/packages/admin.scm (shepherd-0.10): Fix URL.
2023-05-13services: shepherd: Default to 0.10.Ludovic Courtès
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.10. * gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]: Likewise.
2023-05-13gnu: shepherd: Add 0.10.0.Ludovic Courtès
* gnu/packages/admin.scm (shepherd-0.10): New variable. (guile2.2-shepherd): Inherit from SHEPHERD-0.10.
2023-05-13gnu: python-sentry-sdk: Disable tests not working with pytest-7.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-sentry-sdk)[arguments]: Update 'check' phase.
2023-05-13gnu: guile-opengl: Update to 0.2.0.David Thompson
* gnu/packages/gl.scm (guile-opengl): Update to 0.2.0. Remove obsolete build system hack. (guile3.0-opengl): Remove obsolete build system hack.
2023-05-13gnu: diffoscope: Update to 242.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 242. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-13services: nar-herder: Support extra environment vars.Christopher Baines
* gnu/services/guix.scm (nar-herder-configuration-extra-environment-variables): New procedure. (nar-herder-shepherd-services): Pass the environment variables to the shepherd. * doc/guix.texi (Guix Services): Document it.
2023-05-13gnu: ftxui: Build ftxui-benchmark.Artyom V. Poptsov
* gnu/packages/cpp.scm (ftxui)[native-inputs]: Add benchmark. [arguments]: Remove #:phases. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-13gnu: raylib: Fix audio and use system glfw.宋文武
* gnu/packages/game-development.scm (raylib)[inputs]: Use glfw and pluseaudio. [arguments]: Set flags for glfw and pulseaudio.
2023-05-13gnu: raylib: Update to 4.5.0.宋文武
* gnu/packages/game-development.scm (raylib): Update to 4.5.0.
2023-05-13gnu: python-rapidjson: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-web.scm (python-rapidjson)[build-system]: Use pyproject-build-system. [arguments]: Do not use custom 'build and 'check phases.
2023-05-13gnu: python-markdown-it-py: Simplify by using pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-markdown-it-py)[arguments]: Remove custom 'build and 'install phases. [build-system]: Use pyproject-build-system.
2023-05-13gnu: python-sphinx-panels: Use older docutils.Ricardo Wurmus
* gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]: Replace python-docutils with python-docutils-0.15. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase.
2023-05-13gnu: ghc-tasty: Add missing dependency on i686-linux.Lars-Dominik Braun
Fixes <https://issues.guix.gnu.org/63421>. * gnu/packages/haskell-check.scm (ghc-tasty)[inputs]: Conditionally add ghc-unbounded-delays.
2023-05-12gnu: python-orjson: Fix version string of Python module.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Remove invalid characters from version string.
2023-05-12gnu: python-orjson: Reuse phases from pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Include modules from pyproject-build-system; use their 'build and 'install phases instead of duplicating their contents.
2023-05-12gnu: python-canonicaljson: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-canonicaljson)[arguments]: Remove custom 'build, 'check, and 'install phases. [build-system]: Use pyproject-build-system.
2023-05-12gnu: python-pyproject-metadata: Simplify by using pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pyproject-metadata)[arguments]: Remove. [build-system]: Use pyproject-build-system.
2023-05-12gnu: python-seaborn: Simplify by using pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Remove. [build-system]: Use pyproject-build-system.