aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add go-github-com-ipfs-go-log.Artyom V. Poptsov2024-05-08
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-log): New variable. Change-Id: I5b5b1d594b5458a7ca156346c6a6dc3c8d5bd69d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-ipfs-go-log-v2.Artyom V. Poptsov2024-05-08
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-log-v2): New variable. Change-Id: Id6d85bfa883670345420c21937681ae2844f6263 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-ipfs-go-detect-race.Artyom V. Poptsov2024-05-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-detect-race): New variable. Change-Id: Ic65c12a717a50c4309bc89d29d158a43fbc0c81a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-ipfs-go-ipfs-util.Artyom V. Poptsov2024-05-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-util): New variable. Change-Id: Ic496282dc62b7c0d5bd9017aff6a3818b2661309 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: kubo: Unbundle go-bazil-org-fuse.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/ipfs.scm (kubo) [source]: Remove vendor/bazil.org. [inputs]: Add go-bazil-org-fuse. Change-Id: Ie55e609c15a6eaca7ec32521a55620bf674af240
* gnu: Add go-bazil-org-fuse.Sharlatan Hellseher2024-05-07
| | | | | | * gnu/packages/golang-xyz.scm (go-bazil-org-fuse): New variable. Change-Id: I933d90dca50110f53831febc81d587c14973934f
* gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/golang.scm: (go-git-sr-ht-emersion-go-scfg): Move from here ... * gnu/packages/golang-xyz.scm: ... to here Change-Id: I75cc680543313e41abc86e71d48a9be9e9ce694a
* gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.Sharlatan Hellseher2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I2b07dc198f6710680da0430e5f302893060e37b8
* gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/golang.scm (go-git-sr-ht-sircmpwn-getopt): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic53ec6828f7389326191b659dd16b623e6d1af43
* gnu: web: Remove syncthing module from used modules.Sharlatan Hellseher2024-05-07
| | | | | | | | | There is no more mudule from syncthing which needs to be imported anymore. * gnu/packages/web.scm: Remove (gnu packages syncthing) module. Change-Id: I688e72009e2daa5e75eaeaaeff9026ca888b266b
* gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Disable all tests. Change-Id: I7f340fd1e58edc0203068c762a1bbc798003a84b
* gnu: tmsu: Enable test suite.Sharlatan Hellseher2024-05-07
| | | | | | | | | | * gnu/packages/file-systems.scm (tmsu): Fail over to the project's Makefile targets. [arguments]: <#:go>: Use go-1.21. <#:phases>: Add 'adjust-makefile' phase. Use custom 'build, 'check and 'install phases. Change-Id: Ice920f2196123f1a1f1561879ab919bc0d4e8512
* gnu: sqls: Use go-1.21.Sharlatan Hellseher2024-05-07
| | | | | | | | | | | | | | | | | | | | | | | Merge all inputs into native-inputs since the output result of the package is an executable that does not require sources from Golang modules to be available after installation. * gnu/packages/databases.scm (sqls): [arguments]: <#:go>: Use go-1.21. [inputs]: Remove go-github-com-go-sql-driver-mysql, go-github-com-lib-pq, go-github-com-mattn-go-runewidth, go-github-com-mattn-go-sqlite3, go-github-com-olekukonko-tablewriter, go-github-com-pkg-errors, go-github-com-sourcegraph-jsonrpc2, go-golang-org-x-crypto, go-golang-org-x-xerrors, and go-gopkg-in-yaml-v2. [native-inputs]: Add go-github-com-go-sql-driver-mysql, go-github-com-lib-pq, go-github-com-mattn-go-runewidth, go-github-com-mattn-go-sqlite3, go-github-com-olekukonko-tablewriter, go-github-com-pkg-errors, go-github-com-sourcegraph-jsonrpc2, go-golang-org-x-crypto, go-golang-org-x-xerrors, and go-gopkg-in-yaml-v2. Change-Id: I9312a483dfa954b5f0ad4cfac04b5153570bf571
* gnu: Add go-github-com-msteinert-pam-v2.Sharlatan Hellseher2024-05-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam-v2): New variable. Change-Id: I7dfcb72703722f894eb52c603f02e64e7350f53a
* gnu: Add soju.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/irc.scm (soju): New variable.. Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I18b7e574339e98fdf2623338aac1635c8e727699
* gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to ↵Jesse Eisses2024-05-07
| | | | | | | | | | 2.0.0. * gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil): Update to 2.0.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ia9f1acacd337b95526ee0b9b7b31f1de598f30d3
* gnu: go-github-com-prometheus-client-golang: Update to 1.17.0.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Update to 1.17.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I4d3e9d3e61991f94fc2a7bd4b85e7d4010c4b508
* gnu: go-github-com-prometheus-common: Update to 0.45.0.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-common): Update to 0.45.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic03cdaf87253df869e1d791336189032fac0d625
* gnu: go-github-com-prometheus-client-model: Update to 0.5.0.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-client-model): Update to 0.5.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iebb57390b99a4ed2567588872a9745a69aae9ced
* gnu: Add go-gopkg-in-irc-v4.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/irc.scm (go-gopkg-in-irc-v4): New variable. Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ie1afdde3d1a23154e592445b5ce91e5918c6c822
* gnu: go-gopkg-in-irc-v3: Enable tests.Sharlatan Hellseher2024-05-07
| | | | | | | | | | * gnu/packages/irc.scm (go-gopkg-in-irc-v3): Enable tests, remove input lables. [propagated-inputs]: Remove go-github-com-stretchr-testify. [native-inputs]: Add go-github-com-stretchr-testify and python-irc-parser-tests. Change-Id: I83c8094e9417052781993c3cde900c47875a2029
* gnu: Add python-irc-parser-tests.Sharlatan Hellseher2024-05-07
| | | | | | * gnu/packages/irc.scm (python-irc-parser-tests): New variable. Change-Id: Iaffea626ed06e228562b3c92123d30c9712de7c3
* gnu: Add go-git-sr-ht-emersion-go-sqlite3-fts5.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-sqlite3-fts5): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Icb6f77b306ff5c8a816d8a42e90a1bf23115b38f
* gnu: Add go-git-sr-ht-sircmpwn-go-bare.Jesse Eisses2024-05-07
| | | | | | * gnu/packages/golang-xyz.scm (go-git-sr-ht-sircmpwn-go-bare): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iea3ac2489549fe4cb1b1ce216a998c30c9f996d6
* 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