me
/
guix
Archived
1
0
Fork 0
Commit Graph

137792 Commits (ff82e0f7b48cd0d4dd906f5d52ba5d4940222086)

Author SHA1 Message Date
Florian Pelz ff82e0f7b4
nls: Update translations.
Change-Id: I691cef365279ee5c50208a87ef5372a47152508e
2024-07-12 18:16:48 +02:00
Nicolas Graves e24d9a36f2
build-system/composer: Do not try to delete-duplicates.
* guix/build-system/composer.scm (create-autoload):
Do not use the delete-duplicates function, stale code that should have
been removed in an earlier cleanup.

Change-Id: I778c1cfba7ef8de16a1ba297b583595b391b7e00
Signed-off-by: jgart <jgart@dismail.de>
2024-07-12 11:06:10 -05:00
Andy Tai 050565f4b6
gnu: nano: Update to 8.1.
* gnu/packages/text-editors.scm (nano): Update to 8.1.

Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871
Signed-off-by: jgart <jgart@dismail.de>
2024-07-12 11:04:23 -05:00
jgart 2d6a3799fc
gnu: python-colorlog: Use new style.
* gnu/packages/python-xyz.scm (python-colorlog): Use new style.

Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11 22:10:36 -05:00
jgart dd1b8840ac
gnu: python-pytelegrambotapi: Update to 4.21.0.
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.21.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatchling.

Change-Id: I60e7f8be1dfc6921e843c782a95d774b966ece3c
2024-07-11 22:02:00 -05:00
jgart 74ed0a9f15
gnu: python-pytelegrambotapi: Use new style.
* gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new
style.

Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11 21:50:38 -05:00
jgart fb11149fea
gnu: python-typed-ast: Add comment regarding package's end of life.
* gnu/packages/python-xyz.scm (python-typed-ast): Add comment.

Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11 16:23:30 -05:00
jgart 2088c135d4
gnu: python-typed-ast: Use new style.
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style.

Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11 16:15:15 -05:00
jgart b3784c6326
gnu: python-typed-ast: Make the 'check' phase respect #:tests?.
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Make the 'check'
phase respect #:tests?.

Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11 16:12:03 -05:00
Andy Tai 7e9a6836cd
gnu: xrdp: update to 0.10.0.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0.
  [native-inputs]: Add cmocka.

Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958
Signed-off-by: jgart <jgart@dismail.de>
2024-07-11 15:58:24 -05:00
jgart b06e8e1f67
gnu: python-sacn: Enable tests.
* gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests.

Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11 15:45:59 -05:00
Rick Huijzer 91a773a65e
gnu: Add python-sacn.
* gnu/packages/python-xyz.scm (python-sacn): New variable.

Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a
2024-07-11 15:30:10 -05:00
c4droid 8f12ed2c0f
gnu: unicorn: Update to 2.0.1.post1.
* gnu/packages/emulators.scm (unicorn) Update to 2.0.1.post1.

Co-authored-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: jgart <jgart@dismail.de>
2024-07-11 15:15:06 -05:00
Sharlatan Hellseher a1e6ac72fd
gnu: packages/simulation: Add self to copyright header.
* gnu/packages/simulation.scm: Add Sharlatan Hellseher
<sharlatanus@gmail.com> to copyright header.

Change-Id: I18e82c7344cfa206ff8f82dfa963b7d8b026dcf0
2024-07-11 19:15:10 +01:00
Sharlatan Hellseher a54f6f1c87
gnu: python-dolfin-adjoint: Disable failing tests, fix build.
* gnu/packages/simulation.scm (python-dolfin-adjoint) [arguments]:
<#:test-flags>: Explicitly ignore failing tests during collection phase
and some tests during runt test phase.
<#:phases>: Change HOME env to GETCWD in 'set-environment-variable phase.

Change-Id: Ibee5e45052a3828b4522752a87c97367d7caec65
2024-07-11 19:15:10 +01:00
Sharlatan Hellseher 72024ae490
gnu: python-dolfin-adjoint: Swap to pyproject-build-system.
* gnu/packages/simulation.scm (python-dolfin-adjoint) [source]: Remove
trailing #t from snippet.
[build-system]: Swap to pyproject-build-system.
[arguments]: Apply G-expressions. <#:phases>: Swap back to defaul 'check
phase.

python-dolfin-adjoint

Change-Id: Idf100b718b44d9d6695e598c434fbbac55a38845
2024-07-11 19:15:10 +01:00
Sharlatan Hellseher 9da142540e
gnu: python-dolfin-adjoint: Adjust package style.
* gnu/packages/simulation.scm (python-dolfin-adjoint): Move inputs after
arguments.
[description]: Place it on a new line, fix indentation.

Change-Id: I3d971e48b4072258ed0b41af5c202e64af9de8f3
2024-07-11 19:15:10 +01:00
Sharlatan Hellseher 5a33a71e67
gnu: python-dolfin-adjoint: Fix indentation.
* gnu/packages/simulation.scm (python-dolfin-adjoint): Fix indentation.

Change-Id: I457639a98f1ae49d43042e557352d390afc9419d
2024-07-11 19:15:09 +01:00
Efraim Flashner 2eb7cc2677
gnu: m2-planet: Fix supported systems.
* gnu/packages/mes.scm (m2-planet)[supported-systems]: Remove
unsupported architecture riscv32-linux.

Change-Id: I63b4c826e4c907c771adfe55e0c2e8756fdecbcc
2024-07-11 21:09:30 +03:00
Florian Pelz e73154daf6
news: Add 'de' translation.
* etc/news.scm: Add German translation for stumpwm:lib removal entry.

Change-Id: I9c2b625bdd2fc5b8ed268f0779226d3f81549f0f
2024-07-11 19:11:01 +02:00
Artyom V. Poptsov 69791c8051
gnu: xarchiver: Update to 0.5.4.23.
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.23.

Change-Id: I3675efc22b546810f7c5341c8f22be217cb69853
Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-07-11 19:08:48 +02:00
Efraim Flashner 437f8f19ac
gnu: ncdu-1: Update to 1.20.
* gnu/packages/ncdu.scm (ncdu-1): Update to 1.20.

Change-Id: I3f29318597d6e3f5e120bc1f5e51a7c7f35f52f2
2024-07-11 17:03:20 +03:00
Efraim Flashner 8504aa6f46
gnu: xnnpack: Fix supported systems.
* gnu/packages/machine-learning.scm (xnnpack)[supported-systems]: Fix
typo in armhf-linux.  Remove i686-mingw, x86_64-mingw.

Change-Id: I2a7fe127af9825d71da7e3769d224a20db12d839
2024-07-11 17:03:20 +03:00
Efraim Flashner b7201c7c37
gnu: qnnpack: Fix supported systems.
* gnu/packages/machine-learning.scm (qnnpack)[supported-systems]: Fix
typo in armhf-linux.

Change-Id: I97e0b59af6e6dc63a40c2df69b920f532fb91d65
2024-07-11 17:03:03 +03:00
Sharlatan Hellseher af4c90dc73
gnu: miniflux: Enable all tests.
* gnu/packages/web.scm (miniflux) [arguments]: <#:phases>: Swap to
custom 'check phase.

Change-Id: Ib62634abe3be76ad4ad708f5de75e9b96264a0cd
2024-07-11 12:59:22 +01:00
Sharlatan Hellseher fdb51f305a
gnu: miniflux: Adjust indentation.
gnu/packages/web.scm (miniflux): Adjust indentation.

Change-Id: I452511b80d56ec647691690d801839ab18049b33
2024-07-11 12:57:19 +01:00
Rodion Goritskov 534a6afbf5
gnu: miniflux: Update to 2.1.4.
* gnu/packages/web.scm (miniflux): Update to 2.1.4.
[arguments]: <#:go>: Use go-1.22. <#:import-path>: Reflect present
go.mod. <#:build-flags>: Likewise. <#:phases>: Delete phase
'disable-cgo.
[inputs]: Remove go-github-com-go-telegram-bot-api-telegram-bot-api,
go-github-com-matrix-org-gomatrix and go-github-com-rylans-getlang. Add
go-github-com-abadojack-whatlanggo, go-github-com-andybalholm-brotli,
go-github-com-go-webauthn-webauthn go-golang-org-x-crypto,
go-golang-org-x-net, go-golang-org-x-oauth2, and go-golang-org-x-text.

Change-Id: I51a93f290b6a625a2c1db9959871396c0f67f5e5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11 12:56:25 +01:00
Rodion Goritskov b26a7f83a4
gnu: Add go-github-com-go-webauthn-webauthn.
* gnu/packages/golang-web.scm (go-github-com-go-webauthn-webauthn): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I990f088c5d3b8dd360f26e953e6d2c0d01f1c808
2024-07-11 12:47:13 +01:00
Rodion Goritskov 7e2a43bf75
gnu: Add go-github-com-go-webauthn-x.
* gnu/packages/golang-web.scm (go-github-com-go-webauthn-x): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia7ebf7cfc9c9e588e9ee968603a5c6ea5237d75d
2024-07-11 12:47:13 +01:00
Rodion Goritskov 71161e697e
gnu: Add go-github-com-fxamacker-cbor-v2.
* gnu/packages/golang-xyz.scm (go-github-com-fxamacker-cbor-v2): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I19e13404586613fd4629c35f50264120df264c6b
2024-07-11 12:38:54 +01:00
Rodion Goritskov 1ff5daf53b
gnu: Add go-github-com-abadojack-whatlanggo.
* gnu/packages/golang-xyz.scm (go-github-com-abadojack-whatlanggo): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I49a0d5c9d97ba9eb1279b75f5177966e800a2475
2024-07-11 12:34:27 +01:00
Rodion Goritskov 07a814fdcf
gnu: Add go-github-com-x448-float16.
* gnu/packages/golang-maths.scm (go-github-com-x448-float16): New variable.

Change-Id: I02d8b8b6fea19f6a7b882cfa5d0165d7751f76bf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11 12:31:22 +01:00
Rodion Goritskov 819d33a18d
gnu: Add go-github-com-google-go-tpm.
* gnu/packages/golang-crypto.scm (go-github-com-google-go-tpm): New variable.

Change-Id: Ib7b640dcb4ea6b87fca1d320f044315620f7e5f3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11 12:29:43 +01:00
Rodion Goritskov b913514169
gnu: go-github-com-andybalholm-brotli: Update to 1.1.0.
* gnu/packages/golang-compression.scm (go-github-com-andybalholm-brotli): Update to 1.1.0.

Change-Id: Iafa533051e69423bffdb9e9c4f7db4bda3c39964
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11 09:29:09 +01:00
jgart 0663668507
gnu: trealla: Update to 2.53.48.
* gnu/packages/prolog.scm (trealla): Update to 2.53.48.

Change-Id: I2544e65003880fa5ec6d70a8ba814bb88722c3c9
2024-07-11 00:45:12 -05:00
Zheng Junjie 8cbc5e5bf0
gnu: Remove python-pdbpp.
Fixes <https://issues.guix.gnu.org/72051>

* gnu/packages/python-xyz.scm (python-pdbpp): Delete variable.

Change-Id: Ide5dea642f12ff6f283f41e7a5ec637cf561d6af
2024-07-11 12:57:33 +08:00
Wilko Meyer a1f8969556
gnu: linux-libre 6.6: Update to 6.6.38.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.38.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I3b0135a3eb7e483ed6eb8b3773522a5fa7ae02c7
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-07-10 17:02:06 -04:00
Leo Famulari 6a2d28359f
gnu: yt-dlp: Update to 2024.07.09.
* gnu/packages/video.scm (yt-dlp): Update to 2024.07.09.

Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
2024-07-10 16:58:13 -04:00
Leo Famulari bb1eb43c31
gnu: python-requests-next: Update to 2.32.3.
* gnu/packages/python-web.scm (python-requests-next): Update to 2.32.3.

Change-Id: Iaf2ebe678b4ee6a4d57a3c5273db244d240e2b55
2024-07-10 16:58:13 -04:00
Efraim Flashner e99c838d4f
gnu: ci: Cross-build for fewer platforms.
* gnu/ci.scm (%unsupported-platform-triplets): New variable.
(cross-jobs): Also don't build for systems listed in
%unsupported-platform-triplets.

Change-Id: Ic31ae6d307f2d243c098ec050bdb9d09060466ac
2024-07-10 18:57:44 +03:00
Efraim Flashner 2d11361a97
gnu: cpuinfo: Fix supported systems.
* gnu/packages/parallel.scm (cpuinfo)[supported-systems]: Fix typo in
armhf-linux.

Change-Id: Idf2f683061c960e65ee173ea4b837387ee64d6c8
2024-07-10 18:57:38 +03:00
jgart 64ecead2a5
gnu: visidata: Update to 3.0.2.
* gnu/packages/spreadsheet.scm (visidata): Update to 3.0.2.
[arguments]: Migrate to new style.
[inputs]: Add python-importlib-metadata.

Change-Id: I54fd775b54e42cc9f2ec66fa2159cf63e77b868c
2024-07-10 10:31:51 -05:00
Artyom V. Poptsov ab54f8c514
gnu: xaos: Update to 4.3.2.
* gnu/packages/maths.scm (xaos): Update to 4.3.2.
[native-inputs]: Remove qtbase-5 and qttools-5; add qtbase and qttools.
[arguments]: Use gexps.  Fix "PREFIX" variable in "XaoS.pro" during
"configure" phase.

Change-Id: Ifae9890309368ee4131b531c9ea7b155a3cf693c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 16:08:52 +02:00
Tomas Volf e8347bc177
services: web: Return success from nginx-action.
Previous value of #f lead to `head reload nginx' returning exit code 1,
complicating usage from scripts (and other actions).  Returning #t fixes that.
Any actual failures are still covered by the invoke call above.

* gnu/services/web.scm (nginx-shepherd-service)[nginx-action]<-s>: Return #t.

Change-Id: I4ce1645798a85baddeb0f5bd702a2567db3c7aaa
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 16:05:54 +02:00
Tomas Volf 01183a77aa
services: web: Pass run-directory to nginx's actions.
Reloading nginx lead to (harmless, yet annoying) alert being logged:

    nginx: [alert] could not open error log file: open() "/gnu/store/9l2lznlqpjcm79znq1xas378maqgysc8-nginx-1.27.0/logs/error.log" failed (2: No such file or directory)

Since there already is prepared runtime directory for nginx, all that was
missing was to also pass it to the reload and reopen invocations.

* gnu/services/web.scm (nginx-shepherd-service)[reload, reopen]: Pass -p flag
with run-directory as value.

Change-Id: Id5c558d65def8c1fe5cf581a4a370508ac05e550
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 16:05:10 +02:00
Peter Polidoro 9afa6209ea
gnu: Add emacs-casual-avy.
* gnu/packages/emacs-xyz.scm (emacs-casual-avy): New variable.

Change-Id: I3f9f5ca23bac1a639356137f9e1782d6a25cb44c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 16:03:27 +02:00
Lars Bilke 7893b32ef6
pack: Create /tmp in Apptainer images.
Related to <https://bugs.gnu.org/37161> and
<https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7979a287f8eb84cbbfa44629951572408939a756>.

* guix/scripts/pack.scm (squashfs-image)[build]: Add /tmp to the set of
directories created.
* tests/pack.scm ("squashfs-image + localstatedir"): Check for /tmp.

Change-Id: I576aaa6ba8cb8478acf4c3144d492ae5caf411ca
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 16:00:36 +02:00
gemmaro 45cfc7a8f3
gnu: gnucash: Update to 5.8.
* gnu/packages/gnucash.scm (gnucash): Update to 5.8.

Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 15:53:54 +02:00
Trevor Arjeski 6d49d97454
gnu: guile-ncurses: Fix configure flags for Unicode support.
The flag "--with-ncursesw" doesn't seem to exist for guile-ncurses, and it
seemed to cause the build to not include unicode support. Building without it
produces the expected "with ncursesw" support.

This can be checked within the guile REPL using:
> ,use (ncurses curses)
> %wide-ncurses
> #t ; has unicode and wide char support

* gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Remove
‘--with-ncursesw’ from #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I081ce7b21df49652040017f10de5d5f98fe076d5
2024-07-10 15:52:37 +02:00
Andy Tai 85f1bfac0b
gnu: llama-cpp: Update commit and configure flags for shared library build.
* gnu/packages/machine-learning.scm (lama-cpp): Update to commit a5735e with
  pkg-config support.
  [arguments](configure-flags): Add cmake configure flag
  for shared library build and adjust arguments to make openblas
  found by cmake.
  (phases) 'install-python-scripts: Remove references to deleted scripts
  and add new ones upsteeam.

Change-Id: I7c4bc219a22aa9a949e811b340c7cf745b176d14
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10 15:49:35 +02:00