Commit graph

119742 commits

Author SHA1 Message Date
Ricardo Wurmus
210bbf9c59
gnu: Add awslogs.
* gnu/packages/web.scm (awslogs): New variable.
2023-08-09 00:51:50 +02:00
AwesomeAdam54321
4547bc6fa3
gnu: Add savane.
* gnu/packages/version-control.scm (savane): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08 18:01:55 +02:00
Juliana Sims
1a2cf676df
gnu: uwufetch: Manually create missing include dir.
* gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing
include dir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08 18:01:55 +02:00
Juliana Sims
daadcb7162
gnu: uwufetch: Fix typo in build phase name.
* gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08 18:01:55 +02:00
Sam Lockart
969cea6836
file-systems: Use cgroups v2.
cgroup v2 is the next generation of the control groups API.  This patch
replaces the cgroup v1 file systems with the unified cgroup v2 file
system.

cgroup v2 allows for things like containerd/podman to run rootless
containers and opens guix system up to running things like Kubernetes.

Thanks to Hilton Chain <hako@ultrarare.space> for suggesting the Docker
service change.

* gnu/system/file-systems.scm (%control-groups): Change to a single
"cgroup2" mount point.
* gnu/services/docker.scm (docker-shepherd-service): Trim 'requirement'
field accordingly.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08 18:01:55 +02:00
Unstable Horse
267e4234ff
gnu: Add gp-saml-gui
* gnu/packages/vpn.scm (gp-saml-gui): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08 18:01:55 +02:00
Ludovic Courtès
aae69b7163
gnu: libflame: Tweak synopsis.
* gnu/packages/maths.scm (libflame)[synopsis]: Expand acronym.
2023-08-08 18:01:55 +02:00
Ludovic Courtès
508458de03
gnu: blis: Provide the CBLAS interface.
* gnu/packages/maths.scm (blis)[arguments]: Add #:configure-flags.
2023-08-08 18:01:54 +02:00
Ludovic Courtès
5652c2e147
system: Do not check initrd modules for pseudo file systems.
Reported by hako on #guix.

* gnu/machine/ssh.scm (machine-check-initrd-modules): Filter out pseudo
file systems from 'file-systems'.
* guix/scripts/system.scm (check-initrd-modules): Likewise.
2023-08-08 18:01:54 +02:00
Andre A. Gomes
782ef67a59
gnu: webkitgtk: Update to 2.40.5.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.40.5.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 13:13:27 +02:00
Ricardo Wurmus
b20e5bcafd
gnu: goaccess: Update to 1.7.2.
* gnu/packages/web.scm (goaccess): Update to 1.7.2.
[source]: Patch second timestamp in parser.c.
[arguments]: Enable geoip and utf8.
[inputs]: Add libmaxminddb and openssl.
2023-08-08 10:47:29 +02:00
Guillaume Le Vaillant
f19736e62f
gnu: txr: Update to 291.
* gnu/packages/lisp.scm (txr): Update to 291.
2023-08-08 10:31:10 +02:00
Guillaume Le Vaillant
29dc951b90
gnu: cl-nodgui: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui)[inputs]: Remove labels.
  [arguments]: Use gexp.
2023-08-08 10:31:10 +02:00
cage
d83aa756a6
gnu: cl-nodgui: Update to 0.4.8.5-2.4a9c2e7.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.4.8.5-2.4a9c2e7.
  [source, home-page]: Switch from Notabug to Codeberg.
  [inputs]: Remove sbcl-cl-lex and sbcl-cl-yacc. Add sbcl-esrap and tklib.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 10:31:10 +02:00
cage
661cd5772d
gnu: cl-clunit2: Update to 0.5.2-2.5e28343.
* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.5.2-2.5e28343.
  [source, home-page]: Switch from Notabug to Codeberg.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 10:31:10 +02:00
cage
be7f5111ce
gnu: cl-colors2: Update to 0.5.4-4.7a14107.
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4-4.7a14107.
  [source, home-page]: Switch from Notabug to Codeberg.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 10:31:10 +02:00
cage
b9098eaf5e
gnu: cl-i18n: Update to 0.5.5-3.acb162a.
* gnu/packages/lisp-xyz.scm (sbcl-cl-i18n): Update to 0.5.5-3.acb162a.
  [source, home-page]: Switch from Notabug to Codeberg.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 10:31:10 +02:00
cage
c7d9fb58a7
gnu: cl-tooter: Update to 1.0.0-4.2e1b22f05.
* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-4.2e1b22f05.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08 10:31:10 +02:00
Sharlatan Hellseher
692f24d739
gnu: python-astroalign: Fix build.
* gnu/packages/astronomy.scm (python-astroalign)[native-inputs]:
Add python-pytest, python-semantic-version.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
6081c8699b
gnu: python-synphot: Update to 1.2.1.
* gnu/packages/astronomy.scm (python-synphot): Update to 1.2.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
dc3c9ddc08
gnu: python-pyerfa: Use G-expressions.
* gnu/packages/astronomy.scm (python-pyerfa): Use G-expressions.
[snippet]: Remove trailing #t.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
296a157092
gnu: python-pyerfa: Fix tests.
* gnu/packages/astronomy.scm (python-pyerfa): Fix tests.
[build-system]: Change to pyproject-build-system.
[arguments]: Disable a failing test. Add 'build-extensions phase.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
bc7a8ebcd8
gnu: python-pyerfa: Update to 2.0.0.3.
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.0.3.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
113efafd5b
gnu: python-sunpy: Update to 5.0.0.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.0. Drop some
failing tests.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
042c64f5cc
gnu: python-cdflib: Update to 1.0.5.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.0.5.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
130c154737
gnu: python-stdatamodels: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
6f0d48ac71
gnu: python-stcal: Update to 1.4.2.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Sharlatan Hellseher
d8ef4eef3d
gnu: python-reproject: Update to 0.11.0.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.11.0.
[native-inputs]: Move python-pyvo, python-gwcs, python-shapely from here ...
[propagated-inputs]: ... to here. Add python-click, python-cloudpickle,
python-dask, python-fsspec, python-zarr.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08 09:36:59 +02:00
Maxim Cournoyer
98c17c1482
gnu: qtbase: Avoid retaining a reference to gcc-final.
Fixes <https://issues.guix.gnu.org/63948>.

* gnu/packages/qt.scm (qtbase) [configure-flags]: Add the
"-DQT_EMBED_TOOLCHAIN_COMPILER=OFF" flag.

Reported-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 23:34:58 -04:00
Maxim Cournoyer
7c3df13f22
gnu: qtbase: Fix qmake link directives.
* gnu/packages/qt.scm (qtbase) [origin]: Add patch, specifying patches
explicitly.
[arguments] <phases>: Augment LIBRARY_PATH in check phase.
* gnu/packages/patches/qtbase-qmake-use-libname.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-08-07 23:34:58 -04:00
Sharlatan Hellseher
d43b53c476
gnu: python-drms: Update to 0.6.4.
* gnu/packages/astronomy.scm (python-drms): Update to 0.6.4.
2023-08-07 20:42:33 +02:00
Sharlatan Hellseher
f8ba0889f2
gnu: python-fitsio: Enable tests.
* gnu/packages/astronomy.scm (python-fitsio): Enable tests.
[build-system]: Swap to pyproject-build-system.
[arguments]: Add new phase 'build-extensions.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:36:25 +02:00
Sharlatan Hellseher
116bffeae4
gnu: python-fitsio: Update to 1.1.10.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.10.
[native-inputs]: Add python-pytest.
[propagated-inputs]: Move cfitsio from here ...
[inputs]: ... to here, do not propagate as it's required only on build
and link time.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:36:22 +02:00
Sharlatan Hellseher
7a66ffb4c8
gnu: python-ccdproc: Update to 2.4.1.
* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.1.
[native-inputs]: Add python-semantic-version.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:23:06 +02:00
Sharlatan Hellseher
f9a94fee72
gnu: python-astropy: Update to 5.3.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.1.
[snippet]: Remove trailing #t. Prevent cfitsio from deletion.
[inputs]: Remove cfitsio.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:18 +02:00
Sharlatan Hellseher
eb9e0a72d4
gnu: splash: Update to 3.8.2.
* gnu/packages/astronomy.scm (splash): Update to 3.8.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:18 +02:00
Sharlatan Hellseher
35ccd2f006
gnu: libxisf: Update to 0.2.8.
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.8.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:18 +02:00
Sharlatan Hellseher
c006e9a872
gnu: calcmysky: Update to 0.3.1.
* gnu/packages/astronomy.scm (calcmysky) Update to 0.3.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:18 +02:00
Sharlatan Hellseher
dc2be2652f
gnu: calceph: Update to 3.5.2.
* gnu/packages/astronomy.scm (calceph): Update to 3.5.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:17 +02:00
Sharlatan Hellseher
8a88a7c0d9
gnu: python-photutils: Update package style.
* gnu/packages/astronomy.scm (python-photutils): Update package style.
[build-system]: Swap to python-build-system.
[arguments]: Use G-expressions. Rename the phase before check
'writable-compiler to 'build-extensions to reflect its purpose, add
new step in phase building extensions for testing.
[native-inputs]: Remove python-pytest-runner.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:17 +02:00
Sharlatan Hellseher
c84dce05c5
gnu: sextractor: Use G-expressions.
* gnu/packages/astronomy.scm (sextractor): Use G-expressions.
[inputs]: Remove labels.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:17 +02:00
Sharlatan Hellseher
2d91ef7a93
gnu: sextractor: Update to 2.28.0 and add input.
* gnu/packages/astronomy.scm (sextractor): Update to 2.28.0, fix build.
[arguments]: Add configure flags for CFitsio detection.
[inputs]: Add cfitsio.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07 20:17:17 +02:00
Danny Milosavljevic
a4e3b7ce48
gnu: Add older version of jbr.
* gnu/packages/java.scm (jbr11): New variable.
2023-08-07 18:54:17 +02:00
Andreas Enge
c47f5587a2
gnu: maths: Remove a duplicate module import.
Reported-by: Andy Tai <atai@atai.org>

* gnu/packages/maths.scm: Remove duplicate line.
2023-08-07 17:26:40 +02:00
Ludovic Courtès
f1badc9406
gnu: praat: Honor #:tests?.
* gnu/packages/language.scm (praat)[arguments]: Check #:tests? in 'check
phase.
2023-08-07 16:11:44 +02:00
Preston M. Firestone
67d480d4a0
gnu: praat: Update style.
* gnu/packages/language.scm (praat):
  [arguments]: Use g-exps.
  [#:phases]: Drop trailing #t.
  [inputs]: Use new format.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 16:11:38 +02:00
Preston M. Firestone
a9070e8ece
gnu: praat: Add tests to praat.
* gnu/packages/language.scm (praat): Run non-graphical tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 16:08:50 +02:00
Preston M. Firestone
730fea3f28
gnu: praat: Update to 6.3.10.
* gnu/packages/language.scm (praat): Update to 6.3.10.
  [make-flags]: Use (cc-for-target).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 16:08:47 +02:00
Preston M. Firestone
94e2e07942
gnu: praat: Update to 6.1.49.
Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches
this. See https://github.com/praat/praat/pull/1622 for more information.

-- >8 --
* gnu/packages/language.scm (praat): Update to 6.1.49.
  [inputs]: Replace gtk+-2 with gtk+.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 16:08:42 +02:00
Lu Hui
5b738d10e2
gnu: Add tgs2png.
* gnu/packages/telegram.scm (tgs2png): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07 16:03:43 +02:00