aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gst-plugins-bad: Remove ineffective substitution.Liliana Marie Prikler2023-06-25
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[adjust-tests]: Remove the substitution that was commmented to be “no longer effective”.
* gnu: shared-mime-info: Add doc output.Bruno Victal2023-06-25
| | | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info[#:phases]: Add ‘install-doc’. [outputs]: Add “doc”. [native-inputs]: Add docbook-xml-4.1.2, docbook-xsl and xmlto. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: shared-mime-info: Update to 2.2.Bruno Victal2023-06-24
| | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.2. [source]: Use git-fetch. [build-system]: Use meson-build-system. [arguments]<#:parallel-build?>: Removed argument. <#:phases>: Replace ‘patch-source-shebangs’ with a version that skips mime detection checks. [native-inputs]: Drop labels. Add python and xdgmime. Remove itstool. * gnu/packages/patches/shared-mime-info-xdgmime-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add xdgmime.Bruno Victal2023-06-24
| | | | | | | | This package is only used for testing shared-mime-info, and thus not exported. * gnu/packages/freedesktop.scm (xdgmime): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: shared-mime-info: Move to (gnu packages freedesktop).Bruno Victal2023-06-24
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (shared-mime-info): Move to … * gnu/packages/freedesktop.scm: … here. * gnu/packages/gnuzilla.scm: Use (gnu packages freedesktop). * gnu/packages/kde-games.scm: Ditto. * gnu/packages/kde-multimedia.scm: Ditto. * gnu/packages/kde-pim.scm: Ditto. * gnu/packages/kde-utils.scm: Ditto. * gnu/packages/maths.scm: Ditto. * gnu/packages/mp3.scm: Ditto. * gnu/packages/ruby.scm: Ditto. * guix/profiles.scm (xdg-mime-database): Adjust to new location. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-06-24
|\
| * gnu: darktable: Update to 4.4.0.John Kehayias2023-06-22
| | | | | | | | | | | | * gnu/packages/photo.scm (darktable): Update to 4.4.0. [native-inputs]: Replace clang-11 and llvm-11 with clang and llvm, respectively. Darktable no longer builds with older versions.
| * guix: node-build-system: Delete from peerDependencies too.Lars-Dominik Braun2023-06-22
| | | | | | | | | | | | | | | | | | | | The current version of npm in Guix installs peerDependencies by default, whereas previously it would just warn about missing/wrong packages. Fixes <https://issues.guix.gnu.org/issue/64203>. * guix/build/node-build-system.scm (delete-dependencies): Remove supplied dependencies from peerDependencies field too.
| * gnu: sambamba: Fix building.Efraim Flashner2023-06-22
| | | | | | | | | | * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove ld-gold-wrapper, bintutils-gold. Remove input labels.
| * gnu: wlsunset: Update to 0.3.0.jgart2023-06-21
| | | | | | | | * gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
| * gnu: purescript: Update to 0.15.9.jgart2023-06-21
| | | | | | | | | | * gnu/packages/purescript.scm (purescript): Update to 0.15.9. [arguments]: Break line to satisfy the linter.
| * gnu: sc-im: Update to 0.8.3.jgart2023-06-21
| | | | | | | | | | | | * gnu/packages/networking.scm (sc-im): Update to 0.8.3. [arguments]: Use modern style, patch bash path, and enable tests. [native-inputs]: Add bash-minimal and valgrind.
| * gnu: opensmtpd: Update to 7.3.0p0.Tobias Geerinckx-Rice2023-06-18
| | | | | | | | | | | | * gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0. [arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase. Don't explicitly return #t from remaining phases.
| * uuid: Fix NTFS UUID stringification.Tobias Geerinckx-Rice2023-06-18
| | | | | | | | | | | | | | | | | | | | Previously, (ntfs-uuid->string (string->ntfs-uuid"5234ED0D34ECF53F")) would yield "5234EDD34ECF53F". Reported by sughosha in #guix. * gnu/system/uuid.scm (ntfs-uuid->string): Pad hex bytes with zero when needed.
| * gnu: Add anarch.宋文武2023-06-21
| | | | | | | | * gnu/packages/games.scm (anarch): New variable.
| * gnu: Add tomlc99.Jean-Pierre De Jesus DIAZ2023-06-21
| | | | | | | | | | | | | | * gnu/packages/c.scm (tomlc99): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: mazo: Update to 1.1.0.Luis Felipe2023-06-21
| | | | | | | | | | | | | | | | * gnu/packages/education.scm (mazo): Update to 1.1.0. [propagated-inputs]: Add adwaita-icon-theme and dbus. [propagated-inputs]: Change gtk+ to gtk. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: go-github-com-gdamore-tcell: Update to 2.6.0Nguyễn Gia Phong2023-06-21
| | | | | | | | | | | | gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.Nguyễn Gia Phong2023-06-21
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. (go-github.com-mattn-go-runewidth): Remove, and change users to to refer to 'go-github-com-mattn-go-runewidth'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add xiate.Mekeor Melire2023-06-21
| | | | | | | | | | | | * gnu/packages/terminals.scm (xiate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add guile-ffi-cblas.Ludovic Courtès2023-06-21
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-ffi-cblas): New variable.
| * news: Fix typo.Ludovic Courtès2023-06-21
| | | | | | | | * etc/news.scm: Fix typo in French version.
| * gnu: python-dask: Add missing input.Ricardo Wurmus2023-06-20
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-dask)[propagated-inputs]: Add python-import-metadata.
| * gnu: python-keras: Update to 2.3.1.Ricardo Wurmus2023-06-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-keras-integration-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/machine-learning.scm (python-keras): Update to 2.3.1. [source]: Remove patch; update snippet. [arguments]: Add build phase 'tf-compatibility; add phase 'hdf5-compatibility; rename phase 'remove-tests-for-unavailable-features to 'delete-unavailable-backends; update 'check phase to disable tests that cannot be repaired or are flaky. [native-inputs]: Add python-flaky, python-markdown, and python-pyux.
| * gnu: tensorflow: Patch one more instance of "collections".Ricardo Wurmus2023-06-20
| | | | | | | | | | | | * gnu/packages/machine-learning.scm (tensorflow)[arguments]: Add one more patch of "collections" to "collections.abc" to the 'python3.10-compatibility phase.
| * gnu: tensorflow: Drop trailing #T from build phase.Ricardo Wurmus2023-06-20
| | | | | | | | | | * gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove #T from 'set-source-file-times-to-1980 phase.
| * gnu: tensorflow: Patch for numpy >= 1.23.Ricardo Wurmus2023-06-20
| | | | | | | | | | * gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove np.asscalar in 'python3.10-compatibility phase.
| * gnu: tensorflow: Drop package labels from propagated-inputs.Ricardo Wurmus2023-06-20
| | | | | | | | * gnu/packages/machine-learning.scm (tensorflow)[propagated-inputs]: Drop labels.
| * gnu: python-pyvista: Update to 0.39.1.Paul A. Patience2023-06-20
| | | | | | | | | | | | | | * gnu/packages/python-science.scm (python-pyvista): Update to 0.39.1. [propagated-inputs]: Add python-pooch, remove python-appdirs. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: recastnavigation: Update to 1.6.0.Kaelyn Takata2023-06-20
| | | | | | | | | | | | * gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: fvwm: Update to 2.7.0.Andy Tai2023-06-20
| | | | | | | | | | | | * gnu/packages/fvwm.scm (fvwm): Update to 2.7.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: fnott: Update to 1.4.0.kiasoc52023-06-20
| | | | | | | | | | | | * gnu/packages/wm.scm (fnott): Update to 1.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: celluloid: Update to 0.25.kiasoc52023-06-20
| | | | | | | | | | | | * gnu/packages/video.scm (celluloid): Update to 0.25. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: batsignal: Update to 1.6.4.kiasoc52023-06-20
| | | | | | | | | | | | * gnu/packages/monitoring.scm (batsignal): Update to 1.6.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: audacity: Update to 3.3.3.kiasoc52023-06-20
| | | | | | | | | | | | * gnu/packages/audio.scm (audacity): Update to 3.3.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: barrage: Update to 1.0.7.Cairn2023-06-20
| | | | | | | | | | | | * gnu/packages/games.scm (barrage): Update to 1.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: ltris: Update to 1.2.6.Cairn2023-06-20
| | | | | | | | | | | | * gnu/packages/games.scm (ltris): Update to 1.2.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: zeal: Update to 0.6.1-1.1cfa7c6.michaeldelago2023-06-20
| | | | | | | | | | | | * gnu/packages/documentation.scm (zeal): Update to 0.6.1-1.1cfa7c6. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: guile-next: Update to 3.0.9-0.aa2cfe7.Christopher Baines2023-06-20
| | | | | | | | * gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
| * gnu: ruby-ptools: Update to 1.5.0.Christopher Baines2023-06-20
| | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-ptools): Update to 1.5.0. [arguments]: Update style and adjust. [native-inputs]: Add ruby-rspec.
| * gnu: bioruby: Update to 2.0.4.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/bioinformatics.scm (bioruby): Update to 2.0.4. [arguments]: Update style.
| * gnu: ruby-commander: Update to 4.6.0.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-commander): Update to 4.6.0. [arguments]: Update style.
| * gnu: ruby-debug-inspector: Update to 1.1.0.Christopher Baines2023-06-20
| | | | | | | | | | | | * gnu/packages/rails.scm (ruby-debug-inspector): Update to 1.1.0. [arguments]: Update style. [native-inputs]: Add ruby-rake-compiler.
| * gnu: ruby-hocon: Update to 1.4.0.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-hocon): Update to 1.4.0. [arguments]: Update style.
| * gnu: ruby-memory-profiler: Update to 1.0.1.Christopher Baines2023-06-20
| | | | | | | | * gnu/packages/ruby.scm (ruby-memory-profiler): Update to 1.0.1.
| * gnu: ruby-mkmf-lite: Update to 0.5.2.Christopher Baines2023-06-20
| | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-mkmf-lite): Update to 0.5.2. [arguments]: Avoid the rubocop dependency. [native-inputs]: Add ruby-rspec.
| * gnu: ruby-powerpack: Update to 0.1.3.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-powerpack): Update to 0.1.3. [arguments]: Update style.
| * gnu: ruby-pry-doc: Update to 1.4.0.Christopher Baines2023-06-20
| | | | | | | | * gnu/packages/ruby.scm (ruby-pry-doc): Update to 1.4.0.
| * gnu: ruby-range-compressor: Update to 1.2.0.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-range-compressor): Update to 1.2.0. [arguments]: Update style.
| * gnu: ruby-rjb: Update to 1.6.7.Christopher Baines2023-06-20
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-rjb): Update to 1.6.7. [arguments]: Update style.