me
/
guix
Archived
1
0
Fork 0
Commit Graph

123353 Commits (682d13bf39be314140e23ff8a875ea7ccdc11331)

Author SHA1 Message Date
Nicolas Goaziou 3cb1f0fd02
gnu: emacs-datetime: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-datetime)[description]: Use a full sentence.

Change-Id: If91529b485cfed49b4cc23ee31278b2befe43944
2024-04-06 16:49:02 +02:00
Nicolas Goaziou e2995c11a1
gnu: emacs-datetime: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.10.

Change-Id: Id49133d32b8fe3d66228ee4a70abffb3b8ad07a3
2024-04-06 16:49:02 +02:00
Nicolas Goaziou 70335d7e4e
gnu: emacs-corfu: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.3.

Change-Id: Id870c18b4b303c40513cb00aa78b6b8d9ff1ac49
2024-04-06 16:49:02 +02:00
Nicolas Goaziou 73831eb72e
gnu: emacs-company-emoji: Update to 3.0.0.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 3.0.0.
[source]<origin>: Switch to Codeberg.

Change-Id: I98ac3fa105e27daff5c7a84216dbb22ad543991e
2024-04-06 16:49:02 +02:00
Nicolas Goaziou 539058049a
gnu: emacs-buttercup: Update to 1.35.
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.35.

Change-Id: I3665731182e4e1f0ee73ebe0f0bd2521e1e154fe
2024-04-06 16:49:01 +02:00
Nicolas Goaziou 8532d07466
gnu: emacs-devdocs: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.6.1.

Change-Id: I14e5ec6be446cea29ce538964adaee6a808a57ff
2024-04-06 16:49:01 +02:00
Nicolas Goaziou abf9cf4a52
gnu: emacs-tramp: Update to 2.6.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.3.

Change-Id: I3f5c1efa05635ee21bc66f871eeb5a75d448d333
2024-04-06 16:48:56 +02:00
Ludovic Courtès 9b50a35fc0
gnu: Add missing import.
Fixes a regression introduced in dccc807eb2.

* gnu/packages/irc.scm: Add missing import.

Change-Id: I2b015939ba57ee61532b99c8e88e39217fa1cdd1
2024-04-06 15:50:04 +02:00
Ludovic Courtès 91e1a457b5
services: guix: Gracefully handle dangling symlink for ‘machines.scm’.
Previously, if /etc/guix/machines.scm was a dangling symlink, it would
be kept (because ‘file-exists?’ would return #f) and thus the following
‘symlink’ call would throw with EEXIST.

* gnu/services/base.scm (guix-machines-files-installation): Use ‘lstat’
rather than ‘file-exists?’.

Change-Id: I07c7eed842dacabbd19ae2a17ac3e59cf26e46b2
2024-04-06 15:14:58 +02:00
Sharlatan Hellseher 0b941ea062
gnu: packages: code: Add golang module back.
Fix CI as seen in <https://ci.guix.gnu.org/eval/1229755>.

* gnu/packages/code.scm: Add golang module back, required for
automatic-component-toolkit.

Change-Id: I5e099f769e7edf5735e2119e65fd37619fe4760e
2024-04-06 14:10:02 +01:00
Sharlatan Hellseher 732bab5d32
gnu: packages: backup: Sort use-module alphabetically.
* gnu/packages/backup.scm: Sort use-module alphabetically to ease
maintenance.

Change-Id: Ibe5288440edbe74d34f528a5867184d551f49e80
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher 4259ca9925
gnu: countdown: Remove input labels.
* gnu/packages/time.scm (countdown) [native-inputs]: Remove labels.

Change-Id: Ic2ebb39885ae351da5987721f92c1e21e1e15b58
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher bc4a097d8b
gnu: countdown: Update to 1.5.0.
* gnu/packages/time.scm (countdown): Update to 1.5.0.
[native-inputs]: Remove go-github-com-mattn-go-runewidth.

Change-Id: I6a1267721abf2fd1dde4cfe75ddf40a7cb1ed6ed
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher 702d01a596
gnu: tz: Refresh package style.
* gnu/packages/time.scm (tz): [arguments]: Swap to list
style. <#:phases>: Swap to default 'check phase. Set <#:install-source?>
to #t.
[inputs]: Remove labels.
[description]: Fix indentation.

Change-Id: Id375585c926535015f5c4b8b9964fa455de7ca41
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher 0c1f85084a
gnu: tz: Update to 0.7.0.
* gnu/packages/time.scm (tz): Update to 0.7.0.
[inputs]: Add go-github-com-tkuchiki-go-timezone.

Change-Id: I6984763a1235f79f5845b79eada0134a5c20f236
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher 4117a463dc
gnu: Add go-github-com-tkuchiki-go-timezone.
* gnu/packages/golang-xyz.scm (go-github-com-tkuchiki-go-timezone): New variable.

Change-Id: Iab9a96c7a8224b5c0b7dbcab75dcc4dcf45e5699
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 6533ff252a
gnu: lf: Refresh package style.
* gnu/packages/disk.scm (lf): Adjust indentation.
[arguments]: Use list style. Add <#:install-source?>.
[native-inputs]: Sort alphabetically, move after arguments.
[description]: Use texinfo style, adjust indentation.

Change-Id: I7ce733139ca9a1514329cc1034de8f21c100b855
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 0243721fb9
gnu: lf: Update to 31.
* gnu/packages/disk.scm (lf): Update to 31.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Remove go-github-com-gdamore-tcell-v2-2.3; add
go-github-com-gdamore-tcell-v2 and go-github-com-djherbis-times.

* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): Remove
variable.

Change-Id: I02f675eeb74a2a08dd153ca64619bd6a8f23943c
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 34e21fac4f
gnu: Add go-github-com-djherbis-times.
* gnu/packages/golang-xyz.scm (go-github-com-djherbis-times): New
variable.

Change-Id: I5584f32a5ce384cc6ec1c742cf6606b26e6578fe
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher ace24a2765
gnu: go-github-com-songmu-gitconfig: Update to 0.1.1.
* gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig): Update
to 0.1.1.
[source]: Use direct URL string instead of home-page.
[home-page]: Move above synopsis.

Change-Id: I6669bd6a3d25ae652b2d20441a29fdc3e0a318f7
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 59a8b156a8
gnu: go-github-com-mattn-go-pointer: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Fix
indentation.

Change-Id: I15669131fdeaf519458c40e49954529c5fea7c72
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 490d31d7fd
gnu: go-github-com-mattn-go-pointer: Update to 0.0.1.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Update to 0.0.1.

Change-Id: I8a3d5f1cf5e8ae96e7c506ca1d28ee7c95a680ff
2024-04-06 13:14:44 +01:00
Fries cf4f87986a
gnu: Add scc
* gnu/packages/code.scm (scc): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I90653554a6f0640718892622f76c0c1be138687c
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher dccc807eb2
gnu: go-gopkg-in-yaml-v2: Move to golang-xyz.
* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I10f478aba8e9c836ce5cc03eb2fb59ff9f794fc5
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher 4dcc9df560
gnu: go-github-com-spf13-cobra: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I545b0279c040be0412cbca744e949f31e9d34b1f
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher 0f652cc404
gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-sqlite3): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/file-systems.scm: Add (gnu packages golang-xyz) module.

Change-Id: If74972f1d920851a23508a6dc0403e0a84e270f3
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher d610a77e88
gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

* gnu/packages/password-utils.scm: Add (gnu packages golang-xyz) module.

Change-Id: I3777ff257c6baa91930e141f84f9da94be0634b6
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher 8b2d5e33c9
gnu: go-github-com-mattn-go-pointer: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iba5e71a870bbbce1dfea80ceafcd66e56883887b
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher cfc5f07ee9
gnu: go-github-com-mattn-go-colorable: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/textutils.scm: Add (gnu packages golang-xyz) module.

Change-Id: I7a9763ebd498e071b17abbde838a7cbf8fc891de
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher c73f70d3d5
gnu: go-github-com-mattn-go-isatty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/music.scm: Add (gnu packages golang-xyz) module.

Change-Id: Ibbab55ed60afdd5513f91dde93550b2eff7a622c
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher 5abebf71e9
gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/check.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/disk.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/time.scm: Likewise.
* gnu/packages/weather.scm: Likewise.

Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4
2024-04-06 13:14:43 +01:00
Fries c254415ad1
gnu: Add go-github-com-json-iterator-go.
* gnu/packages/golang-web.scm (go-github-com-json-iterator-go): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I1e54402c9d45317918ef59513e110bc97fc0bc63
2024-04-06 13:14:43 +01:00
Fries 2fb3ff7e88
gnu: Add go-github-com-modern-go-reflect2.
* gnu/packages/golang-xyz.scm (go-github-com-modern-go-reflect2): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I5cce2cac1cf535498bd5ecdd2d5db45080118947
2024-04-06 13:14:43 +01:00
Fries 037194373a
gnu: Add go-github-com-modern-go-concurrent.
* gnu/packages/golang.scm (go-github-com-modern-go-concurrent): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ie42473a28271069abea34b175dc2d98aeb6e66b9
2024-04-06 13:14:43 +01:00
Fries 818d99abe2
gnu: Add go-github-com-dbaggerman-cuba.
* gnu/packages/golang-xyz.scm (go-github-com-dbaggerman-cuba): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib57363e34cc489828f99e7752e9a8c887885d057
2024-04-06 13:14:42 +01:00
Fries 48512de080
gnu: Add go-github-com-karrick-godirwalk.
* gnu/packages/golang-xyz.scm (go-github-com-karrick-godirwalk): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I109086c8aeebb29015ece44e305a7f875b38b7b7
2024-04-06 13:14:42 +01:00
Fries e6efce9d4b
gnu: Add go-github-com-pkg-profile.
* gnu/packages/golang-check.scm (go-github-com-pkg-profile): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I135b3f0ccadd27847a5745a71d75ec6c5b4d2b9e
2024-04-06 13:14:42 +01:00
Fries c973dc2d64
gnu: Add go-github-com-felixge-fgprof.
* gnu/packages/golang-check.scm (go-github-com-felixge-fgprof): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib97bfc180e1bfffbc01aee348feb15431650ddb5
2024-04-06 13:14:42 +01:00
Fries 91709fa442
gnu: Add go-github-com-google-pprof.
* gnu/packages/golang-check.scm (go-github-com-google-pprof, go-pprof):
New variables.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I5faecfa8ef9318fe3e2de4af62b9876cc3732714
2024-04-06 13:14:42 +01:00
Fries 60cd7def85
gnu: Add go-github-com-ianlancetaylor-demangle.
* gnu/packages/golang-xyz.scm (go-github-com-ianlancetaylor-demangle):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3db163b9d32eff30539d81556309ec554bc3dbe6
2024-04-06 13:14:42 +01:00
Fries 083a3aefb0
gnu: Add go-github-com-chzyer-readline.
* gnu/packages/golang-xyz.scm (go-github-com-chzyer-readline): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I33eca16e71838a3b2a6dbe2610532e16012e3920
2024-04-06 13:14:42 +01:00
Fries fafa7e562e
gnu: Add go-github-com-chzyer-test.
* gnu/packages/golang-check.scm (go-github-com-chzyer-test): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibbc266255bbc29737be3971516b5eef567a1175b
2024-04-06 13:14:42 +01:00
Fries c28b319640
gnu: Add go-github-com-chzyer-logex.
* gnu/packages/golang-xyz.scm (go-github-com-chzyer-logex): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3c8038b999540f6cdff75f360a04f12b2753dd99
2024-04-06 13:14:42 +01:00
Vinicius Monego 12fd64c9f9
gnu: blender: Unbundle dependencies.
* gnu/packages/graphics.scm (blender)[arguments]<#:configure-flags>: Pass
"-DWITH_SYSTEM_BULLET=ON", "-DWITH_SYSTEM_EIGEN3=ON",
"-DWITH_SYSTEM_FREETYPE=ON", "-DWITH_SYSTEM_GLOG=ON", "-DWITH_SYSTEM_LZO=ON".
[inputs]: Add bullet, eigen, glog, lzo.

Change-Id: Iae52880a9fa3dc2a39948e5fe4fbddb84637c5da
2024-04-06 08:40:56 -03:00
Vinicius Monego ebaf658acd
gnu: blender: Update to 3.6.10.
* gnu/packages/graphics.scm (blender): Update to 3.6.10.
[arguments]<#:configure-flags>: Unset "-DCMAKE_CXX_FLAGS".
<#:phases>: Delete the fix-broken-import phase.
[inputs]: Add libepoxy. Replace freetype with freetype-with-brotli, ilmbase
with imath, openexr-2 with openexr.

Change-Id: Ifb5e5cdb4d26aac9626bf5cd77e171d8b0ebfaed
2024-04-06 08:40:56 -03:00
Vinicius Monego 0333fcc952
gnu: openvdb: Update to 11.0.0.
* gnu/packages/graphics.scm (openvdb): Update to 11.0.0.
[inputs]: Add jemalloc. Remove ilmbase.

Change-Id: Ia8b248c1171c62344ff6da924afa5f4d83cd8d49
2024-04-06 08:40:56 -03:00
Vinicius Monego 0f1e308f33
gnu: opensubdiv: Update to 3.6.0.
* gnu/packages/graphics.scm (opensubdiv): Update to 3.6.0.
[arguments]: Use G-Expressions. Remove trailing #t from phases.

Change-Id: Ie37f70a5146e5072b362a4439d0669ea19ca2869
2024-04-06 08:40:56 -03:00
Vinicius Monego 2d62d08e45
gnu: opencolorio: Update to 2.3.2.
* gnu/packages/image-processing.scm (opencolorio): Update to 2.3.2.
[source]: Remove snippet.
[arguments]: Use G-Expressions.
<#:configure-flags>: Unset "-DCMAKE-CXX_FLAGS",
"-DOCIO_BUILD_STATIC", "-DUSE_EXTERNAL_TINXML", "-DUSE_EXTERNAL_LCMS". Pass
"-DCIO_BUILD_GPU_TESTS=false".
<#:phases>: Delete the patch-test-suite phase.
[native-inputs]: Remove git, pkg-config. Add openimageio, pybind11-2.10,
python-wrapper.
[inputs]: Remove openexr-2, tinyxml. Add expat, freeglut, glew, imath,
libglvnd, minizip-ng, openexr, pystring, yaml-cpp, zlib.
[license]: Simplify.
* gnu/packages/patches/opencolorio-fix-build-with-gcc11.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Unregister it.

Change-Id: Iafd87762df81d0f5c23089251b4241a57d414dc4
2024-04-06 08:40:50 -03:00
Vinicius Monego 1ad77a745f
gnu: Add minizip-ng.
* gnu/packages/compression.scm (minizip-ng): New variable.

Change-Id: I429dc542c1610383962c9971c2bef5a94c1f8bc6
2024-04-06 08:11:32 -03:00
Vinicius Monego 9909866a68
gnu: Add pystring.
* gnu/packages/cpp.scm (pystring): New variable.

Change-Id: Ifff1ae3d3ed8ec880a2dd098d6d81de28d7bdda6
2024-04-06 08:11:32 -03:00
Vinicius Monego 5cb8b47b89
gnu: openshadinglanguage: Update to 1.13.8.0.
* gnu/packages/graphics.scm (openshadinglanguage): Update to 1.13.8.0.
[source]: Add patch.
[arguments]: Use G-Expressions.
<#:configure-flags>: Pass the "-DLLVM_BC_GENERATOR" option.
<#:phases>: Delete the add-ilmbase-include-path phase. Add new tests to skip.
[native-inputs]: Replace clang-9 with clang, llmv-9 with llvm.
[inputs]: Replace openexr-2 with openexr, qtbase-5 with qtbase.

Change-Id: Ib3e7ed39c3eb170e3d24ccc74243ebff490e07ab
2024-04-06 08:10:45 -03:00
Vinicius Monego 81c6c8a01b
gnu: openimageio: Update to 2.5.10.1.
* gnu/packages/graphics.scm (openimageio): Update to 2.5.10.1.
[source]: Adjust tag prefix.
[arguments]: Use G-Expressions.
<#:configure-flags>: Pass "-DOIIO_BUILD_TESTS=false".
[inputs]: Replace openexr-2 with openexr, fmt-8 with fmt. Use package
labels. Sort alphabetically.

Change-Id: I7016f89c5b7c78cbc1ffeac23e5c0cefe2a8f43b
2024-04-06 08:00:59 -03:00
Vinicius Monego 38e93600b5
gnu: libheif: Enable tests.
* gnu/packages/image.scm (libheif)[arguments]: Remove #:tests?.

Change-Id: Ibf89a3eb3ff3a78962896147f385ef4de0493e3e
2024-04-06 08:00:59 -03:00
Vinicius Monego 84d21fdbaf
gnu: libheif: Update to 1.17.6.
* gnu/packages/image.scm (libheif): Update to 1.17.6.
[inputs]: Use package labels.

Change-Id: I8de9374ea0a93eb7e80734992362821da1fb0621
2024-04-06 08:00:59 -03:00
Vinicius Monego 35afdc3b5c
gnu: xgboost: Update to 1.7.6.
* gnu/packages/machine-learning.scm (xgboost, python-xgboost): Update to
1.7.6.
(python-xgboost)[arguments]: Remove #:test-flags and disable tests.
* gnu/packages/patches/xgboost-use-system-dmlc-core.patch: Update patch.

Change-Id: Ib0eb015f72150ef82ce386eda26749e25f816e95
2024-04-06 08:00:58 -03:00
Vinicius Monego 33d8c6904a
gnu: Add libmseed.
* gnu/packages/geo.scm (libmseed): New variable.

Change-Id: I6feb414110c30da408069b36b46a421467d2ccad
2024-04-06 08:00:55 -03:00
Dariqq bfc614397b
gnu: gnome-essential-extras: Propagate xdg-desktop-portal.
xdg-desktop-portal (and xdg-desktop-portal-gnome) is needed for the dark theme
in Gnome 44 to work properly.

* gnu/packages/gnome.scm (gnome-essential-extras)[propagated-inputs]: Add xdg-desktop-portal.

Change-Id: Id84626e6bc404e9607ee7f8f299ac90f24323081
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-04-06 06:36:50 +02:00
Liliana Marie Prikler bb2698ccde
gnu: komikku: Update to 1.34.2.
* gnu/packages/gnome.scm (komikku): Update to 1.34.2.
[inputs]: Add python-colorthief.
[native-inputs]: Add blueprint-compiler.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-06 06:36:46 +02:00
Liliana Marie Prikler cee21ef865
gnu: blueprint-compiler: Update to 0.12.0.
* gnu/packages/gnome.scm (blueprint-compiler): Update to 0.12.0.
[arguments]: Remove ‘wrap-gi’ phase, add ‘pre-check’.
[native-inputs]: Add libadwaita and xorg-server-for-tests.  Reindent.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-06 06:36:42 +02:00
Liliana Marie Prikler d92bb7c542
gnu: Add python-colorthief.
* gnu/packages/python-xyz.scm (python-colorthief): New variable.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-06 06:36:16 +02:00
Ricardo Wurmus 886ed061d7
gnu: java-flatlaf: Link library with libjawt.so.
* gnu/packages/java-graphics.scm (java-flatlaf)[arguments]: Add link options.

Change-Id: I2306e7ea4c2ca9f0f20eeca107b09fa41304a8df
2024-04-06 00:41:49 +02:00
John Kehayias 6ec2888ff7
gnu: v4l2loopback-linux-module: Update to 0.13.1.
* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.13.1.

Change-Id: I0c2673766060cd66a81dae3a87b8b19ef343b7de
2024-04-05 13:28:12 -04:00
Jack Hill 6844a31733
gnu: openssh: Update to 9.7p1.
* gnu/packages/ssh.scm (openssh): Update to 9.7p1
[source]: Remove openssh-gcc-13-ppc64le-fzero-call-used-regs.patch'.
* gnu/packages/patches/openssh-gcc-13-ppc64le-fzero-call-used-regs.patch:
Delete file.
* gnu/packages/local.mk (dist_patch_DATA): Remove it.

Change-Id: Ia13c32869afa6c964770243ecacf5a3ce473e5e2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Ahmad Draidi 573e3c9e95
gnu: labwc: Update to 0.7.1.
* gnu/packages/wm.scm (labwc): Update to 0.7.1.

Change-Id: Ib0351b62f71b6400f2e8ed63c9ca3346a4a11f69
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Daniel Ziltener ef5ff66998
gnu: wm: Update swayfx to 0.3.2.
* gnu/packages/wm.scm (swayfx): Update to 0.3.2.
[inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I7455cdde2a9e27c31df8c99c9d6a7c1a1dc355b4
2024-04-05 18:23:43 +02:00
Andy Tai a91b76ba19
gnu: a2ps: Update to 4.15.6
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6

Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Timotej Lazar 4c3f326e05
gnu: signify: Update to 32.
* gnu/packages/crypto.scm (signify): Update to 32.

Change-Id: I5dedc5d8c6e0acb5bec94befe5aafd1642edb68e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Greg Hogan 4af58f55d6
gnu: atop: Update source hash.
The new ‘atop-2.9.0.tar.gz’ adds a single file, ‘mkdate’, which, when
available, generates a ‘versdate.h’ file containing the current date.

* gnu/packages/admin.scm (atop): Update source hash and add snippet.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I2de2068d052d0b37aff1a6d18f5639baac6ccdfa
2024-04-05 18:23:43 +02:00
Ludovic Courtès 560d5c6692
gnu: llama-cpp: Produce a portable binary unless tuned.
* gnu/packages/machine-learning.scm (llama-cpp)[arguments]:
Augment #:configure-flags.
[properties]: New field.

Co-authored-by: John Fremlin <john@fremlin.org>
Change-Id: I9b3d72849107a6988fec94dc4a22614443338cb2
2024-04-05 18:23:34 +02:00
Karl Hallsby a568ac8bcf
gnu: Add tree-sitter-nix.
* gnu/packages/tree-sitter.scm (tree-sitter-nix): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Karl Hallsby 1bd6a735ec
gnu: Add tree-sitter-latex.
* gnu/packages/tree-sitter.scm (tree-sitter-latex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Karl Hallsby 8ded7cd784
gnu: Add tree-sitter-tlaplus.
* gnu/packages/tree-sitter.scm (tree-sitter-tlaplus): New variable.

Change-Id: I0e66b87a872bdb29b3c01f4eaf4486dab3d1873f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Ludovic Courtès be14d41d9b
gnu: guix: Define ‘guix-for-channels’ and document its use.
* gnu/packages/package-management.scm (guix-for-channels): New
procedure.
* doc/guix.texi (Customizing the System-Wide Guix): New section.
(Base Services): Add cross-reference.

Change-Id: Ied51c3bf9bf08dfc629bb3f0a152eb20b869a636
2024-04-05 18:21:24 +02:00
Romain GARBAGE 69b8feabcf
gnu: kokkos: Update to 4.2.01.
* gnu/packages/cpp.scm (kokkos): Update to 4.2.01.

Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:23 +02:00
Christopher Baines 8614b82992
gnu: nar-herder: Update to 0-26.6ceb0a3.
* gnu/packages/package-management.scm (nar-herder): Update to 0-26.6ceb0a3.

Change-Id: I21765f3746793b74b3f7fd50d64fb661bfca055c
2024-04-05 12:08:02 +01:00
John Fremlin d8a63bbcee
gnu: llama-cpp: Use OpenBLAS.
For faster prompt processing, OpenBLAS is recommended by
https://github.com/ggerganov/llama.cpp

* gnu/packages/machine-learning.scm (llama-cpp)[arguments]: Add
 #:configure-flags.
[native-inputs]: Add pkg-config.
[propagated-inputs]: Add openblas.

Change-Id: Iaf6f22252da13e2d6f503992878b35b0da7de0aa
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:04:31 +01:00
fanquake 227dee63b0
gnu: bitcoin-core: Update to 26.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 26.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:01:12 +01:00
Attila Lendvai fa0413c2ce
gnu: gedit: Update to 44.3.
* gnu/packages/gnome.scm (gedit): Update to 44.3.

Change-Id: Ib13eb5a09939de440874fc9f558d38aab5d5e49c
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:00:45 +01:00
Timotej Lazar 80977dc813
gnu: nwipe: Update to 0.36.
* gnu/packages/disk.scm (nwipe): Update to 0.36.

Change-Id: I71e6714118cfc2a98e19373b3db80188903a63c3
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:00:05 +01:00
Tomas Volf 142e1c2cf0
gnu: skopeo: Update to 1.15.0.
The package is also converted to gnu-build-system in order to take advantage
of already existing Makefile instead of reinventing (parts) of it in Guile.

* gnu/packages/virtualization.scm (skopeo)[version]: Update to 1.15.0.
[build-system]: Use gnu-build-system.
[native-inputs]: Add go-1.21, sort.
[inputs]: Add bash-minimal.
[arguments]<#:import-path, #:install-source?>: Delete.
<#:make-flags, #:test-target, #:imported-modules>: New arguments.
<#:phases>{'configure}: Delete.
{'set-env, 'cc-to-gcc, 'wrap-skopeo, 'remove-go-references}: New phases.

Change-Id: I1010e1f4fbdc093646c2879bdf30125ab2e88bdd
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 11:58:56 +01:00
B. Wilson 869fa14b78
gnu: Add edbrowse.
* gnu/packages/web-browsers.scm (edbrowse): New variable.

Co-authored-by: Christina O'Donnell <cdo@mutix.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I6f65ab132eaae6e439df363b22868eb52f297e4e
2024-04-05 11:56:11 +01:00
Ricardo Wurmus b7ee2e458a
gnu: Add ksoloti-patcher.
* gnu/packages/axoloti.scm (ksoloti-patcher): New variable.

Change-Id: Id70d04b3be3b9655a077af4ad67dcde45bfbc102
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 8ae154b104
gnu: Add ksoloti-runtime.
* gnu/packages/axoloti.scm (ksoloti-runtime): New variable.

Change-Id: I248852405617f2cf1d6b7a5ac7932359836f9e22
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 903abee18d
gnu: Add java-flatlaf-intellij-themes.
* gnu/packages/java-graphics.scm (java-flatlaf-intellij-themes): New variable.

Change-Id: Ia6f47533dc37a5b4602971e3179fdd084b1af9f9
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 4d399729c8
gnu: Add java-flatlaf.
* gnu/packages/java-graphics.scm (java-flatlaf): New variable.

Change-Id: Ic4dc70ea5279e8ce3d302539bddb1cefc105abfd
2024-04-05 00:53:39 +02:00
Ricardo Wurmus b162136d87
gnu: axoloti-runtime: Simplify with G-expression.
* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use G-expression to
simplify; remove trailing #T from build phases.

Change-Id: Ic9628b58c0e2b7816af6b7b42ab1aff927b4b0da
2024-04-05 00:53:17 +02:00
Ricardo Wurmus e391a271bb
gnu: axoloti-runtime: Simplify.
* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and
trailing #T from snippet.

Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
2024-04-05 00:53:17 +02:00
Ricardo Wurmus be1fdec1cb
gnu: java-marlin-renderer: Update to 0.9.4.8.
* gnu/packages/java-graphics.scm (java-marlin-renderer): Update to 0.9.4.8.
[arguments]: Include resources.

Change-Id: Icf4026ce3bda3c4ec7af1300c1194100f50016ba
2024-04-05 00:53:17 +02:00
Ricardo Wurmus 8e2a1a0e8d
gnu: Add java-autocomplete.
* gnu/packages/textutils.scm (java-autocomplete): New variable.

Change-Id: Ied62d45ab53fca84d448652cce5e82d971f41703
2024-04-05 00:53:17 +02:00
Ricardo Wurmus 5e90ee2cf4
gnu: java-rsyntaxtextarea: Update to 3.4.0.
* gnu/packages/textutils.scm (java-rsyntaxtextarea): Update to 3.4.0.
[arguments]: Disable tests; provide source-dir and test-dir; disable
'start-xorg-server phase.
[native-inputs]: Remove java-junit.

Change-Id: I5fbf635bc4f0a6a13ed2db4f42080ea5640f4781
2024-04-05 00:53:16 +02:00
Sharlatan Hellseher ade6845da6
gnu: go-github-com-hashicorp-hcl-v2: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl-v2): Sort
alphabetically.

Change-Id: I8a22e7d56721168bb427f056037583d150d9edd5
2024-04-04 17:28:11 +01:00
Sharlatan Hellseher 6ca7d1a615
gnu: go-github-com-hashicorp-hcl: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl): Sort
alphabetically.

Change-Id: I42cb5fc138757d32b0c7daf1c810d298d5d0d5f9
2024-04-04 17:26:45 +01:00
Sharlatan Hellseher 4e4aebde6a
gnu: go-github-com-kballard-go-shellquote: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-kballard-go-shellquote):
Sort alphabetically.

Change-Id: Ie73d9136b6a45467e718f1d85fc97d965b1257b2
2024-04-04 17:24:02 +01:00
Sharlatan Hellseher 9b6ff81352
gnu: fiano: Update to 1.2.0.
The version style has been changed from v7.0.2 starting v1.0.3. This
change may cause guix refresh to detect incorrect latest version, see
<https://github.com/linuxboot/fiano/tags>.

This changes consolidate building all commands directly from the fiano
package.

* gnu/packages/admin.scm (fiano): Make variable public, update to 1.2.0.
[source]: Remove snippet, there is no longer 'vendor' directory in a
new release.
[arguments] <#:phases>: Add custom 'build, 'check and 'install phases to
cover complex package structure and produce all provided commands.
[inputs]: Add go-github-com-dustin-go-humanize,
go-github-com-hashicorp-errwrap, go-github-com-hashicorp-go-multierror,
go-github-com-jessevdk-go-flags, go-github-com-pierrec-lz4, and
go-github-com-spf13-pflag.
[description]: Highlight which commands are included in the package.

* gnu/packages/admin.scm (fiano-utk, fiano-fmap): Delete variables.

Change-Id: I4b7573e20953ba52c9736e7f64c6b6347221fc72
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher dea7816825
gnu: fiano: Refresh package style.
* gnu/packages/admin.scm (fiano): Refresh package style.
[source]: Remove trailing #t from the snippet.
[arguments]: Use list style.
[inputs]: Remove labels and use list style.
[home-page]: Place before synopsis.

Change-Id: I896c59d4be14c7ed16bc1978e0d9996bd7b93c17
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 7cd15c8115
gnu: go-github.com-jessevdk-go-flags: Adjust variable name.
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Rename to
go-github-com-jessevdk-go-flags to follow go import naming convention.

* gnu/packages/golang.scm (go-github-com-dhowett-go-plist)
[inputs]: Remove go-github.com-jessevdk-go-flags, add
go-github-com-jessevdk-go-flags.

Change-Id: I6fc977b11e5044b8e6cab2baa4c107967baedb59
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher cd9089d3d2
gnu: go-github-com-onsi-gomega: Move to golang-check.
* gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ...
* gnu/packages/golang-check.scm: ... to here.

Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 2ec622961c
gnu: go-github-com-onsi-ginkgo: Refresh package style.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo)
[arguments]: Place <#:import-path> on new line.
[propagated-inputs]: Sort inputs alphabetically.

Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 903117947b
gnu: go-github-com-schollz-progressbar-v3: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-schollz-progressbar-v3):
Adjust inputs.
[propagated-inputs]: Remove go-github-com-davecgh-go-spew,
go-github-com-mattn-go-isatty, and go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I8a1e24d6570ce36812d08e196f415b81e8ec7bda
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 8a3a91117c
gnu: go-github-com-schollz-progressbar-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/android.scm: Add (gnu packages golang-xyz) module.

Change-Id: Id40397b4f3323670847d8e46f5d8fc6ffea61c84
2024-04-04 17:16:57 +01:00