summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-06-30gnu: 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. Efraim Flashner
2022-06-30gnu: 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. Efraim Flashner
2022-06-30gnu: 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. Efraim Flashner
2022-06-30gnu: 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. Guillaume Le Vaillant
2022-06-30gnu: Add ruby-braintree....* gnu/packages/ruby.scm (ruby-braintree): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: Add r-amaretto....* gnu/packages/bioconductor.scm (r-amaretto): New variable. Mădălin Ionel Patrașcu
2022-06-30gnu: Add r-amountain....* gnu/packages/bioconductor.scm (r-amountain): New variable. Mădălin Ionel Patrașcu
2022-06-30gnu: r-partitions: Update to 1.10-4....* gnu/packages/cran.scm (r-partitions): Update to 1.10-4. [propagated-inputs]: Add r-mathjaxr. Ricardo Wurmus
2022-06-30gnu: r-metap: Update to 1.8....* gnu/packages/bioconductor.scm (r-metap): Update to 1.8. [propagated-inputs]: Add r-mathjaxr and r-qqconf. Ricardo Wurmus
2022-06-30gnu: Add r-qqconf....* gnu/packages/cran.scm (r-qqconf): New variable. Ricardo Wurmus
2022-06-30gnu: 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. Ricardo Wurmus
2022-06-30gnu: Add r-metadat....* gnu/packages/cran.scm (r-metadat): New variable. Ricardo Wurmus
2022-06-30gnu: Add r-mathjaxr....* gnu/packages/cran.scm (r-mathjaxr): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Greg Hogan
2022-06-30gnu: 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. Guillaume Le Vaillant
2022-06-30gnu: 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. Guillaume Le Vaillant
2022-06-30gnu: cl-fast-websocket: Update to 0.1-1.baeeadd....* gnu/packages/lisp-xyz.scm (sbcl-fast-websocket): Update to 0.1-1.baeeadd. Guillaume Le Vaillant
2022-06-30gnu: 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. Guillaume Le Vaillant
2022-06-30Revert "gnu: Add r-mathjaxr."...This reverts commit 9078c651e8d50e08b46e3b2da1c532c15af5ddb6. This package contains vast amounts of minified JavaScript that cannot be built from source. Ricardo Wurmus
2022-06-30Revert "gnu: Add r-metadat."...This reverts commit 6804d2bc250aff676f63f464679dcf00259bc836. This depends on r-mathjaxr. Ricardo Wurmus
2022-06-30Revert "gnu: r-metafor: Update to 3.4-0."...This reverts commit 00056eafaefed0af8535f219760fbbe01dd6f240. 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. Ricardo Wurmus
2022-06-30gnu: Add ruby-pry-rescue....* gnu/packages/ruby.scm (ruby-pry-rescue): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: Add ruby-interception....* gnu/packages/ruby.scm (ruby-interception): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: Add ruby-webrick....* gnu/packages/ruby.scm (ruby-webrick): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: Add ruby-sentry....* gnu/packages/ruby.scm (ruby-sentry): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: Add ruby-sentry-core....* gnu/packages/ruby.scm (ruby-sentry-core): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber
2022-06-30gnu: gqrx: Add missing input....* gnu/packages/radio.scm (gqrx)[inputs]: Add spdlog. Guillaume Le Vaillant
2022-06-30gnu: gnss-sdr: Add missing input....* gnu/packages/radio.scm (gnss-sdr)[inputs]: Add spdlog. Guillaume Le Vaillant
2022-06-30gnu: gr-osmosdr: Add missing input....* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add spdlog. Guillaume Le Vaillant
2022-06-30gnu: gr-iqbal: Add missing input....* gnu/packages/radio.scm (gr-iqbal)[inputs]: Add spdlog. Guillaume Le Vaillant
2022-06-30gnu: gr-satellites: Add missing input....* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog. Guillaume Le Vaillant
2022-06-30gnu: 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. Guillaume Le Vaillant
2022-06-30gnu: 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> Greg Hogan
2022-06-30gnu: 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> Greg Hogan
2022-06-30gnu: 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> Greg Hogan
2022-06-30gnu: 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> Greg Hogan
2022-06-30gnu: Add r-mathjaxr....* gnu/packages/cran.scm (r-mathjaxr): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Greg Hogan
2022-06-30gnu: Add r-metadat....* gnu/packages/cran.scm (r-metadat): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Greg Hogan
2022-06-30gnu: 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> Greg Hogan
2022-06-30services: greetd: Remove unnecessary user groups....* gnu/services/base.scm (%greetd-accounts): Remove supplementary groups users, tty, input, audio. Create special user group “greeter”. Lars-Dominik Braun
2022-06-29home: 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-29gnu: Syncthing: Update to 1.20.2....* gnu/packages/syncthing.scm (syncthing): Update to 1.20.2. Leo Famulari
2022-06-29gnu: 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> John Kehayias
2022-06-29gnu: 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. Leo Famulari
2022-06-29gnu: 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. Leo Famulari
2022-06-29gnu: 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. Leo Famulari
2022-06-29gnu: 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. Leo Famulari
2022-06-28gnu: 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. Jonathan Brielmaier
2022-06-28gnu: 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> Timotej Lazar
2022-06-28gnu: font-victor-mono: Update to 1.5.3....* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Jose G Perez Taveras
2022-06-28gnu: playerctl: Update to 2.4.1....* gnu/packages/music.scm (playerctl): Update to 2.4.1. [arguments]: Remove -Dintrospection=false. [inputs]: Remove python-pygobject. [native-inputs]: Add gobject-introspection. Signed-off-by: Christopher Baines <mail@cbaines.net> Jose G Perez Taveras