Commit graph

98590 commits

Author SHA1 Message Date
Efraim Flashner d473d8ebdb
gnu: x265: Enable assembly on for some arm build phases.
* gnu/packages/video.scm (x265)[arguments]: Enable assembly for
armhf-linux. Only disable assembly for aarch64-linux when building the
10-bit or 12-bit libraries.
2022-06-30 20:59:35 +03:00
Efraim Flashner 6f2bdd4e6b
gnu: x265: Honor make-flags.
* gnu/packages/video.scm (x265)[arguments]: Adjust custom 'build-12-bit,
'build-10-bit and 'install-more-libs phases to use standard 'make and
'install phases.
2022-06-30 20:59:35 +03:00
Efraim Flashner 857c9ce360
gnu: x265: Update to 3.5.
* gnu/packages/video.scm (x265): Update to 3.5.
[source]: Update to new upstream URI.
[arguments]: Adjust custom 'prepare-build phase due to changes in the
codebase. Remove trailing #t from phases and shorten find-files.
2022-06-30 20:59:32 +03:00
Guillaume Le Vaillant 9829f53a3f
gnu: sbcl: Fix build on some architectures.
* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build
  the doc for SB-SIMD only on x86_64-linux.
2022-06-30 17:01:20 +02:00
Stephen Paul Weber aeea9a3111
gnu: Add ruby-braintree.
* gnu/packages/ruby.scm (ruby-braintree): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 10:26:37 -04:00
Mădălin Ionel Patrașcu c6d792f34c
gnu: Add r-amaretto.
* gnu/packages/bioconductor.scm (r-amaretto): New variable.
2022-06-30 15:35:27 +02:00
Mădălin Ionel Patrașcu dd74da6190
gnu: Add r-amountain.
* gnu/packages/bioconductor.scm (r-amountain): New variable.
2022-06-30 15:29:45 +02:00
Ricardo Wurmus 8c85cc74f0
gnu: r-partitions: Update to 1.10-4.
* gnu/packages/cran.scm (r-partitions): Update to 1.10-4.
[propagated-inputs]: Add r-mathjaxr.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus 6e333213d3
gnu: r-metap: Update to 1.8.
* gnu/packages/bioconductor.scm (r-metap): Update to 1.8.
[propagated-inputs]: Add r-mathjaxr and r-qqconf.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus f36cf3278a
gnu: Add r-qqconf.
* gnu/packages/cran.scm (r-qqconf): New variable.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus 418a27f7f4
gnu: r-metafor: Update to 3.4-0.
* gnu/packages/cran.scm (r-metafor): Update to 3.4-0.
[propagated-inputs]: Add r-mathjaxr, r-metadat, and r-pbapply.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus 2cf8b996fa
gnu: Add r-metadat.
* gnu/packages/cran.scm (r-metadat): New variable.
2022-06-30 15:17:58 +02:00
Greg Hogan c3c8b5e60a
gnu: Add r-mathjaxr.
* gnu/packages/cran.scm (r-mathjaxr): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-06-30 15:17:58 +02:00
Guillaume Le Vaillant a672682997
gnu: cl-zstd: Update to 2.0-1.134f058.
* gnu/packages/lisp-xyz.scm (sbcl-zstd): Update to 2.0-1.134f058.
  [inputs]: Remove labels.
  [arguments]: Use gexp.
2022-06-30 14:36:44 +02:00
Guillaume Le Vaillant 90defb0f14
gnu: cl-lzlib: Update to 2.0-1.c8102fc.
* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 2.0-1.c8102fc.
  [inputs]: Remove labels.
  [arguments]: Use gexp.
2022-06-30 14:36:35 +02:00
Guillaume Le Vaillant e18f43f24e
gnu: cl-fast-websocket: Update to 0.1-1.baeeadd.
* gnu/packages/lisp-xyz.scm (sbcl-fast-websocket): Update to 0.1-1.baeeadd.
2022-06-30 14:13:09 +02:00
Guillaume Le Vaillant 2c6a9ad2f0
gnu: sbcl: Update to 2.2.6.
* gnu/packages/lisp.scm (sbcl): Update to 2.2.6.
  [native-inputs]: Remove zlib. Remove labels.
  [inputs]: Add zstd:lib.
2022-06-30 13:51:50 +02:00
Ricardo Wurmus 49ecf1cbee
Revert "gnu: Add r-mathjaxr."
This reverts commit 9078c651e8.

This package contains vast amounts of minified JavaScript that cannot be built
from source.
2022-06-30 13:11:40 +02:00
Ricardo Wurmus 2d38a6883e
Revert "gnu: Add r-metadat."
This reverts commit 6804d2bc25.

This depends on r-mathjaxr.
2022-06-30 13:11:24 +02:00
Ricardo Wurmus b9aa2f5aaf
Revert "gnu: r-metafor: Update to 3.4-0."
This reverts commit 00056eafae.

This depends on r-mathjaxr, which has been added in a previous commit.
Unfortunately, r-mathjaxr contains a lot of minified JavaScript that hasn't
been built from source.
2022-06-30 13:06:30 +02:00
Stephen Paul Weber d769b7e124
gnu: Add ruby-pry-rescue.
* gnu/packages/ruby.scm (ruby-pry-rescue): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber 7cd6ac428a
gnu: Add ruby-interception.
* gnu/packages/ruby.scm (ruby-interception): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber eb10b8841f
gnu: Add ruby-webrick.
* gnu/packages/ruby.scm (ruby-webrick): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber f33414564d
gnu: Add ruby-sentry.
* gnu/packages/ruby.scm (ruby-sentry): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber 142068c6e4
gnu: Add ruby-sentry-core.
* gnu/packages/ruby.scm (ruby-sentry-core): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Guillaume Le Vaillant 9121fd78da
gnu: gqrx: Add missing input.
* gnu/packages/radio.scm (gqrx)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant b3a9ac6f06
gnu: gnss-sdr: Add missing input.
* gnu/packages/radio.scm (gnss-sdr)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant 8c7184342e
gnu: gr-osmosdr: Add missing input.
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant 3aef40c819
gnu: gr-iqbal: Add missing input.
* gnu/packages/radio.scm (gr-iqbal)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant f436a5be57
gnu: gr-satellites: Add missing input.
* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant 1f6a9bbea6
gnu: gnuradio: Simplify package definition.
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove labels.
  [propagated-inputs]: Move spdlog to...
  [inputs]: ... here. Remove labels.
  [arguments]: Remove trailing #t in phases.
2022-06-30 11:23:39 +02:00
Greg Hogan 1256f36634
gnu: gnss-sdr: Update to 0.0.17.
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.17.
[inputs]: Add fmt.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan 22a341bea0
gnu: gr-satellites: Update to 4.6.0.
* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan 8a06b8ecb4
gnu: gnuradio: Update to 3.10.3.0.
* gnu/packages/radio.scm (gnuradio): Update to 3.10.3.0.
[native-inputs]: Add python-jsonschema and soapysdr.
[propagated-inputs]: Add spdlog.
[arguments]<#:configure-flags>: Add -DENABLE_GRC=ON.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan 00056eafae
gnu: r-metafor: Update to 3.4-0.
* gnu/packages/cran.scm (r-metafor): Update to 3.4-0.
[propagated-inputs]: Add r-mathjaxr r-metadat r-pbapply.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan 9078c651e8
gnu: Add r-mathjaxr.
* gnu/packages/cran.scm (r-mathjaxr): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan 6804d2bc25
gnu: Add r-metadat.
* gnu/packages/cran.scm (r-metadat): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:38 +02:00
Greg Hogan 4eddce8ce9
gnu: octave: Update to 7.1.0.
* gnu/packages/maths.scm (octave): Update to 7.1.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:38 +02:00
Lars-Dominik Braun d921516f50
services: greetd: Remove unnecessary user groups.
* gnu/services/base.scm (%greetd-accounts): Remove supplementary groups
users, tty, input, audio. Create special user group “greeter”.
2022-06-30 09:20:37 +02:00
( 75a520cca6
home: services: shells: Export Fish environment variables.
Variables set in the Fish configuration weren't previously being
exported.

* gnu/home/services/shells.scm (serialize-fish-env-vars): Output the
`set -x` command instead of `set`.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-29 20:40:36 +02:00
Leo Famulari c92e1b3b31
gnu: Syncthing: Update to 1.20.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.2.
2022-06-29 13:11:57 -04:00
Florian Pelz c86484782e
news: Add 'de' translation.
* etc/news.scm: Add German translation of update of 'linux-libre' entry.
2022-06-29 16:28:35 +02:00
Leo Famulari 75c5003a4a
news: Add entry about the update of the 'linux-libre' package.
* etc/news.scm: Add entry.
2022-06-29 08:52:58 -04:00
John Kehayias 44f2c7c2ca
gnu: linux-libre: Enable the AMD HSA driver.
* gnu/packages/aux-files/linux-libre/5.10-arm64.conf,
gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.15-arm64.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.18-arm64.conf,
gnu/packages/aux-files/linux-libre/5.18-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.4-arm64.conf,
gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Enable the AMD
Heterogeneous System Architecture (HSA) driver.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-06-29 08:49:42 -04:00
Leo Famulari 1601a47130
gnu: Remove linux-libre 5.17.
This kernel series is no longer supported upstream.

* gnu/packages/linux.scm (linux-libre-5.17-version,
linux-libre-5.17-gnu-revision, deblob-scripts-5.17,
linux-libre-5.17-pristine-source, linux-libre-5.17-source,
linux-libre-headers-5.17, linux-libre-5.17): Remove variables.
* gnu/packages/aux-files/linux-libre/5.17-arm.conf,
gnu/packages/aux-files/linux-libre/5.17-arm64.conf,
gnu/packages/aux-files/linux-libre/5.17-i686.conf,
gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2022-06-29 08:49:42 -04:00
Leo Famulari 2ec7ab2610
gnu: linux-libre: Update to 5.18.7.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Use linux-libre-5.18.
2022-06-29 08:49:42 -04:00
Leo Famulari 5bf97d2891
gnu: Add linux-libre 5.18.
* gnu/packages/linux.scm (linux-libre-5.18-version,
linux-libre-5.18-gnu-revision, deblob-scripts-5.18,
linux-libre-5.18-pristine-source, linux-libre-5.18-source,
linux-libre-headers-5.18, linux-libre-5.18): New variables.
* gnu/packages/aux-files/linux-libre/5.18-arm.conf,
gnu/packages/aux-files/linux-libre/5.18-arm64.conf,
gnu/packages/aux-files/linux-libre/5.18-i686.conf,
gnu/packages/aux-files/linux-libre/5.18-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2022-06-29 08:49:42 -04:00
Leo Famulari c62f6268e7
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-8.6d0d9fb.
This update adds compatibility with linux-libre 5.18.

* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-8.6d0d9fb.
2022-06-29 08:49:34 -04:00
Jonathan Brielmaier d7449142f5
gnu: icedove: Update to 91.11.0 [security fixes].
Fixes CVE-2022-2226 and CVE-2022-34478.

* gnu/packages/gnuzilla.scm (icedove): Update to 91.11.0.
2022-06-28 23:56:10 +02:00
Timotej Lazar aa565e7a10
gnu: naev: Update to 0.9.3.
* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
[source]: Switch to git-fetch.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-28 22:43:58 +01:00