summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: fastfetch: Update to 2.18.1.issue-71968Dariqq2024-07-14
| | | | | | * gnu/packages/admin.scm (fastfetch): Update to 2.18.1. Change-Id: I257954b6f21f5a9fc35b45785f6addff604513b9
* gnu: yyjson: Update to 0.10.0.Dariqq2024-07-14
| | | | | | * gnu/packages/c.scm (yyjson): Update to 0.10.0. Change-Id: Id8be82026eb0d102272b1128cce80a5609d309d0
* gnu: fastfetch: Add more configure flags.Dariqq2024-07-14
| | | | | | | | | | | | | | | | | | | Most importantly the dependencies are now linked dynamically to avoid writing out a LD_LIBRARY_PATH wrapper. Also build the tests and skip installing the license file. Additionally provide custom paths to pci-ids and amdgpu-ids. * gnu/packages/admin.scm (fastfetch) (arguments): Move above inputs. [#:configure-flags]: Add -DBUILD_TESTS=ON, -DINSTALL_LICENSE=OFF, -DBINARY_LINK_TYPE=dynamic and set -DCUSTOM_PCI_IDS_PATH and -DCUSTOM_AMDGPU_IDS_PATH. [#:tests]: Remove as now there are tests available. [inputs]: Add hwdata and libdrm for the custom paths. Change-Id: I9f86b49f0a116bcee91ca15b6e77cfbb3867e290
* gnu: fastfetch: Unbundle yyjson.Dariqq2024-07-14
| | | | | | | | | * gnu/packages/admin.scm (fastftech) [origin]: Add snippet to remove third party code. [#_configure-flags]: Add "-DENABLE_SYSTEM_YYJSON=YES" [inputs]: Add yyjson. Change-Id: I8175b8f4a8d55ff3b9d5fa4cb99f1fc1ad15fd97
* gnu: Add yyjson.Dariqq2024-07-14
| | | | | | * gnu/packages/c.scm (yyjson): New variable. Change-Id: Ica9ff2e1b6676aa8761eb33cbab76154f17e443f
* gnu: trealla: Update to 2.54.3.base-for-issue-72114base-for-issue-72113base-for-issue-72112base-for-issue-72108base-for-issue-72107base-for-issue-72103base-for-issue-72101base-for-issue-71968base-for-issue-71897jgart2024-07-13
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.54.3. Change-Id: Iacaca2720ae4a457c570ebcd13be0260c81aa691
* gnu: Add python-angr.Sören Tempel2024-07-13
| | | | | | | | | | | * gnu/packages/patches/python-angr-addition-type-error.patch: New patch. * gnu/packages/patches/python-angr-check-exec-deps.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-angr): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-ailment.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-ailment): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-cle.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-cle): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-pyvex.Sören Tempel2024-07-13
| | | | | | | | | * gnu/packages/patches/python-pyvex-remove-angr-dependency.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyvex): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-archinfo.Sören Tempel2024-07-13
| | | | | | * gnu/packages/emulators.scm (python-archinfo): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-claripy.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-claripy): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-pysmt.Sören Tempel2024-07-13
| | | | | | | | | | | * gnu/packages/patches/python-pysmt-fix-pow-return-type.patch: New patch. * gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-pysmt): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-rpyc.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-rpyc): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-nampa.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-nampa): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-mulpyplexer.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-mulpyplexer): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-keystone-engine.Sören Tempel2024-07-13
| | | | | | * gnu/packages/emulators.scm (python-keystone-engine): New variable. Signed-off-by: jgart <jgart@dismail.de>
* Revert "gnu: python-requests-toolbelt: Update to 1.0.0."jgart2024-07-13
| | | | | | This breaks poetry so reverting. This reverts commit ddb22a10e04c966eaa6ecbc50c3fc75dc3a143c3.
* Revert "gnu: python-requests-toolbelt: Use new style."jgart2024-07-13
| | | | | | This breaks poetry so reverting. This reverts commit c0ecad208e305b6cd73a4ab0879e3407b879e1f9.
* gnu: python-requests-toolbelt: Use new style.jgart2024-07-13
| | | | | | | * gnu/packages/python-xyz.scm (python-requests-toolbelt) [arguments]: Use new style. Change-Id: Ifbb305babeff37a34ca8789c3a08e0363e8583bf
* gnu: python-requests-toolbelt: Update to 1.0.0.Felix Gruber2024-07-13
| | | | | | | | | * gnu/packages/python-web.scm (python-requests-toolbelt): Update to 1.0.0. [arguments]: Delete tests that are incompatible with urllib3 >= 2.0. [native-inputs]: Remove python-mock; add python-pyopenssl and python-trustme. Change-Id: I349bd9cef34cdbf7a51612e8b9d5dac59101d1bd Signed-off-by: jgart <jgart@dismail.de>
* gnu: elixir: Update to 1.17.2.Igor Goryachev via Guix-patches via2024-07-13
| | | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.17.2. Change-Id: Ief8898ec4d48af09ea4f270787b79398ff24f9fa Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: klee: Build with klee-uclibc support.Sören Tempel2024-07-13
| | | | | | * gnu/packages/check.scm (klee): Use klee-uclibc. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add klee-uclibc.Sören Tempel2024-07-13
| | | | | | * gnu/packages/check.scm (klee-uclibc): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: lollypop: Update package style.James Smith2024-07-13
| | | | | | | | * gnu/packages/gnome.scm (lollypop)[arguments]: Convert to list of G-Expressions. Change-Id: I2f7e0157f65bdd6776fbf15214093a837c5b0fd6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: lollypop: Update to 1.4.40.James Smith2024-07-13
| | | | | | | * gnu/packages/gnome.scm: (lollypop): Update to 1.4.40. Change-Id: I8803c04f7ac2b8597920cc3e2a8371ada6a1dbab Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: rapidcheck: Update to 0.0.0-1.ff6af6f.Liliana Marie Prikler2024-07-13
| | | | | | | | | | * gnu/packages/check.scm (rapidcheck): Update to 0.0.0-1.ff6af6f. [source]: Add snippet to find inputs. [arguments]: Remove #:phases and #:tests?. <#:configure-flags?>: Add “-DRC_ENABLE_BOOST=on”, “-DRC_ENABLE_CATCH=on”, “-DRC_ENABLE_DOCTEST=on”, “-DRC_ENABLE_GTEST=on”, and “-DRC_ENABLE_TESTS=on”. [inputs]: Add boost, catch2, doctest and googletest. [native-inputs]: Add catch2 and googletest.
* nls: Update translations.base-for-issue-72087base-for-issue-71447base-for-issue-70880Florian Pelz2024-07-12
| | | | Change-Id: I691cef365279ee5c50208a87ef5372a47152508e
* build-system/composer: Do not try to delete-duplicates.Nicolas Graves2024-07-12
| | | | | | | | | * guix/build-system/composer.scm (create-autoload): Do not use the delete-duplicates function, stale code that should have been removed in an earlier cleanup. Change-Id: I778c1cfba7ef8de16a1ba297b583595b391b7e00 Signed-off-by: jgart <jgart@dismail.de>
* gnu: nano: Update to 8.1.Andy Tai2024-07-12
| | | | | | | * gnu/packages/text-editors.scm (nano): Update to 8.1. Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-colorlog: Use new style.base-for-issue-72083jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-colorlog): Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
* gnu: python-pytelegrambotapi: Update to 4.21.0.jgart2024-07-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.21.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling. Change-Id: I60e7f8be1dfc6921e843c782a95d774b966ece3c
* gnu: python-pytelegrambotapi: Use new style.jgart2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
* gnu: python-typed-ast: Add comment regarding package's end of life.base-for-issue-72072base-for-issue-72062base-for-issue-72027base-for-issue-71833base-for-issue-69975jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-typed-ast): Add comment. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: python-typed-ast: Use new style.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: python-typed-ast: Make the 'check' phase respect #:tests?.jgart2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Make the 'check' phase respect #:tests?. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: xrdp: update to 0.10.0.Andy Tai2024-07-11
| | | | | | | | * gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-sacn: Enable tests.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: Add python-sacn.Rick Huijzer2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-sacn): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a
* gnu: unicorn: Update to 2.0.1.post1.c4droid2024-07-11
| | | | | | | * gnu/packages/emulators.scm (unicorn) Update to 2.0.1.post1. Co-authored-by: Sören Tempel <soeren@soeren-tempel.net> Signed-off-by: jgart <jgart@dismail.de>
* gnu: packages/simulation: Add self to copyright header.Sharlatan Hellseher2024-07-11
| | | | | | | * gnu/packages/simulation.scm: Add Sharlatan Hellseher <sharlatanus@gmail.com> to copyright header. Change-Id: I18e82c7344cfa206ff8f82dfa963b7d8b026dcf0
* gnu: python-dolfin-adjoint: Disable failing tests, fix build.Sharlatan Hellseher2024-07-11
| | | | | | | | | * gnu/packages/simulation.scm (python-dolfin-adjoint) [arguments]: <#:test-flags>: Explicitly ignore failing tests during collection phase and some tests during runt test phase. <#:phases>: Change HOME env to GETCWD in 'set-environment-variable phase. Change-Id: Ibee5e45052a3828b4522752a87c97367d7caec65
* gnu: python-dolfin-adjoint: Swap to pyproject-build-system.Sharlatan Hellseher2024-07-11
| | | | | | | | | | | | * gnu/packages/simulation.scm (python-dolfin-adjoint) [source]: Remove trailing #t from snippet. [build-system]: Swap to pyproject-build-system. [arguments]: Apply G-expressions. <#:phases>: Swap back to defaul 'check phase. python-dolfin-adjoint Change-Id: Idf100b718b44d9d6695e598c434fbbac55a38845
* gnu: python-dolfin-adjoint: Adjust package style.Sharlatan Hellseher2024-07-11
| | | | | | | | * gnu/packages/simulation.scm (python-dolfin-adjoint): Move inputs after arguments. [description]: Place it on a new line, fix indentation. Change-Id: I3d971e48b4072258ed0b41af5c202e64af9de8f3
* gnu: python-dolfin-adjoint: Fix indentation.Sharlatan Hellseher2024-07-11
| | | | | | * gnu/packages/simulation.scm (python-dolfin-adjoint): Fix indentation. Change-Id: I457639a98f1ae49d43042e557352d390afc9419d
* gnu: m2-planet: Fix supported systems.Efraim Flashner2024-07-11
| | | | | | | * gnu/packages/mes.scm (m2-planet)[supported-systems]: Remove unsupported architecture riscv32-linux. Change-Id: I63b4c826e4c907c771adfe55e0c2e8756fdecbcc
* news: Add 'de' translation.base-for-issue-72066Florian Pelz2024-07-11
| | | | | | * etc/news.scm: Add German translation for stumpwm:lib removal entry. Change-Id: I9c2b625bdd2fc5b8ed268f0779226d3f81549f0f
* gnu: xarchiver: Update to 0.5.4.23.Artyom V. Poptsov2024-07-11
| | | | | | | * gnu/packages/compression.scm (xarchiver): Update to 0.5.4.23. Change-Id: I3675efc22b546810f7c5341c8f22be217cb69853 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: ncdu-1: Update to 1.20.Efraim Flashner2024-07-11
| | | | | | * gnu/packages/ncdu.scm (ncdu-1): Update to 1.20. Change-Id: I3f29318597d6e3f5e120bc1f5e51a7c7f35f52f2
* gnu: xnnpack: Fix supported systems.Efraim Flashner2024-07-11
| | | | | | | * gnu/packages/machine-learning.scm (xnnpack)[supported-systems]: Fix typo in armhf-linux. Remove i686-mingw, x86_64-mingw. Change-Id: I2a7fe127af9825d71da7e3769d224a20db12d839