aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2024-03-07gnu: xonsh: Update to 0.15.1arkhan
* gnu/packages/shells.scm (xonsh): Update to 0.15.1 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-03-07gnu: guix-data-service: Update to 0.0.1-45.5f80856.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-45.5f80856. Change-Id: I8ca137ee0088a6eb453306f9a7e6d8f9f8225d71
2024-03-07gnu: guix-build-coordinator: Update to 0-98.1c80525.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-98.1c80525. Change-Id: Ia590600c2112b39f4ceced5734d7ed46f9045a46
2024-03-07gnu: bffe: Update to 0-4.006b96a.Christopher Baines
* gnu/packages/package-management.scm (bffe): Update to 0-4.006b96a. Change-Id: Ie3a41c8ccad89ec746cd621088d1e45499e3d52a
2024-03-07gnu: clang-properties: Add micro-architecture support for powerpc64le.Efraim Flashner
* gnu/packages/llvm.scm (clang-properties): Add entry for powerpc64le. Change-Id: I89f300922270a1f35aa08e73e62d90843bd902c8
2024-03-07gnu: clang-properties: Update x86_64 micro-architectures.Efraim Flashner
* gnu/packages/llvm.scm (clang-properties): Add entries on x86_64 for versions 17, 16, 15, 13, 9 and remove entry for version 10. Change-Id: I93149c30f011c6de8ff0cc2c2b6f0186540359cd
2024-03-07cpu: Enable tuning for i686-linux.Efraim Flashner
* gnu/packages/gcc.scm (gcc-7, gcc-10, gcc-11, gcc-12, gcc-13) [properties]: In compiler-cpu-architectures use the x86_64-micro-architectures list for i686. * guix/cpu.scm (cpu->gcc-architecture): Expand the x86_64 case to also support i686. Change-Id: I0b820ceb715960db5e702814fa278dc8c619a836
2024-03-07cpu: Rename x86-64-v1 to x86-64.Efraim Flashner
This is the actual micro-architecture designation used by compilers. * gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Rename x86-64-v1 to x86-64. * gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Same. * guix/cpu.scm (cpu->micro-architecture-level): Same. (gcc-architecture->micro-architecture-level): Same. Change-Id: I19ed556a7e8deb4a77f4c63fca3b794f25092788
2024-03-07cpu: Be consistent with x86_64 micro-architecture names.Efraim Flashner
* gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Rename micro-architectures from x86_64-v* to x86-64-v*. * guix/cpu.scm (cpu->gcc-architecture): Return x86-64 as the fallback. (cpu->micro-architecture-level): Rename micro-architectures from x86_64-v* to x86-64-v*. (gcc-architecture->micro-architecture-level): Same. Change-Id: I37db65970417c22699ae8097b0361bccf76c1267
2024-03-07gnu: libvorbis: Mark as tunable.Efraim Flashner
* gnu/packages/xiph.scm (libvorbis)[properties]: Mark package as tunable. Change-Id: Ie378a8c671ba6408a137e3c27824cb17671cafe3
2024-03-07gnu: opus: Mark as tunable.Efraim Flashner
* gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable. Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc
2024-03-07gnu: Add guix-backgrounds.Efraim Flashner
* gnu/packages/package-management.scm (guix-backgrounds): New variable. Change-Id: If6159ed955877c42452b5ab6d853d3bf8687cde0
2024-03-07gnu: guix-icons: Clean-up package.Efraim Flashner
* gnu/packages/package-management.scm (guix-icons): Don't inherit from guix. [inputs]: Remove field. [home-page]: Use Guix's home-page. [license]: Update to cc-by-sa4.0. Change-Id: Icc14bd16a1746a6d1f95260a0da5f8f5bf7494a7
2024-03-07gnu: emacs-ox-tufte: Simplify test invocation.Suhail Singh
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Simplify the test invocation using the --use-emacsloadpath option in emacs-eldev@1.9. Change-Id: Ie61a336251b2670872cc8d049cc1c62284b7f350 Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-03-07gnu: emacs-eldev: Update to 1.9.Suhail Singh
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.9. Change-Id: I364f261a5d332793d7dd0b789e32a993fa749bd4 Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-03-06gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ife07c1ca7b0ba7241955767ebd2430a8e60aec90
2024-03-06gnu: go-github-com-hashicorp-hcl: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I431689059384d203cdb1c2d40f16ef9c5958b5ab
2024-03-06gnu: go-github-com-hashicorp-go-version: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Fix indentation. Change-Id: Ib6f81057c9434097209875b91806703695c5089c
2024-03-06gnu: go-github-com-hashicorp-go-version: Update to 1.6.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-version): Update to 1.6.0. Change-Id: I964c450d42a436bf093222c90abadcaf84b2968d
2024-03-06gnu: go-github-com-hashicorp-go-version: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ica0c069e90ade97efbbb201f36d92ff70bad1c8b
2024-03-06gnu: go-github-com-spf13-viper: Remove input labels.Sharlatan Hellseher
* gnu/package/golang.scm (go-github-com-spf13-viper) [propagated-inputs]: Remove input labels. Change-Id: I0c8c616b9b44a2fd21f83dbfb609fe1bd861d657
2024-03-06gnu: go-github-com-hashicorp-go-uuid: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-uuid): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib97abb60b716c971bb54144d7d1ea015211e1ed4
2024-03-06gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-syslog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iae1acbde5fcccb7879944dbcbda8a32672478f6a
2024-03-06gnu: Add go-github-com-hashicorp-go-multierror.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-multierror): New variable. Change-Id: I6b09a52dc314c4cc6903690738debf4b6c99393f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-hashicorp-errwrap.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-errwrap): New variable. Change-Id: I4a0e7c23f9aaab4e29c81a68d976dafcd86dd2d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-cskr-pubsub.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-cskr-pubsub): New variable. Change-Id: Ia0a3d5b86cdaad45b6b58af9441b1ea3396ec056 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-go-uber-org-zap: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-go-uber-org-zap): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/radio.scm: Add (gnu packages golang-xyz) module. Change-Id: Id4de6cb4714b9b28e43e5aecabf5b32684f1a370
2024-03-06gnu: kubo: Update to 0.22.0.Artyom V. Poptsov
* gnu/packages/ipfs.scm (kubo): Update to 0.22.0. Change-Id: Iee640c01024a399bdf2b9c6e07ef6951e5567f54 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-go-uber-org-zap: Update to 1.24.0.Artyom V. Poptsov
* gnu/packages/golang.scm (go-go-uber-org-zap): Update to 1.24.0. Change-Id: I3028c065ac71ca3accd2789f491829e466068cc2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-spf13-afero: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-spf13-afero): Add missing input. [propagated-inputs]: Add go-github-com-pkg-sftp. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If428fdf82c191ce3e408053886c5ec726e9644df
2024-03-06gnu: Add go-github-com-pkg-sftp.Troy Figiel
* gnu/packages/golang-web.scm (go-github-com-pkg-sftp): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: sqls: Add missing inputs.Troy Figiel
* gnu/packages/databases (sqls): Add missing inputs. [native-inputs]: Add go-github-com-google-go-cmp-cmp and go-github-com-k0kubun-pp. * gnu/packages/databases: Add (gnu packages golang-xyz) module. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-k0kubun-pp.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-pp): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-ugorji-go-codec.Troy Figiel
* gnu/packages/golang-web.scm (go-github-com-ugorji-go-codec): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-nwaples-rardecode-v2.Troy Figiel
* gnu/packages/golang-compression.scm (go-github-com-nwaples-rardecode-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github.com-ulikunitz-xz: Adjust name.Sharlatan Hellseher
* gnu/packages/golang-compression.scm (go-github.com-ulikunitz-xz): Rename variable to go-github-com-ulikunitz-xz to follow golang naming style. * gnu/packages/admin.scm (fiano) [inputs]: Remove go-github.com-ulikunitz-xz. Add go-github-com-ulikunitz-xz. * gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-cram) [propagated-inputs]: Remove go-github.com-ulikunitz-xz. Add go-github-com-ulikunitz-xz. Change-Id: Id2f2556666c4f9a08e0203f5ca7eb8352c492051
2024-03-06gnu: Add go-github-com-hhrutter-tiff.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-hhrutter-tiff): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-hhrutter-lzw.Troy Figiel
* gnu/packages/golang-compression.scm (go-github-com-hhrutter-lzw): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-dave-jennifer.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-dave-jennifer): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-vividcortex-ewma: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iabf8a6ee15240c0817d80584a34e80dcbce1c974
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang.scm (go-github-com-cheggaaa-pb): Remove variable. Change-Id: Ieddfddfec841e5b35c14002dbfe8655a7b5dec0f
2024-03-06gnu: go-github-com-vividcortex-ewma: Update description.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma) [description]: Provide link to a wiki page sourced from the project's README. Change-Id: I0520b0502f676b8891ddd746774acd483358b95e
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs.Troy Figiel
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Remove unnecessary inputs. [propagated-inputs]: Remove go-golang-org-x-sys and go-github-com-rivo-uniseg. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Enable tests.Troy Figiel
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Enable tests. [arguments] <#:tests?>: Set to true. <#:unpack-path>: Set unpack-path to the repository root. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic8b64dcf4717ff6a163d8a674e5e7c2c6d162b98
2024-03-06gnu: go-github-com-vividcortex-ewma: Fix import-path.Troy Figiel
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Fix import-path. [arguments]<#:import-path>: Use proper capitalization. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-shirou-gopsutil-v3.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-shirou-gopsutil-v3): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ibbfe76f0a56daf76fc4a4ecd844b445e9355a7ce
2024-03-06gnu: go-github-com-shirou-gopsutil: Reformat with guix style.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-shirou-gopsutil): Reformat with guix style. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-shirou-gopsutil: Update to 2.21.11.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-shirou-gopsutil): Update to 2.21.11. [arguments]: Fix tests. <#:go>: Update to go-1.18. <#:phases>: Add 'remove-v3 and 'remove-failing-tests phases. [propagated-inputs]: Add go-golang-org-x-sys. [native-inputs]: Add go-github-com-stretchr-testify and procps. * gnu/packages/golang-xyz.scm: Add (gnu packages linux) module. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-shirou-gopsutil: Move to golang-xyz.Troy Figiel
* gnu/packages/golang.scm (go-github-com-shirou-gopsutil): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-numcpus.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-numcpus): New variable. Change-Id: I2edb2f355fd14f2f9a470c91519e7fe1581cc243