me
/
guix
Archived
1
0
Fork 0
Commit Graph

130854 Commits (5f86eebd240958001ab4f178005f355d24d9b7f1)

Author SHA1 Message Date
Benjamin ff61ca41d9
gnu: Add go-github-com-minio-highwayhash.
* gnu/packages/golang-crypto.scm (go-github-com-minio-highwayhash): New variable.

Change-Id: Ib6aa8a38946841e840b17848b07434487f0435ef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-08 21:46:22 +00:00
Liliana Marie Prikler 8798f940ad
Revert update to Renpy 8.2.
This reverts commits 9d53c236a6,
2bfe8e95ef, and
08ed3ec64e as a temporary fix to
<https://bugs.gnu.org/68982>.
2024-02-08 22:05:09 +01:00
Ricardo Wurmus 24e87f64cf
gnu: Add python-geoip2fast.
* gnu/packages/geo.scm (python-geoip2fast): New variable.

Change-Id: Ia1ca57ac281c487db65ad3474940e8326082b7a1
2024-02-08 19:20:25 +01:00
Andrew Tropin a903558577
gnu: elixir: Remove wrap for mix.
* gnu/packages/elixir.scm (elixir)[#:phases]: Instead of wrapping mix into
shell script, which sets environment variables, we patch mix itself and set
environmnet variables via elixir code.

Change-Id: Ia4643e18fe927491242a0541938b7570bd56fca1

Co-authored-by: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Change-Id: I29d2c61299a8a54125f0e15190c526a860d501da
2024-02-08 12:07:53 +03:00
unwox 5d2302a195
gnu: janet: Update to 1.33.0
* gnu/packages/lisp.scm (janet): Update to 1.33.0.

Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 16:31:26 +01:00
Felix Gruber d7c34bc099
gnu: qgis: Fix build against proj 9.3.1.
* gnu/packages/geo.scm (qgis)[arguments]: Disable newly broken tests
  test_core_overlayexpression and PyQgsProjectionSelectionWidgets.

Change-Id: If80c1d86b00f4d9481ada17b99962754b5efdc92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 14:02:55 +01:00
Felix Gruber 8736c6357d
gnu: grass: Update to 7.8.8.
* gnu/packages/geo.scm (grass): Update to 7.8.8.

Change-Id: Ife86e2f770e1a3bbc907e9baf25253dbff7e5653
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:54:28 +01:00
Felix Gruber 556a7484f1
gnu: python-pyshp: Update to 2.3.1.
* gnu/packages/geo.scm (python-pyshp): Update to 2.3.1.
  [arguments]: Disable test that requires network access.

Change-Id: Iba7bd8191c17ecf255375a8443319b449057e094
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:53:23 +01:00
Felix Gruber 4ad6872979
gnu: python-shapely: Update to 2.0.2.
* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.2.
[native-inputs]: Remove python-pytest-cov.

Change-Id: I4358c16d53c97a0cd38e3689d65ead770b2e997c
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:50:53 +01:00
Felix Gruber 0a1d503b28
gnu: geos: Update to 3.12.1.
* gnu/packages/geo.scm (geos): Update to 3.12.1.
  [arguments]: Update 'patch-test-shebangs.

Change-Id: I4c5a7dd0ce0e95f813474ff4841a844e63451d24
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:44:26 +01:00
Felix Gruber a042bfcd7e
gnu: libgeotiff: Fix build with proj 9.3.1.
* gnu/packages/geo.scm (libgeotiff): [source]: Add patches to fix build
  with proj 9.3.1.
* gnu/local.mk: Add patch files.
* gnu/packages/patches/libgeotiff-fix-tests-on-i386.patch: New file.
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.0.patch: New
  file.
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.1.patch: New
  file.

Change-Id: I5f09e793698b0b137888faa0f595ef06850c6160
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:41:57 +01:00
Felix Gruber e25fa3f6da
gnu: python-pyproj: Update to 3.6.1.
* gnu/packages/geo.scm (python-pyproj): Update to 3.6.1.
[arguments]: Convert to gexp.

Change-Id: I0ef2bf3da8d35b728f4ba4009caca33fa18dbad3
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:36:57 +01:00
Felix Gruber 4c1a7678b2
gnu: proj: Update to 9.3.1.
* gnu/packages/geo.scm (proj): Update to 9.3.1.

Change-Id: I176efdba12761b81b90c8a53c362e4e66bd08fca
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-07 13:30:33 +01:00
Efraim Flashner 10dba10fd6
gnu: Register missing patch.
* gnu/local.mk (dist_patch_DATA): Add missing patch.

Change-Id: I82264a8cbea1550522994292e24f702f7cc78700
2024-02-07 10:30:50 +02:00
Sharlatan Hellseher cce7a6d2d2
gnu: python-ipydatawidgets: Fix build.
As seen in <http://ci.guix.gnu.org/build/3396112/log/raw>.

* gnu/packages/jupyter.scm (python-ipydatawidgets) [arguments]
<#:phases>: Disable 3 failing tests in 'check phase.

Change-Id: I8de3678914e871df5bbb50c69c322dc4b55d18ac
2024-02-06 22:48:50 +00:00
Sharlatan Hellseher 5729b2b352
gnu: python-traittypes: Simplify package.
* gnu/packages/python-science.scm (python-traittypes) [build-system]:
Swap to pyproject-build-system.
[arguments]: Move excluded tests to <#:test-flags>. Use standard 'check
phase.

Change-Id: I4cab0c94036a7e5f0851edf2833dfac2f675d2a0
2024-02-06 21:11:40 +00:00
Sharlatan Hellseher 5dee582c13
gnu: python-pynrrd: Update to 1.0.0.
* gnu/packages/python-science.scm (python-pynrrd): Update to 1.0.0.
[arguments]: Keep 'ensure-no-mtimes-pre-1980 phase as it's building with
it successfully.
[propagated-inputs]: Add python-nptyping and python-typing-extensions.

Change-Id: Ic4dcd0825e71d3eb4acd39694bee9e22e8485f9f
2024-02-06 19:56:05 +00:00
Sharlatan Hellseher ac18dfc675
gnu: python-pynrrd: Improve description.
* gnu/packages/python-science.scm (python-pynrrd) [description]: Add
definition of NRRD.

Change-Id: I0335df0eb4be600d81799da64374ddfb49b06720
2024-02-06 19:49:50 +00:00
Antero Mejr 36f5db706c
gnu: Add python-pynrrd.
* gnu/packages/python-science.scm (python-pynrrd): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-06 19:40:17 +00:00
Andy Tai 7d3aa578ef
gnu gnuatro: Update to 0.22.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.22.

Change-Id: Ifa8329765adb2b32b9b04c1531087363a807613d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-06 19:00:56 +00:00
Mădălin Ionel Patrașcu b13d6c5715
gnu: Add r-imifa.
* gnu/packages/cran.scm (r-imifa): New variable.

Change-Id: I0046faadb9546ae1fa8437db72b784307deba241
2024-02-06 17:41:50 +01:00
Mădălin Ionel Patrașcu e8292cc60e
gnu: Add r-mvnfast.
* gnu/packages/cran.scm (r-mvnfast): New variable.

Change-Id: I17b1d1da941248fde466aa90304481cae9ca60fe
2024-02-06 17:41:44 +01:00
Ricardo Wurmus 948c4c26e1
gnu: Add openmm.
* gnu/packages/machine-learning.scm (openmm): New variable.

Change-Id: I2a296471881ffbd9356fcdd27d349aa4a7bb5132
2024-02-06 16:19:42 +01:00
Wilko Meyer a4464bd097
gnu: linux-libre 6.1: Update to 6.1.76.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.76.
(linux-libre-6.1-pristine-source): Update hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I6e66bfadeb11a300f47fbec2bffdbc5b02d85e75
2024-02-05 20:53:21 -05:00
Wilko Meyer 1c47327b2e
gnu: linux-libre 6.6: Update to 6.6.15.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.15.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.

Signed-off-by: Leo Famulari <leo@famulari.name>

Change-Id: I9c744e41241d083baf20d2004bb3ee445cd0a0a9
2024-02-05 20:53:21 -05:00
Wilko Meyer 9b40e74e7c
gnu: linux-libre 6.7: Update to 6.7.3.
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.3.
(linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes.

Signed-off-by: Leo Famulari <leo@famulari.name>

Change-Id: I56b489855db37962ccf9ccccdf09fabf65648e89
2024-02-05 20:53:17 -05:00
Troy Figiel 1eda62a266
gnu: go-github-com-operatorfoundation-ed25519: Add missing input.
* gnu/packages/golang-crypto.scm (go-github-com-operatorfoundation-ed25519)
[native-inputs]: Add go-golang-org-x-crypto.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05 22:34:48 +00:00
Troy Figiel 34fe725fb3
gnu: go-github-com-go-git-go-billy: Add missing input.
* gnu/packages/golang.scm (go-github-com-go-git-go-billy)
[propagated-inputs]: Add go-golang-org-x-sys.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia1fee47a497dcd1221ec6a8b2b6bbd549662e470
2024-02-05 22:34:47 +00:00
Troy Figiel c1a4de630c
gnu: go-github-com-cheekybits-genny: Add missing input.
* gnu/packages/golang.scm (go-github-com-cheekybits-genny)
[native-inputs]: Add go-github-com-stretchr-testify.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib3b9a0aefa8218d26527e4401952ad72d6cc625d
2024-02-05 22:34:47 +00:00
Troy Figiel f33473e7b2
gnu: misspell: Add missing input.
* gnu/packages/golang.scm (misspell) [propagated-inputs]: Add go-github-com-gobwas-glob.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I1c080a8fbb6f0a0294e28e4697438ab31ebca3cc
2024-02-05 22:34:47 +00:00
Troy Figiel 067fa9448f
gnu: go-github-com-jmespath-go-jmespath: Add missing input.
* gnu/packages/golang-web.scm (go-github-com-jmespath-go-jmespath)
[native-inputs]: Add go-github-com-stretchr-objx.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I98f2bf971b2edf41c6f36ed118bbe33727f0267b
2024-02-05 22:34:47 +00:00
Troy Figiel 3ce5778adb
gnu: go-github-com-kr-text: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0.
[propagated-inputs]: Add go-github-com-creack-pty.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05 22:34:47 +00:00
Greg Hogan 857507117d
gnu: texstudio: Update to 4.7.2.
* gnu/packages/tex.scm (texstudio): Update to 4.7.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 23:12:11 +01:00
Greg Hogan 8a68ed5e8d
gnu: xsnow: Update to 3.7.7.
* gnu/packages/toys.scm (xsnow): Update to 3.7.7.
[inputs]: Add gsl and move gtk+ to ...
[propagated-inputs]: ... here and add gdk-pixbuf.

Change-Id: I45ba6bffc670180ffd713bc098513e5d4cd3dc23
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 23:03:36 +01:00
Greg Hogan dbe014a106
gnu: fmt-10: Update to 10.2.1.
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.

Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 23:00:12 +01:00
Greg Hogan 5618fd5d6f
gnu: spdlog: Update to 1.13.0.
* gnu/packages/logging.scm (spdlog): Update to 1.13.0.
[source]: Remove upstreamed patch.
* gnu/local.mk: Unregister it.
* gnu/packages/patches/spdlog-fix-tests.patch: Delete file.

Change-Id: I78b5021b9841d16f43a283eaee931b4f92746ab8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 22:54:51 +01:00
Luis Felipe 28434e496c
gnu: Add font-oswald.
* gnu/packages/fonts.scm (font-oswald): New variable.

Change-Id: Ief63b944b722d5ed1b3cabd041bcd75948a1f59e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 22:43:18 +01:00
Andre A. Gomes 3d9600ba12
gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0-0.bc1153a.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 22:42:21 +01:00
Juliana Sims eec108eb65
gnu: qpwgraph: Update to 0.6.2.
* gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.

Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-05 22:39:54 +01:00
Leo Nikkilä 841fd4880a
linux-container: Inherit essential services.
Currently it's not possible to set `essential-services' when building
operating systems for containers, since `container-essential-services'
always uses the defaults.

It's possible to reference `essential-services' from the operating
system that's passed in, but since it's thunked, the operating system
needs to be defined in two passes to avoid an infinite loop.

* gnu/system/linux-container.scm (container-essential-services): Use
operating-system-essential-services instead of the defaults to allow
overriding the base services.
(containerized-operating-system): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I81452487ef1ad01d3fa874c26d93a67d58ce6062
2024-02-05 22:29:45 +01:00
Clément Lassieur 14210b7f58
teams: mozilla: Add tor-browsers.scm.
* etc/teams.scm (mozilla): Add "gnu/packages/tor-browsers.scm".

Change-Id: Id3aa1fe641c612000319a4ea4b236285f8d3b599
2024-02-05 18:57:48 +01:00
Artyom V. Poptsov 317d9840d3
gnu: Add go-github-com-gabriel-vasile-mimetype.
* gnu/packages/golang.scm (go-github-com-gabriel-vasile-mimetype): New
  variable.

Change-Id: Icb1624eb9a890b6f711dacf5ff80f15b041f3b7d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05 15:42:51 +00:00
Clément Lassieur a3df20db8c
gnu: Add mullvadbrowser.
* gnu/packages/tor-browsers.scm (%moz-build-date): Rename to
%torbrowser-build-date.
(make-torbrowser, torbrowser): Add a ‘build-date’ parameter and use it.
(%mullvadbrowser-locales, %mullvadbrowser-build-date, %mullvadbrowser-version,
%mullvadbrowser-firefox-version, translation-mullvad-browser,
mullvadbrowser-assets, mullvadbrowser-base, mullvadbrowser): New variables.

Change-Id: Ie6d48823b3794710f60f0ae201a0297925221f66
2024-02-05 15:05:41 +01:00
Andre A. Gomes 393c526089
gnu: nyxt: Update to 3.11.2.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-05 14:36:05 +01:00
Charles 9c9a19dba5
gnu: cl-legit: Update to 1.0.0-3.9c677b9.
* gnu/packages/lisp-xyz.scm (sbcl-legit): Update to 1.0.0-3.9c677b9.

Change-Id: Ib6ea65b196df9a82c6d4cf7c360fd8f97b5e1819
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-05 14:36:05 +01:00
Charles a442b46e28
gnu: cl-command-line-args: Update to version 0.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.1.

Change-Id: I8f95ab80b8f79a6aaa3155fb5058821186fd9d5f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-05 14:36:05 +01:00
Charles 87f5876e60
gnu: Add cl-modf.
* gnu/packages/lisp-xyz.scm (sbcl-modf, cl-modf, ecl-modf): New variables.

Change-Id: Ic7e8e4511ca537531a7d9aa134e671aca060aa09
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-05 14:36:05 +01:00
Sergey Trofimov d8472f7164
gnu: emacs-telega-server: Update to 0.8.240.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.240.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-02-05 16:31:37 +03:00
Sergey Trofimov b51542d991
gnu: tdlib: Update to 1.8.24.
* gnu/packages/messaging.scm (tdlib): Update to 1.8.24.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-02-05 16:31:36 +03:00
Georgios Athanasiou 5a806face5
gnu: guile-yamlpp: Update to 0.3.
* gnu/packages/guile-xyz.scm (guile-yamlpp): Update to 0.3.

Change-Id: I47e3e909cadc81219b8cb2bc32a86eccd73f7d4a
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-05 15:27:22 +08:00