aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22.Sharlatan Hellseher2024-05-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sqlite3): Update to 1.14.22. Change-Id: I01bf397b7d74db812883994deb2c2249adf14d1f
* gnu: Add go-github-com-pires-go-proxyproto.Jesse Eisses2024-05-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-pires-go-proxyproto): New variable. Change-Id: Iec8e8ead7e18cbbd9be00ec398d11e632e4b2ac4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-nhooyr-io-websocket.Jesse Eisses2024-05-07
| | | | | | | * gnu/packages/golang-web.scm (go-nhooyr-io-websocket): New variable. Change-Id: Ifced88b4d916b8593e4b65022cf419c8ae18a769 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-msteinert-pam.Jesse Eisses2024-05-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Id84648d258d2f1c7f2c9902e80dccb06642d7787
* gnu: Add go-github-com-sherclockholmes-webpush-go.Jesse Eisses2024-05-07
| | | | | | | * gnu/packages/golang-web.scm (go-github-com-sherclockholmes-webpush-go): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ida07915e1659b79353dd267991bcb615ee5cc837
* gnu: Add go-github-com-golang-jwt-jwt.Jesse Eisses2024-05-07
| | | | | | | | | * gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v4): New variable. (go-github-com-golang-jwt-jwt-v4): Inherit from go-github-com-golang-jwt-jwt. Change-Id: I2382208434859b7a9b9a314930fa8769072964c7 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: psascan: Limit to 64-bit systems.Efraim Flashner2024-05-07
| | | | | | * gnu/packages/cpp.scm (psascan)[supported-systems]: New field. Change-Id: I19eef41449a16b4440f3dd73cdb181c7c3383e84
* gnu: bitmapperbs: Limit to x86_64-linux.Efraim Flashner2024-05-07
| | | | | | | * gnu/packages/bioinformatics.scm (bitmapperbs)[supported-systems]: New field. Change-Id: I03484413e5af8e779fe0e5199e456eaab124e8b7
* gnu: grantlee: Fix build on some architectures.Efraim Flashner2024-05-07
| | | | | | | | * gnu/packages/qt.scm (grantlee)[source]: Add patch. * gnu/packages/patches/grantlee-register-metaenumvariable.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Iecef53baeb023a80139ac70b9caefcfa7b79a3c6
* gnu: minimap2: Fix make-flags.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/bioinformatics.scm (minimap2)[arguments]: Adjust the make-flags to contain actual build flags for all architectures. Change-Id: I5b4077a25d6d46172ff566ceaa16629ebf066721
* gnu: minimap2: Update to 2.28.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/bioinformatics.scm (minimap2): Update to 2.28. [arguments]: Adjust custom 'install phase to not delete non-existent file. Remove trailing #t from phase. Change-Id: Ie6cc21f2b761532f08967efea54d3a12b944f213
* gnu: proteinortho: Add tunable property.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/bioinformatics.scm (proteinortho)[properties]: Add tunable? flag. Change-Id: If59d5785c8c8e4aedb5b88479da6fba0e9754640
* gnu: proteinortho: Update to 6.3.2.Efraim Flashner2024-05-06
| | | | | | | | | | | * gnu/packages/bioinformatics.scm (proteinortho): Update to 6.3.2. [source]: Adjust snippet to also delete lapack source tarball. [arguments]: Rewrite using g-expressions. Add flag to run tests sequentially. Adjust make-flags for cross-compiling and to set PREFIX. Delete 'configure and custom 'configure phase. Remove trailing #t from phases. Change-Id: I40249e5ac92c26223119b81b4677c08d5ab230e6
* gnu: python-http-client: Fix test suite.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/python-web.scm (python-http-client)[arguments]: Add a phase to adjust the tests to not be dependant on the current date. Change-Id: I94f512c9b019173f6e15e04791dbfc662fc93c89
* gnu: r-lpsymphony: Fix building on some architectures.Efraim Flashner2024-05-06
| | | | | | | | | | * gnu/packages/bioconductor.scm (r-lpsymphony) [arguments]: When building for aarch64-linux or riscv64-linux replace all the config.guess and config.sub files with newer ones. [native-inputs]: When building for aarch64-linux or riscv64-linux add config. Change-Id: Iaddda8c6d7330fb02bdd83733e7fa70b851a82f2
* gnu: mouseloupe: Update the package style.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/accessibility.scm (mouseloupe)[arguments]: Switch to g-expressions. Change-Id: I9af4433b2effbcbd9c0178ea3f02d81e202f4c05
* gnu: mouseloupe: Don't hardcode building for i686.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/accessibility.scm (mouseloupe)[source]: Add snippet to remove flag from the Makefile explicitly building for i686. Change-Id: Iec5a5002a51ff7f2be469f6815e6ff6166b32876
* gnu: wolf-shaper: Add tunable property.Efraim Flashner2024-05-06
| | | | | | * gnu/packages/music.scm (wolf-shaper)[properties]: Add tunable? flag. Change-Id: I32b26effaa18b814fcca8f4cd88b083969682a81
* gnu: wolf-shaper: Fix building on more architectures.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/music.scm (wolf-shaper)[arguments]: Add make-flag to disable optimizations. Change-Id: I2976d1769324765df3f0aa8b636f528526bdfd78
* gnu: solidity: Update to 0.8.25.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/solidity.scm (solidity): Update to 0.8.25. [arguments]: Add configure-flag to allow an older version of z3. [inputs]: Replace fmt-8.0 with fmt. Change-Id: I1501d16323566c066c58c1c4bbf90dd17a23f021
* gnu: solidity: Allow a newer version of jsoncpp.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/solidity.scm (solidity)[arguments]: Add a phase to allow newer versions of jsoncpp. Change-Id: I4f7b5b3685f8d784da221ccb0eea1ba297e3e0b8
* gnu: galera: Update to 26.4.18.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/databases.scm (galera): Update to 26.4.18. [inputs]: Move check from here ... [native-inputs]: ... to here. Change-Id: Iac2ce8e1ebbe0e4059b26b7e83afbdafea19641b
* gnu: strongswan: Remove pre-generated files.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/vpn.scm (strongswan)[source]: Add snippet to remove some pre-generated files. [native-inputs]: Add bison, flex, perl. Change-Id: Ifc316a1c309f8687418455189457cee83b06bfa1
* gnu: strongswan: Fix building on non-x86 architectures.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/vpn.scm (strongswan)[arguments]: When building for not-x86 architectures disable aesni support. Also adjust the test suite so we skip the RSA tests. Change-Id: Idbc7bb229b83b0f43f3286b94fa4da077711c0ed
* gnu: gnome-js-common: Fix build on some architectures.Efraim Flashner2024-05-06
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-js-common)[arguemnts]: When building for aarch64-linux or riscv64-linux replace the config.guess and config.sub files. [native-inputs]: When building for aarch64-linux or riscv64-linux add config. Change-Id: Ia27b0fec7d0b50e9e4ab7ea7329d390ddc482795
* gnu: theorafile: Fix cross-compiling.Efraim Flashner2024-05-06
| | | | | | * gnu/packages/video.scm (theorafile)[arguments]: Use cc-for-target. Change-Id: I191bd177263e57f1193fce1d360ba161726f39b9
* gnu: theorafile: Use test-target.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/video.scm (theorafile)[arguments]: Add test-target. Remove custom 'check phase. Change-Id: Ia741bc7c202a418801672ffcf88bd7b8577c359e
* gnu: theorafile: Update to 0.0.0-2.ea5fd6d.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/video.scm (0.0.0-2.ea5fd6d): Update to 0.0.0-2.ea5fd6d. [arguments]: Remove trailing #t from phases. Change-Id: I5dc34627d3d3e264743fa65c480872da2182ada0
* gnu: elisa: Update to 23.08.5.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/kde-multimedia.scm (elisa): Update to 23.08.5. [arguments]: Remove trailing #t from phases. Change-Id: I4de0b34ce52baefeed5aaeb493fa54d14515fcef
* gnu: rednotebook: Correctly wrap the binary.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/rednotebook.scm (rednotebook)[arguments]: Adjust the 'wrap-with-library-paths phase to use the correct webkitgtk input. Remove trailing #t. Change-Id: I3d245f279ca704ab34023a8977a2c6f1003302ab
* gnu: libvisual-plugins: Reformat with 'guix style'.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/gstreamer.scm (libvisual-plugins): Reformat package using 'guix style'. Change-Id: I91cb02b22bc50c71ad314d2a48207a77e3700a41
* gnu: libvisual-plugins: Build with librsvg-for-system.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/gstreamer.scm (libvisual-plugins)[inputs]: Replace librsvg with librsvg-for-system. Change-Id: Ie4199e6f52236dfae086b1425607b6e0f1f9129b
* gnu: libvisual-plugins: Disable oinksie plugin.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/gstreamer.scm (libvisual-plugins)[arguments]: Add a configure-flag to disable the oinksie plugin. Change-Id: I6181384c715eeeceba81d196960e4cd0148cc55a
* gnu: darkice: Fix build.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/audio.scm (darkice)[arguments]: Add a make-flag to use an earlier C++ standard. Change-Id: I2b7be09be9deb4637e996a9a697e31efed5c5508
* gnu: wmfire: Fix build.Efraim Flashner2024-05-06
| | | | | | | | * gnu/packages/gnustep.scm (wmfire)[source]: Add patch. * gnu/packages/patches/wmfire-dont-inline-draw-fire.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I3e937c5e9dbd8a5e2eebfd92213407d9477a47ab
* gnu: varnish: Fix build on i686-linux.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/web.scm (varnish)[arguments]: When building for i686-linux add a make-flag to adjust the CFLAGS. Change-Id: I9dbd9566de33f2ad7445e3a7ee8bc2d01e430cc9
* gnu: varnish-modules: Update to 0.22.0.Efraim Flashner2024-05-06
| | | | | | * gnu/packages/web.scm (varnish-module): Update to 0.22.0. Change-Id: I0bd60aed1d4243887a6501f4561ec5c83f1a3c06
* gnu: graphene: Fix build on armhf-linux.Efraim Flashner2024-05-06
| | | | | | | * gnu/packages/gtk.scm (graphene)[arguments]: When building for armhf-linux add a configure-flag to disable neon optimizations. Change-Id: I42b412d3f7536180e959e268b68f2c292edda749
* gnu: guile-jwt: Update to 0.3.0.Ricardo Wurmus2024-05-06
| | | | | | | * gnu/packages/guile-xyz.scm (guile-jwt): Update to 0.3.0. [propagated-inputs]: Add guile-gcrypt. Change-Id: I694b63437f51121dd3440ccb32ce279583596586
* Revert "gnu: pcsc-lite: Update to 2.1.0."Ricardo Wurmus2024-05-06
| | | | | | | This reverts commit a8f0e8a31dd9b74a4f9950b3e2efe8dfeed5789a. It leads to 3799 dependent packages being rebuilt, so it's not suitable for the master branch.
* Revert "gnu: hwdata: Update to 0.378."Nicolas Goaziou2024-05-06
| | | | | | | | This reverts commit 7ed5a336bdbbe7499a040a6674327096fc433b69. This introduces too many rebuilds. It should be applied onte "core-updates" instead. Change-Id: I088b123776a8914be2d22762afcce5b48f346bf0
* gnu: Add emacs-devicetree-ts-mode.Aleksandr Vityazev2024-05-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-devicetree-ts-mode): New variable. Update copyright. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I6ab5a52d1aa045794f72edd3c810255f2e432038
* gnu: Add tree-sitter-devicetree.Aleksandr Vityazev2024-05-06
| | | | | | | * gnu/packages/tree-sitter.scm (tree-sitter-devicetree): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ia73316fa422be84a79e16f2fa40371853ae83570
* gnu: emacs-xyz: Add emacs-xref-union.Daniel Ziltener2024-05-06
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xref-union): New variable. Change-Id: Idea12ce6869f5244a873e933cf1135db284d2391 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: waybar: Update to 0.10.2.Picnoir2024-05-06
| | | | | | | | | | | * gnu/packages/wm.scm (waybar): Update to 0.10.2. 0.10.1 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.1. 0.10.2 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.2. The meson build has been stable for these two releases, no new/removed dependencies. Change-Id: I2359a2111a35041860172232722e6d91a1ff35e7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: wxmaxima: Update to 24.02.2.Andy Tai2024-05-06
| | | | | | | * gnu/packages/maths.scm (wxmaxima): Update to 24.02.2. Change-Id: I33cd6a3230a7d1672aadf942ad0b089dfa8603b0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tenacity: Update to 1.3.1.Andy Tai2024-05-06
| | | | | | | * gnu/packages/audio.scm (tenacity): Update to 1.3.1. Change-Id: Id06fb3e9283524341f30d961854d8e6f6df1543e Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: retroarch: Fix OpenGL core and Vulkan drivers.宋文武2024-05-06
| | | | | | | | * gnu/packages/emulators.scm (retroarch)[arguments]: Ignore check result for HAVE_GLSLANG_HLSL in the configure phase. Change-Id: I3ba110b834acca25ada0e680a6bcb879b4db96f4 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: qutebrowser: Add python-tldextract to inputs.Wilko Meyer2024-05-06
| | | | | | | * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-tldextract. Change-Id: I2c1cf1c71cf0e6ba01711d36fd38d3b09e242caa Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: highlight: Update to 4.11.chris2024-05-06
| | | | | | | | | | | | | * gnu/packages/pretty-print.scm (highlight): Update to 4.11. [source]: Switch to git-fetch. [home-page]: Switch to html page. [arguments]<#:make-flags>: Use #$output replace %output. <#:phases>: Use ‘this-package-input‘ to find lua and perl. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I0c402fcea5708c4882b52309b3e072301f0a5614