aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: slirp4netns: Update to 1.2.3.Tomas Volf2024-02-14
| | | | | | | * gnu/packages/containers.scm (slirp4netns): Update to 1.2.3. Change-Id: I103b697069e631653e9063ee42456d0d0e898900 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: xf86-input-wacom: Update to 1.2.0.Alexey Abramov2024-02-14
| | | | | | | * gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.2.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I5f8cf8372c7242afd51375efe6baecf98a8b2ec9
* gnu: river: Add river.desktop file.Erik Eduardo2024-02-14
| | | | | | | | | * gnu/packages/zig-xyz.scm (river)[arguments]: Add 'install-wayland-session phase after 'install phase to install the river.desktop file inside share/wayland-sessions directory. Change-Id: I19fbcfa09a6b06ed602ec4be1b06cc6e2cd2a9a1 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add duckdb.Greg Hogan2024-02-14
| | | | | | | * gnu/packages/databases.scm (duckdb): New variable. Change-Id: Ic689dbd4bb91a2c806f846464e2af95be50cd069 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add r-box.Ricardo Wurmus2024-02-14
| | | | | | * gnu/packages/cran.scm (r-box): New variable. Change-Id: I5dc6f0ffae3dc3540d431f2533493f1eb82f75b7
* gnu: go-github-com-go-test-deep: Move to golang-check.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-github-com-go-test-deep): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I47fec9c4e399067494eb20c214a47958b3cf755d
* gnu: go-golang-org-x-oauth2: Add missing input.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-oauth2) [propagated-inputs]: Add go-cloud-google-com-go-compute-metadata. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ie89d4ebfcc3f78ff748b42bfd5ac6550f206280b
* gnu: go-github-com-twpayne-go-vfs: Add missing input.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-twpayne-go-vfs) [native-inputs]: Add go-github-com-stretchr-testify. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3c0c05d3488ff9ebfb56499565ff2bd5999fb484
* gnu: go-github-com-prometheus-procfs: Add missing input.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-procfs): Add missing input. [propagated-inputs]: Add go-golang.org-x-sync-errgroup. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-gotest-tools-assert: Add missing inputs.Troy Figiel2024-02-13
| | | | | | | | | | | * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and go-golang-org-x-tools. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I8b9e1dd43ce3a0866ccc2cddd6b14cf1ecd06a50
* gnu: go-github-com-playground-locales: Add missing input.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-playground-locales): Add missing input. [propagated-inputs]: Add go-golang-org-x-text. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-charmbracelet-bubbletea: Remove examples.Troy Figiel2024-02-13
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): Remove examples and tutorials. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic4ed211ae0fa0849770264ccc950a73d55cd70c4
* gnu: go-gopkg-in-mgo-v2: Add missing inputs.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Add missing inputs. [propagated-inputs]: Add go-gopkg.in-tomb.v2. [inputs]: Add cyrus-sasl. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-avast-retry-go: Remove examples.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-avast-retry-go): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I20107aa3c77add0f5645f8f3be5ca45de9ab1ed9
* gnu: go-github-com-goccy-yaml: Remove benchmarks.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-goccy-yaml): Remove benchmarks. [arguments] <#:phases>: Add remove-benchmarks phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I4249df3ab64d734ebf561e84f6bbc7ed50ff3a1b
* gnu: go-github-com-oneofone-xxhash: Remove benchmarks.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-oneofone-xxhash): Remove benchmarks. [arguments] <#:phases>: Add remove-benchmarks phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I68db9ff67e5d48e932e01509c26e9ce545cda5e6
* gnu: go-github-com-cespare-xxhash: Remove benchmarks.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash) [source]: Remove benchmarks. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iabfcb76235206ffc2a9afb8d3cf185ebba99b59c
* gnu: go-gopkg-in-djherbis-times-v1: Remove examples.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-gopkg-in-djherbis-times-v1) [source]: Remove examples. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic015391ab1962e9bbc60360ef3403daba20471d6
* gnu: go-github-com-goccy-go-json: Remove benchmarks.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]: Remove benchmarks. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I5560cbb4ff0672e93d3d4daccb7a4078d35fd967
* gnu: go-golang-org-sql-mock: Remove examples.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang-check.scm (go-golang-org-sql-mock) [source]: Remove examples. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I51454ed64c9beda076120d9ef635a43e4b85d6a1
* gnu: go-github-com-macronut-go-tproxy: Remove examples.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-macronut-go-tproxy) [source]: Remove examples. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Icee19c7f087d3d12da00861c85950b598c5a2600
* teams: Add Sugar team.Ricardo Wurmus2024-02-13
| | | | | | * etc/teams.scm (sugar): New team; add Ricardo to it. Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
* gnu: Add sugar-turtleart-activity.Ricardo Wurmus2024-02-13
| | | | | | * gnu/packages/sugar.scm (sugar-turtleart-activity): New variable. Change-Id: I232ff10c1d9b41591f89eb24ff9fa8974322a039
* gnu: gcc-4.8: Fix building.Efraim Flashner2024-02-13
| | | | | | | | | | | * gnu/packages/gcc.scm (gcc-4.7)[arguments]: Adjust configure-flags to build gcc-4.8 using the C++03 standard. (gcc-4.8)[arguments]: Add a phase to remove the current gcc's C++ headers from the CPLUS_INCLUDE_PATH. (gcc-4.9)[arguments]: Inherit from gcc-4.8. (gcc-6)[arguments]: Inherit from gcc-4.7. Change-Id: Ibec0683e8385ae011e6a809c664cb679f1a35b80
* teams: go: Add all related files to the scope.Sharlatan Hellseher2024-02-13
| | | | | | * etc/teams.scm (go): Add regex search for any golang files. Change-Id: Ia6c95d8d49863de0381a907ca6309fa22d22927e
* gnu: go-github.com-ulikunitz-xz: Move to golang-compression.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-github.com-ulikunitz-xz): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-compression) module. * gnu/packages/bioinformatics.scm: As above. Change-Id: I1901e67ac4336efd356085332572b3f09de90f7a
* gnu: go-github-com-andybalholm-brotli: Move to golang-compression.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-github-com-andybalholm-brotli): Move from here ... * gnu/packages/golang-compression.scm: ... to here. Change-Id: I820b0211b1fe4d90643e82fc32a99d8e8b6a9b0f
* gnu: go-github-com-klauspost-compress: Move to golang-compression.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-klauspost-compress): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/golang-compression.scm: Add (gnu packages golang-compression) module. * gnu/packages/golang-crypto.scm: As above. * gnu/packages/golang-web.scm: As above. * gnu/packages/uucp.scm: As above. Change-Id: Ia99f1e6aae7f75940fc150eb02862c0b3e9f3325
* gnu: go-golang-org-x-crypto: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-crypto): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-build) module. * gnu/packages/crypto.scm: As above. Change-Id: I5daad7fe90e1507958fe73c04fc043ebbc006395
* gnu: go-golang-org-x-image: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-image): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/game.scm: Add (gnu packages golang-build) module. Change-Id: Icd0b303d8f7544f6eae10ac30d7bd01779abaede
* gnu: go-golang-org-x-tools: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-golang-org-x-tools): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: Ib9a69a5dab73b6f9d935fd0216658f5e4f8cf1f8
* gnu: go-github-com-yuin-goldmark: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-github-com-yuin-goldmark): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: If553b4a00b288a913d1d54da8b5b52eab87bb277
* gnu: go-golang-org-x-text: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-text): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-build) module. * gnu/packages/bioinformatics.scm: As above. * gnu/packages/mail.scm: As above. Change-Id: Ifd15b35b460ae30c5c1d677551e95842b322b246
* gnu: go-golang-org-x-time: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-time): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/high-availability.scm: Add (gnu packages golang-build) module. Change-Id: I2f2704501b19d991d153c6d8636e1f9fc4cf154b
* gnu: go-golang-org-x-term: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-term): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/disk.scm: Add (gnu packages golang-build) module. * gnu/packages/image-viewers.scm: As above. Change-Id: Ibdb637bb129437ef74a0270fd44edc8804bb3055
* gnu: go-golang-org-x-sync: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-golang-org-x-sync): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I28b72dc45116398512c0255ac9e06b9c539e9e7b
* gnu: go-golang.org-x-sync-errgroup: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-golang.org-x-sync-errgroup, go-golang.org-x-sync-semaphore): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-build) module. Change-Id: Ie886c0f44e0a70629e23371b447f5a35006ade21
* gnu: go-golang-org-x-xerrors: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-golang-org-x-xerrors): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I68c9aa1607d71d08eb7ea4e5caf27121cdd0df4c
* gnu: go-golang-org-x-mod: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-mod): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/shellutils.scm: Add (gnu packages golang-build) module. Change-Id: I88ce7ac1e264cb545a272f9c8a485747e84f7c82
* gnu: go-golang-org-x-exp: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-golang-org-x-exp): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I2253ac166a8830662360b14cec0fa301686dac22
* gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-bitly-go-hostpool): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ia314e6134f229c004f23d99a9c42dbd0adf105f8
* gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-bitly-timer-metrics): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Id30d1add9ccbfbc05af114f6ccf82f353a7aa74b
* gnu: go-github-com-blang-semver: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-blang-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/education.scm: Add (gnu packages golang-xyz) module. * gnu/packages/ipfs.scm: As above. Change-Id: I620543088661512bcc8135922a454c5f2dc73119
* gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-bmizerany-perks-quantile): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I215d8f1f2710bd21ad9a251e4cb029064a0968f6
* gnu: go-github-com-burntsushi-toml: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/golang.scm: As above. * gnu/packages/shellutils.scm: As above. Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1
* gnu: go-github-com-davecgh-go-spew: Move to golang-check.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-davecgh-go-spew): Move from here ... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/high-availability.scm: Add (gnu packages golang-check) module. Change-Id: I935006c3656b7bf18b91e529296778672338f094
* gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-nsqio-go-diskqueue): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2051eb1f8a40eeab9c8cc96c540413f5818dd78e
* gnu: go-github-com-nsqio-go-nsq: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-nsqio-go-nsq): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie718c9943dd527281b30c78ab4e23adc764289c1
* gnu: go-github-com-mreiferson-go-svc: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | * gnu/packages/golang.scm (go-github-com-mreiferson-go-svc): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I21f1d5f651fb09a3716cbcdb48aaf7f8dd37384d
* gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7