summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2023-05-12gnu: shrinkwrap: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (shrinkwrap)[arguments]: Remove. [build-system]: Use pyproject-build-system.
2023-05-12gnu: jamm: Use G-expression.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (jamm)[arguments]: Use G-expression.
2023-05-12gnu: arriba: Use SEARCH-INPUT-FILE and -DIRECTORY.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (arriba)[arguments]: Use SEARCH-INPUT-DIRECTORY and SEARCH-INPUT-FILE; use G-expression; drop trailing #T from build phases.
2023-05-12gnu: multichoose: Clean up.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (multichoos): Fix indentation. [arguments]: Use G-expression.
2023-05-12gnu: samblaster: Update to 0.1.26.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samblaster): Update to 0.1.26.
2023-05-12gnu: samblaster: Simplify.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samblaster): Fix indentation. [arguments]: Use G-expression; drop trailing #T from 'install phase. [description]: Use double spacing between all sentences.
2023-05-12gnu: methyldackel: Update to 0.6.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (methyldackel): Update to 0.6.1. [arguments]: Set LIBBIGWIG variable instead of patching Makefile. [inputs]: Replace htslib-1.9 with htslib.
2023-05-12gnu: methyldackel: Simplify arguments.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Use list, drop argument list. [native-inputs]: Drop package label.
2023-05-12gnu: phast: Simplify by using G-expression.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (phast)[arguments]: Use G-expression and drop trailing #T from build phases.
2023-05-12gnu: ribotaper: Simplify with G-expression.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Use G-expression and drop trailing #T from build phase.
2023-05-12gnu: sra-tools: Do link with libxml2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use G-expression for clarity; drop trailing #T from build phases; modify 'configure phase to dynamically link with libxml2. [inputs]: Drop package labels; add libxml2.
2023-05-12gnu: ncbi-vdb: Ensure that vdb-sqlite is installed.Ricardo Wurmus
The most important change here is the addition of the 'install-libs phase. All other changes are just the result of switching to G-expressions. * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add 'install-libs phase; use G-expression; drop trailing #T from build phases. [inputs]: Drop package labels.
2023-05-12gnu: Add python-mgatk.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (python-mgatk): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-05-12system: default-skeletons: Merge search-paths of multiple profiles.宋文武
Fixes <https://issues.guix.gnu.org/20255>. * gnu/system/shadow.scm (default-skeletons)[bash_profile, zprofile]: Merge search-paths from multiple profiles via "guix package".