summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2024-04-06gnu: emacs-fountain-mode: Update to 3.7.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.7.3. Change-Id: I54ad906215c5bb8a61655c8635bc1869f6c87d9f
2024-04-06gnu: emacs-datetime: Improve description.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-datetime)[description]: Use a full sentence. Change-Id: If91529b485cfed49b4cc23ee31278b2befe43944
2024-04-06gnu: emacs-datetime: Update to 0.10.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.10. Change-Id: Id49133d32b8fe3d66228ee4a70abffb3b8ad07a3
2024-04-06gnu: emacs-corfu: Update to 1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.3. Change-Id: Id870c18b4b303c40513cb00aa78b6b8d9ff1ac49
2024-04-06gnu: emacs-company-emoji: Update to 3.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 3.0.0. [source]<origin>: Switch to Codeberg. Change-Id: I98ac3fa105e27daff5c7a84216dbb22ad543991e
2024-04-06gnu: emacs-buttercup: Update to 1.35.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.35. Change-Id: I3665731182e4e1f0ee73ebe0f0bd2521e1e154fe
2024-04-06gnu: emacs-devdocs: Update to 0.6.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.6.1. Change-Id: I14e5ec6be446cea29ce538964adaee6a808a57ff
2024-04-06gnu: emacs-tramp: Update to 2.6.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.3. Change-Id: I3f5c1efa05635ee21bc66f871eeb5a75d448d333
2024-04-06gnu: Add missing import.Ludovic Courtès
Fixes a regression introduced in dccc807eb24791facc9e3144643f1526d101803e. * gnu/packages/irc.scm: Add missing import. Change-Id: I2b015939ba57ee61532b99c8e88e39217fa1cdd1
2024-04-06services: guix: Gracefully handle dangling symlink for ‘machines.scm’.Ludovic Courtès
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-06gnu: packages: code: Add golang module back.Sharlatan Hellseher
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-06gnu: packages: backup: Sort use-module alphabetically.Sharlatan Hellseher
* gnu/packages/backup.scm: Sort use-module alphabetically to ease maintenance. Change-Id: Ibe5288440edbe74d34f528a5867184d551f49e80
2024-04-06gnu: countdown: Remove input labels.Sharlatan Hellseher
* gnu/packages/time.scm (countdown) [native-inputs]: Remove labels. Change-Id: Ic2ebb39885ae351da5987721f92c1e21e1e15b58
2024-04-06gnu: countdown: Update to 1.5.0.Sharlatan Hellseher
* gnu/packages/time.scm (countdown): Update to 1.5.0. [native-inputs]: Remove go-github-com-mattn-go-runewidth. Change-Id: I6a1267721abf2fd1dde4cfe75ddf40a7cb1ed6ed
2024-04-06gnu: tz: Refresh package style.Sharlatan Hellseher
* 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-06gnu: tz: Update to 0.7.0.Sharlatan Hellseher
* gnu/packages/time.scm (tz): Update to 0.7.0. [inputs]: Add go-github-com-tkuchiki-go-timezone. Change-Id: I6984763a1235f79f5845b79eada0134a5c20f236
2024-04-06gnu: Add go-github-com-tkuchiki-go-timezone.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-tkuchiki-go-timezone): New variable. Change-Id: Iab9a96c7a8224b5c0b7dbcab75dcc4dcf45e5699
2024-04-06gnu: lf: Refresh package style.Sharlatan Hellseher
* 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-06gnu: lf: Update to 31.Sharlatan Hellseher
* 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-06gnu: Add go-github-com-djherbis-times.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-djherbis-times): New variable. Change-Id: I5584f32a5ce384cc6ec1c742cf6606b26e6578fe
2024-04-06gnu: go-github-com-songmu-gitconfig: Update to 0.1.1.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-pointer: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Fix indentation. Change-Id: I15669131fdeaf519458c40e49954529c5fea7c72
2024-04-06gnu: go-github-com-mattn-go-pointer: Update to 0.0.1.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Update to 0.0.1. Change-Id: I8a3d5f1cf5e8ae96e7c506ca1d28ee7c95a680ff
2024-04-06gnu: Add sccFries
* gnu/packages/code.scm (scc): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I90653554a6f0640718892622f76c0c1be138687c
2024-04-06gnu: go-gopkg-in-yaml-v2: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I10f478aba8e9c836ce5cc03eb2fb59ff9f794fc5
2024-04-06gnu: go-github-com-spf13-cobra: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I545b0279c040be0412cbca744e949f31e9d34b1f
2024-04-06gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-pointer: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-colorable: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-isatty: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.Sharlatan Hellseher
* 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-06gnu: Add go-github-com-json-iterator-go.Fries
* 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-06gnu: Add go-github-com-modern-go-reflect2.Fries
* 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-06gnu: Add go-github-com-modern-go-concurrent.Fries
* 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-06gnu: Add go-github-com-dbaggerman-cuba.Fries
* 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-06gnu: Add go-github-com-karrick-godirwalk.Fries
* 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-06gnu: Add go-github-com-pkg-profile.Fries
* 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-06gnu: Add go-github-com-felixge-fgprof.Fries
* 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-06gnu: Add go-github-com-google-pprof.Fries
* 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-06gnu: Add go-github-com-ianlancetaylor-demangle.Fries
* 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-06gnu: Add go-github-com-chzyer-readline.Fries
* 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-06gnu: Add go-github-com-chzyer-test.Fries
* 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-06gnu: Add go-github-com-chzyer-logex.Fries
* 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-06gnu: blender: Unbundle dependencies.Vinicius Monego
* 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-06gnu: blender: Update to 3.6.10.Vinicius Monego
* 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-06gnu: openvdb: Update to 11.0.0.Vinicius Monego
* gnu/packages/graphics.scm (openvdb): Update to 11.0.0. [inputs]: Add jemalloc. Remove ilmbase. Change-Id: Ia8b248c1171c62344ff6da924afa5f4d83cd8d49
2024-04-06gnu: opensubdiv: Update to 3.6.0.Vinicius Monego
* gnu/packages/graphics.scm (opensubdiv): Update to 3.6.0. [arguments]: Use G-Expressions. Remove trailing #t from phases. Change-Id: Ie37f70a5146e5072b362a4439d0669ea19ca2869
2024-04-06gnu: opencolorio: Update to 2.3.2.Vinicius Monego
* 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-06gnu: Add minizip-ng.Vinicius Monego
* gnu/packages/compression.scm (minizip-ng): New variable. Change-Id: I429dc542c1610383962c9971c2bef5a94c1f8bc6