summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-03-06gnu: Add go-github-com-tklauser-go-sysconf.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-tklauser-go-sysconf): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: Add go-github-com-tklauser-numcpus.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-tklauser-numcpus): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-07gnu: emacs-ess: Disable two bad tests.Ricardo Wurmus
These tests used to be disabled before and they do still fail. * gnu/packages/statistics.scm (emacs-ess)[arguments]: Disable two more tests. Change-Id: I44a18b43d4fa6af2c9244bb8f3697a01c6c8d255
2024-03-06gnu: r-with-tests: Update to 4.3.3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.3. Change-Id: Ida43d1e7f747245b01aa6fc73716b79611f0bbfd
2024-03-06gnu: libtheora: Fix cross-compiling to riscv64-linux.Zheng Junjie
* gnu/packages/xiph.scm (libtheora): [native-inputs]: When cross compiling to riscv64-linux-gnu, add config. [arguments]: When target riscv64-linux-gnu, add update-config phase. Change-Id: Ie055cd4f6cb9d2a4601b93d1f9db227598349c7c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-06gnu: libtheora: Use Gexps.Zheng Junjie
* gnu/packages/xiph.scm (libtheora): Use Gexps. Change-Id: Ie055cd4f6cb9d2a4601b93d1f9db227598349c7c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-06gnu: home: dotfiles: Properly support both plain and Stow directory layouts.Giacomo Leidi
Fixes <https://issues.guix.gnu.org/68848>. The current implementation of the home-dotfiles-service-type contradicts the Guix manual. This patch properly implements both the plain and Stow dotfiles directory layouts. It does so by refactoring home-dotfiles-configuration adding a new packages field to support GNU Stow's users workflow and introducing a new layout field to switch between the two directory layouts. * gnu/home/services/dotfiles (home-dotfiles-configuration): Migrate to (gnu services configuration); [packages]: new field; [layout]: new field; (strip-stow-dotfile): new variable; (strip-plain-dotfile): new variable; (home-dotfiles-configuration->files): use the new fields; [directory-contents]: allow for selecting a subset of application dotfile directories; * doc/guix.texi: document the new layouts. Change-Id: I2e96037608353e360828290f055ec5271cfdfd48 Signed-off-by: Ludovic Courtès <ludo@gnu.org>