aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-07-11gnu: ruby-asciidoctor: Re-indent.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
2020-07-11gnu: Add ruby-slim.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-slim): New variable.
2020-07-11gnu: ruby-temple: Update to 0.8.2.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-temple): Update to 0.8.2.
2020-07-11gnu: ruby-tilt: Add pandoc, sassc support.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-guard)[native-inputs]: Move ruby-sassc from here... [propagated-inputs]: ...to here. Add ruby-pandoc-ruby.
2020-07-11gnu: ruby-tilt: Update to 2.0.10.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.0.10.
2020-07-11gnu: Add ruby-pandoc-ruby.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-pandoc-ruby): New variable.
2020-07-11gnu: ruby-cucumber: Enable more tests.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-cucumber)[test-target]: Use the default test-target, which includes the cucumber tests target. [phases]: Add the 'disable-rubocop and 'set-home phases. Delete Gemfile as part of the 'strip-version-requirements phase.
2020-07-11gnu: ruby-sinatra: Update to 2.0.8.1.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-sinatra): Update to 2.0.8.1. [phases]{fix-slow-doc-generation}: Add phase.
2020-07-11gnu: ruby-yard: Update to 0.9.25.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.25.
2020-07-11gnu: Add ruby-yard-with-tests.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-yard-with-tests): New variable.
2020-07-11gnu: ruby-yard: Disable tests.Maxim Cournoyer
YARD is a common dependency in the Ruby world; having it carry extra test dependencies is prone to cause dependency cycles. For example, YARD depends on Asciidoctor, but the latest Asciidoctor requires ruby-cucumber for its test suite, which pulls YARD through many of its dependencies. * gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable tests. [native-inputs]: Remove.
2020-07-11gnu: ruby-asciimath: Update to 2.0.1.Maxim Cournoyer
* gnu/packages/maths.scm (ruby-asciimath): Update to 2.0.1. [arguments]: Remove. [native-inputs]: Remove bundler, add ruby-nokogiri.
2020-07-11gnu: rtl-sdr: Use HTTPS URL.Leo Famulari
* gnu/packages/radio.scm (rtl-sdr)[source]: Use HTTPS URL.
2020-07-11gnu: Add hss.Oleg Pykhalov
* gnu/packages/admin.scm (hss): New variable.
2020-07-11gnu: qutebrowser: Update to 1.13.0.Michael Rohleder
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-07-11image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen
This fixes <https://bugs.gnu.org/42151>. * gnu/system/images/hurd.scm (hurd-initialize-root-partition): Use #:wal-mode #f in call to ... * gnu/build/image.scm (initialize-root-partition): ... this, add #:wal-mode? parameter, pass it to ... (register-closure): ... this, add #:wal-mode? parameter, pass it to ... * guix/store/database.scm (with-database): ... this, add #:wal-mode? parameter, pass it to ... (call-with-database): ... this, add #:wal-mode? parameter; when set to #f, do not set journal_model=WAL.
2020-07-11gnu: sqlite: Add locking-mode fix for the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/patches/sqlite-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sqlite.scm (sqlite)[native-inputs]: Add it when building for the Hurd. [arguments]: Apply it when building for the Hurd.
2020-07-11gnu: monero-gui: Update to 0.16.0.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
2020-07-11gnu: maradns: Use CC-FOR-TARGET.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (maradns)[arguments]: Use CC-FOR-TARGET.
2020-07-11gnu: maradns: Update to 3.5.0007.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (maradns): Update to 3.5.0007.
2020-07-11gnu: chocolate-doom: Update to 3.0.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
2020-07-11gnu: 7kaa: Update to 2.15.4.Tobias Geerinckx-Rice
* gnu/packages/games.scm (7kaa): Update to 2.15.4.
2020-07-11gnu: r-processx: Update to 3.4.3.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-processx): Update to 3.4.3.
2020-07-11gnu: r-htmltable: Update to 2.0.1.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
2020-07-11gnu: xwallpaper: Update to 0.6.5.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.
2020-07-10gnu: gnome-builder: Expound description.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
2020-07-10gnu: Add gnome-builder.Leo Prikler
* gnu/packages/gnome.scm (gnome-builder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-10gnu: Add sysprof.Leo Prikler
* gnu/packages/gnome.scm (sysprof): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-10gnu: lcalc: Don't rename the include directory.Jakub Kądziołka
Sage no longer renames the directory, so we shouldn't either. * gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from the prepare-build phase.
2020-07-10gnu: Add ECL 16.1.3 for Sage.Jakub Kądziołka
* gnu/packages/sagemath.scm (ecl-16): New variable. * gnu/packages/patches/ecl-16-format-directive-limit.patch, gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch, gnu/packages/patches/ecl-16-libffi.patch: New files. * gnu/local.mk (dist_patch_DATA): Register the patches.
2020-07-10gnu: sagemath: Remove unnecessary old versions of packagesJakub Kądziołka
Sage has updated givaro, fflas-ffpack and linbox since the comment was written. * gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove variables.
2020-07-10gnu: linbox: Fix linking of dependant packages.Jakub Kądziołka
* gnu/packages/algebra.scm (linbox)[source]: Add a patch. [inputs]: Move fflas-ffpack to... [propagated-inputs]: ...here. * gnu/packages/patches/linbox-fix-pkgconfig.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2020-07-10gnu: arb: Build with flint 2.6.Jakub Kądziołka
Backport an upstream patch to fix a compatibility issue with flint 2.6. * gnu/packages/algebra.scm (arb): Add patch. * gnu/packages/patches/arb-flint-2.6.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new file.
2020-07-10gnu: flint: Build with ntl.Jakub Kądziołka
* gnu/packages/algebra.scm (flint)[inputs]: Add ntl. [arguments]: Pass --with-ntl to configure.
2020-07-10gnu: flint: Update to 2.6.0.Jakub Kądziołka
* gnu/packages/algebra.scm (flint): Update to 2.6.0. * gnu/packages/patches/flint-ldconfig.patch: Remove the patch as it got applied upstream. * gnu/local.mk (dist_patch_DATA): Deregister the removed file.
2020-07-10gnu: minetest: Update to 5.3.0.Jakub Kądziołka
* gnu/packages/games.scm (minetest, minetest-data): Update to 5.3.0. (minetest-data): Specify version with (package-version minetest)
2020-07-10gnu: webkitgtk: Update to 2.28.3 [security fixes].Mark H Weaver
Includes fixes for CVE-2020-9802, CVE-2020-9803, CVE-2020-9805, CVE-2020-9806, CVE-2020-9807, CVE-2020-9843, CVE-2020-9850, and CVE-2020-13753. * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.3.
2020-07-10services: guix: Refer to 'berlin.guixsd.org.pub'.Ludovic Courtès
This partly reverts d283bb960f927dd5f7bb8b96bc697221e4e8ad39. * gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guixsd.org.pub.
2020-07-10gnu: linux-libre: Fix regression with Atheros 9271.Mark H Weaver
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (%linux-libre-fix-atheros-9271-patch): New variable. (linux-libre-4.4-source, linux-libre-4.9-source) (linux-libre-4.14-source, linux-libre-4.19-source) (linux-libre-5.4-source, linux-libre-5.7-source): Add the patch.
2020-07-10gnu: bats: Define TAP.Tobias Geerinckx-Rice
* gnu/packages/bash.scm (bats)[description]: Use @acronym{TAP, …}.
2020-07-10gnu: cryptsetup: Update to 2.3.3.Tobias Geerinckx-Rice
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.3. [inputs]: Use the default json-c version.
2020-07-10gnu: qbittorrent: Update to 4.2.5.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
2020-07-09gnu: u-boot: Update to 2020.07.Vagrant Cascadian
* gnu/packages/bootloaders (u-boot): Update to 2020.07. (u-boot-pinebook-pro-rk3399): Remove patches. * gnu/packages/patches: u-boot-DT-for-Pinebook-Pro.patch, u-boot-add-boe-nv140fhmn49-display.patch, u-boot-gpio-keys-binding-cons.patch, u-boot-leds-common-binding-con.patch, u-boot-support-Pinebook-Pro-laptop.patch, u-boot-video-rockchip-fix-build.patch: Remove patches. u-boot-riscv64-fix-extlinux.patch: Refresh patch. * gnu/local.mk (dist_patch_DATA): Update accordingly.
2020-07-10maint: Remove traces of "berlin.guixsd.org".Ludovic Courtès
The guixsd.org domain is no longer advertised since before in 1.0.0 release in May 2019. * etc/substitutes/berlin.guixsd.org.pub: Rename to... * etc/substitutes/berlin.guix.gnu.org.pub: ... this. * etc/substitutes/ci.guix.gnu.org.pub, etc/substitutes/ci.guix.info.pub: Adjust accordingly. * gnu/services/base.scm (%default-authorized-guix-keys): Likewise. * guix/build/download-nar.scm (urls-for-item): Likewise. * guix/self.scm (miscellaneous-files): Likewise. * Makefile.am (dist_pkgdata_DATA): Likewise.
2020-07-09gnu: linux-libre: Update to 5.4.51.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.51. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.51.
2020-07-09gnu: linux-libre@5.7: Update to 5.7.8.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.8. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.8.
2020-07-09gnu: linux-libre@4.19: Update to 4.19.132.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.132. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.132.
2020-07-09gnu: linux-libre@4.14: Update to 4.14.188.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.188. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.188.
2020-07-09gnu: linux-libre@4.9: Update to 4.9.230.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.230. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update to 4.9.230.
2020-07-09gnu: linux-libre@4.4: Update to 4.4.230.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.230. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update to 4.4.230.