Commit graph

143320 commits

Author SHA1 Message Date
Maxim Cournoyer
1ca236a02a
gnu: bsnes: Remove input labels and use gexps.
* gnu/packages/emulators.scm (bsnes) [arguments]: Use gexps.
[inputs]: Remove labels.
[home-page]: Update URL.

Change-Id: I69046d977c4647f46c1359d62b762149b8f70160
2024-10-05 22:48:38 +09:00
Maxim Cournoyer
7975585559
teams: Register (gnu packages emulators) to games team.
* etc/teams.scm (games) <scope>: Register "gnu/packages/emulators.scm".

Change-Id: I269f83073ff7bb9dcfc23767d853050ce07bfcb5
2024-10-05 22:48:38 +09:00
kiasoc5
73ec844389
gnu: gpodder: Update to 3.11.4.
* gnu/packages/gpodder.scm (gpodder): Update to 3.11.4.
[inputs]: Replace youtube-dl with yt-dlp.
[arguments]: Use G-expressions.  Use #$output and search-input-file instead of assoc-ref.  Remove trailing #t from phases.

Change-Id: Ic5c07f63e1e5e419857ead2d58cd273660e0cad5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:29:40 +02:00
kiasoc5
5d2d395477
gnu: libmygpo-qt: Improve package style.
* gnu/packages/gpodder.scm (libmygpo-qt)[inputs]: Remove input labels.
[arguments]: Switch from quasiquote to quote.

Change-Id: If258f1e7ef5d291e5452e3d540564c13d86801ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:29:38 +02:00
kiasoc5
0e0ea72071
gnu: python-mygpoclient: Update to 1.9.
* gnu/packages/gpodder.scm (python-mygpoclient): Update to 1.9.
[native-inputs]: Add python-pytest.
[arguments]: Switch from quasiquote to quote.

Change-Id: I78c6f49d94619d63a115527a20fb6ae1c30fed4b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:29:35 +02:00
kiasoc5
7c84d34435
gnu: python-podcastparser: Update to 0.6.10.
* gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.10.

Change-Id: I8378ec847d3815412918e43fe1583cb06a9658f6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:29:34 +02:00
Fredrik Salomonsson
93208b8ed7
gnu: Add guix-simplyblack-sddm-theme-qt5.
* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme-qt5): New variable.

Change-Id: Ia4caa3126a37b8b4f885286d60a27cd72272a75b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:26:27 +02:00
Fredrik Salomonsson
6c132dfce8
gnu: guix-simplyblack-sddm-theme: Update to 0.2.
* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): Update to 0.2.

Change-Id: I2332f51da9c9a41bdd9a55af2a5d2f3336e6c586
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 21:26:24 +02:00
Nicolas Graves
ed0d985385
gnu: scilab: Add sanity-check phase.
* gnu/packages/maths.scm (scilab):
  [arguments]<#:phases>: Add sanity-check phase.

Change-Id: Idc6911511fd0bf7e779d4af026f0a6390eb3b079
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 19:43:39 +02:00
Nicolas Graves
8570fccfa7
gnu: scilab: Fix the scilab build script.
* gnu/packages/maths.scm (scilab):
[arguments]<#:phases>: Reintroduce a manual patch for /bin/ls in phase
pre-build. This is necessary because the file is used when scilab
builds macros, even if it is discarded later.
[inputs]: Add coreutils-minimal.

Change-Id: I692fd6696273bfdce0e50b0f688a60e7dc289ce6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 19:43:39 +02:00
Nicolas Graves
e6391ceb1e
gnu: scilab: Cleanup more files.
* gnu/packages/maths.scm (scilab):
[source] Delete .bat files.

Change-Id: I6f9ae17dd5d689c3e5836bf0c9e54725ef381428
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 19:43:38 +02:00
Nicolas Graves
2e433799c5
gnu: scilab: Update to 2024.1.0.
* gnu/packages/maths.scm (scilab): Update to 2024.1.0.
* gnu/packages/patches/scilab-tbx_build_help.patch: Update patch.

Change-Id: I79197822aefba698b2383e3aa30fbc511da6954c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 19:43:38 +02:00
Ludovic Courtès
9149aa79d9
gnu: guix-modules: Update to 0.2.0.
* gnu/packages/package-management.scm (guix-modules): Update to 0.2.0.

Change-Id: I0133726b73926d2120715b0b064cd7ec6ffb1f75
2024-10-04 19:24:51 +02:00
Giacomo Leidi
502d811354
gnu: Add oils.
Since release 0.16.0 the former Oil project has been renamed to
Oils (https://www.oilshell.org/blog/2023/03/rename.html).  This patch
deprecates the old oil package in favor of a new oils package updated to
the latest version.  Additionally since release 0.21.0 Oils is
completely free from bundled Python code.

* gnu/packages/shells.scm (oils): New variable;
[source]: Remove mention of bundled Python sources, from release 0.21.0
it is no more the case;
[phases]: use Oils build system.
(oil): Deprecate in favor of oils.

Change-Id: I4455ec1e6f4335cc6e67cd8f2c3808e2aef24c4f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:53:42 +02:00
Artyom V. Poptsov
35a04773df
gnu: reproc: Update to 14.2.5.
* gnu/packages/cpp.scm (reproc): Update to 14.2.5.

Change-Id: Ia030c4494c56c15f11b64aaa58d319a5fb7ed8b9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:45:42 +02:00
Olivier Dion
75f5604d0f
gnu: lttng-tools: Update to 2.13.14.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.14.

Change-Id: I6c7eaa72ce9e3a9819b35fe796f6f558d7a14777
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:30:00 +02:00
Olivier Dion
1a4024c54d
gnu: lttng-ust: Update to 2.13.8.
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.8.

Change-Id: If2cf30c865a07250a6db28f69f5184f6749751fc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:30:00 +02:00
Olivier Dion
320a957c84
gnu: lttng-modules: Update to 2.13.14.
* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.14.

Change-Id: I4013100fa0bc0446724b217f4b6561abceebf36b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:29:59 +02:00
Olivier Dion
0b32f462c5
gnu: librseq: Update to revision 2
* gnu/packages/engineering.scm (librseq): Update to revision 2.
[inputs]: Add numactl.
[native-inputs]: Add pkg-config.

Change-Id: I5b4f38e59e0a59156eea42519a1e2e32cbb2fa44
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:29:59 +02:00
Olivier Dion
3ea8a0bfcd
gnu: liburcu: Update to 0.14.1.
* gnu/packages/datastructures.scm (liburcu): Update to 0.14.1.

Change-Id: I310c7db2970e164a533c9f0aa773537f5bbdd8bf
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:29:58 +02:00
Andy Tai
c32dcfd09c
gnu: ddd: Update to 3.4.1.
* gnu/packages/debug.scm (ddd): Update to 3.4.1.
[source](origin): Add new patch to fix build.
[arguments]<#:configure-flags>: Add explicit flag fir freetype
include path.
[native-inputs]: Add bison, flex and perl.
[inputs]: Add freetype, libxaw, and libxft.
* gnu/packages/patches/ddd-build.patch: New file.
* gnu/local.mk: Register new file.

Change-Id: Ic305cc0c7e15d0f0565f2adde514a43497e11f98
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:28:51 +02:00
Ludovic Courtès
51868735f3
gnu: netcdf: Remove input labels and use gexps.
* gnu/packages/maths.scm (netcdf)[inputs]: Remove labels.
[arguments]: Use gexps.
(netcdf-parallel-openmpi): Use ‘package/inherit’.
[inputs]: Remove labels.
[arguments]: Use gexps.

Change-Id: Ibf133cd3eea20cbaf7c3d2e407370225f8716d10
2024-10-04 17:23:13 +02:00
Romain GARBAGE
a227a6efb5
gnu: netcdf-parallel-openmpi: Enable pnetcdf support.
* gnu/packages/maths.scm (netcdf-parallel-openmpi) [arguments]: Enable pnetcdf support.

Change-Id: I7f3fc6abdb262be86840ea3f68bb6416a0ab1fad
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:23:13 +02:00
Romain GARBAGE
26d1b6b3c9
gnu: Add pnetcdf.
* gnu/packages/maths.scm (pnetcdf): New variable.

Change-Id: I419161be82cd45585187abfd1e63a23feac73d59
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04 17:23:13 +02:00
Ludovic Courtès
ed21dd9f84
locate: Move to ‘main’ category.
That way ‘locate’ is listed in the same category as ‘search’, ‘install’,
etc., which is more consistent.

* guix/scripts/locate.scm (guix-locate): Move to ‘main’ category.

Change-Id: I7f86f1124fedc2c7a9166fe191036530c382bfaf
2024-10-04 17:23:12 +02:00
Ludovic Courtès
5f71a9872e
gnu: kokkos: Mark as tunable.
* gnu/packages/cpp.scm (kokkos)[properties]: New field.

Change-Id: I763828ab23547dd519c2fe104ef2ac0b31e1add7
2024-10-04 17:23:12 +02:00
Sharlatan Hellseher
725e57a56a
gnu: python-pypandoc: Adjust package style, fix build.
* gnu/packages/python-xyz.scm (python-pypandoc): Use G-expressions,
shift order of entries, remove labels from inputs.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-poetry-core, texlive-etoolbox.

Change-Id: Ib4eac5fde9d56fffd7bd18a11cf653d05d5ff45b
2024-10-04 13:27:38 +01:00
dan
84339e1fb5
gnu: moonlight-qt: Update to 6.1.0.
* gnu/packages/games.scm (moonlight-qt): Update to 6.1.0.
(moonlight-common): Update to submodule checkout.

Change-Id: Ia709bcf9684d843f9b24d6a8afd184a79afb1c73
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-04 19:11:49 +08:00
Rodion Goritskov
53de8ab44b
gnu: miniflux: Update to 2.2.1.
* gnu/packages/web.scm (miniflux): Update to 2.2.1.

Change-Id: Id7628dde9d07c040a0878aeeda39244ef54d5fe0
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-04 19:01:27 +08:00
Danny Milosavljevic
ebb715aabf
gnu: emacs-org-node: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.4.1.

Change-Id: Ie2ae21e3f752630dd0a08cf568d072496f78f0a8
2024-10-03 21:22:54 +02:00
Sharlatan Hellseher
2f0644a8c0
Merge remote-tracking branch 'origin/r-team'
Change-Id: I51f382df5c747ca13ce77c7ee51be091428a894a
2024-10-03 13:31:20 +01:00
Dariqq
9d7c13ddf7
gnu: libwacom: Update to 2.13.0.
* gnu/packages/xdisorg.scm (libwacom): Update to 2.13.0.

Change-Id: I333d99ef3415661d01bdef4a4f6b39a7e05ee6d6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-03 15:35:24 +08:00
Andy Tai
17353603d8
gnu: mtools: update to 4.0.45.
* gnu/packages/mtools.scm (mtools): Update to 4.0.45.

Change-Id: I409d5833a9f4e6586cec0e18336e571827c008a1
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-03 15:35:24 +08:00
Andy Tai
2afa5c76d5
gnu: Add fontopia.
* gnu/packages/fontutils.scm (fontopia): New variable.

Change-Id: I8f9b51922af06f994955b755ec8345d42189cfd7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-03 15:35:21 +08:00
Sharlatan Hellseher
308877be17
gnu: Add python-country-converter.
* gnu/packages/iso-codes.scm (python-country-converter): New variable.

Change-Id: Ib40f94c22b297de02a2ab16b143dcfa59e3a5bdd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-02 22:58:39 +01:00
Sharlatan Hellseher
3abe0134be
gnu: python-pynsee: Update to 0.1.8.
* gnu/packages/python-science.scm (python-pynsee): Update to 0.1.8.
[propagated-inputs]: Add python-openpyxl, python-platformdirs, python-pyarrow, and
python-xlrd.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ibb9ec7b979b7e27d2c2a48e2bf27dfcddc79200d
2024-10-02 22:58:39 +01:00
Nicolas Graves
37076a20f9
gnu: Add python-pynsee.
* gnu/packages/python-science.scm (python-pynsee): New variable.

Change-Id: I4e93d26ad4b6be238b0e4cce82ea77030caf6e02
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-02 22:58:39 +01:00
Ricardo Wurmus
44ea0b37b4
gnu: tuxguitar: Enable compat plugin.
* gnu/packages/music.scm (tuxguitar)[arguments]: Include "TuxGuitar-compat"
directory.

Change-Id: Ia5ec566772e32ba11df5681cb4189097310a805a
2024-10-02 22:54:11 +02:00
Ricardo Wurmus
a0dc945a1f
gnu: sugar-read-activity: Update to 124.
* gnu/packages/sugar.scm (sugar-read-activity): Update to 124.

Change-Id: I46fd70c70ca471ff9514296bc0187d4fb5423830
2024-10-02 22:54:11 +02:00
Ricardo Wurmus
65c78c05a9
gnu: r-cli: Attempt to build reproducibly.
* gnu/packages/cran.scm (r-cli)[arguments]: Add phase to avoid embedding the
PID while building.

Change-Id: Ia119af44bc59a324d55ee750d3d6dd0dfb231b0c
2024-10-02 22:54:11 +02:00
jgart
3048b6f204
gnu: lem: Build included shared library.
* gnu/packages/text-editors.scm (lem): Build shared library.
[source]: Delete precompiled binaries.
[arguments]: Patch libvterm and build shared library.
[inputs]: Add libvterm.

Change-Id: I296f139f93032ccbb380e112c9c1e4fd681ae1a7
2024-10-02 15:23:20 -05:00
jgart
25c8178a73
gnu: trealla: Update to 2.56.3.
* gnu/packages/prolog.scm (trealla): Update to 2.56.3.

Change-Id: If3ad35cf8556b8f16d9474ac412a3a0cecdce8b4
2024-10-02 15:22:47 -05:00
Artyom V. Poptsov
b522b468cb
gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.12.

Change-Id: I3c040d09dddbfb0e7384c1d41b9962507047e402
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-02 14:42:56 +01:00
Sharlatan Hellseher
4a0e2cff11
gnu: astronomy: Sort packages.
* gnu/packages/astronomy.scm (erfa, eye, glnemo2, gnuastro, gpredict):
Sort variables alphabetically.

Change-Id: I0cedd3fb60e80097e52f193f690701104566f384
2024-10-02 14:42:56 +01:00
Sharlatan Hellseher
d01d81e42c
gnu: astronomy: Sort packages.
* gnu/packages/astronomy.scm (imppg, indi, indi-1.9, indi-2.0, missfits,
wcslib, wcslib-7.12): Sort variables alphabetically.

Change-Id: Icda7630667171fecb346a8555af2f1ced9a122b0
2024-10-02 14:42:56 +01:00
Sharlatan Hellseher
6c012d177e
gnu: astronomy: Sort packages.
* gnu/packages/astronomy.scm (libnova, libpasastro, libsep, libskry,
libxisf): Sort variables alphabetically.

Change-Id: I8c231c934c571c40fda8ba6c33d44b9c88c44e20
2024-10-02 14:42:56 +01:00
Efraim Flashner
6590f5c5cd
gnu: chez-scheme-for-racket-bootstrap-bootfiles: Force correct system.
* gnu/packages/chez.scm (chez-scheme-for-racket-bootstrap-bootfiles)
[arguments]: Adjust the 'build phase to ensure we're building for the
correct system.

Change-Id: Ied1861534707afbe00386ae83e95eb305bd0b5b8
2024-10-02 15:54:38 +03:00
Tobias Geerinckx-Rice
a47d7af227
gnu: src: Respect #:tests? argument.
* gnu/packages/version-control.scm (src)[arguments]: Skip the 'check
phase when #:tests? is false.

Change-Id: Ic39cdb1e9a158d16d022f6e41a954b567731b124
2024-09-29 02:00:00 +02:00
Tobias Geerinckx-Rice
b1df929e1b
gnu: src: Build from Git.
Upstream's Web server is currently misconfigured to serve:

  content-type: application/x-gzip
  content-encoding: gzip

resulting in an uncompressed tarball on arrival, and a hash mismatch.

The output built from Git is identical to that from the tarball, except
for some insignificant differences in the man page which is now built
from source.

* gnu/packages/version-control.scm (src)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[native-inputs]: Add asciidoc.

Change-Id: I922055d439057d8fdab48acdc722a55fd43a1dde
2024-09-29 02:00:00 +02:00
gemmaro
3d0668fe66
gnu: gnucash: Update to 5.9.
* gnu/packages/gnucash.scm (gnucash): Update to 5.9.

Change-Id: Ic12647f5d9f0f35786875967dc618fff0ceb6c13
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-02 17:33:14 +08:00