aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libglvnd: Update to 1.3.2.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/gl.scm (libglvnd): Update to 1.3.2.
* gnu: ruby-ruby-prof: Disable a flaky test.Maxim Cournoyer2020-07-11
| | | | | | | A test was found to fail non-deterministically. * gnu/packages/ruby.scm (ruby-ruby-prof)[phases]: Add the 'delete-flaky-test phase.
* gnu: Add ruby-yard-tomdoc.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-yard-tomdoc): New variable.
* gnu: Add ruby-tomparse.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-tomparse): New variable.
* gnu: Add ruby-spectroscope.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-spectroscope): New variable.
* gnu: ruby-asciidoctor: Update to 2.0.10.Maxim Cournoyer2020-07-11
| | | | | | | | * gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.10. [origin]: Use git-fetch. [phases]: Remove 'remove-circular-tests. Add 'strip-version-requirements. [native-inputs]: Add ruby-erubis, ruby-cucumber, ruby-haml, ruby-rouge, ruby-rspec-expectations, ruby-simplecov, ruby-slim and ruby-tilt.
* gnu: ruby-asciidoctor: Re-indent.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
* gnu: Add ruby-slim.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-slim): New variable.
* gnu: ruby-temple: Update to 0.8.2.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-temple): Update to 0.8.2.
* gnu: ruby-tilt: Add pandoc, sassc support.Maxim Cournoyer2020-07-11
| | | | | | * gnu/packages/ruby.scm (ruby-guard)[native-inputs]: Move ruby-sassc from here... [propagated-inputs]: ...to here. Add ruby-pandoc-ruby.
* gnu: ruby-tilt: Update to 2.0.10.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-tilt): Update to 2.0.10.
* gnu: Add ruby-pandoc-ruby.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-pandoc-ruby): New variable.
* gnu: ruby-cucumber: Enable more tests.Maxim Cournoyer2020-07-11
| | | | | | | * 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.
* gnu: ruby-sinatra: Update to 2.0.8.1.Maxim Cournoyer2020-07-11
| | | | | * gnu/packages/ruby.scm (ruby-sinatra): Update to 2.0.8.1. [phases]{fix-slow-doc-generation}: Add phase.
* gnu: ruby-yard: Update to 0.9.25.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-yard): Update to 0.9.25.
* gnu: Add ruby-yard-with-tests.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/ruby.scm (ruby-yard-with-tests): New variable.
* gnu: ruby-yard: Disable tests.Maxim Cournoyer2020-07-11
| | | | | | | | | | 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.
* gnu: ruby-asciimath: Update to 2.0.1.Maxim Cournoyer2020-07-11
| | | | | | * gnu/packages/maths.scm (ruby-asciimath): Update to 2.0.1. [arguments]: Remove. [native-inputs]: Remove bundler, add ruby-nokogiri.
* gnu: rtl-sdr: Use HTTPS URL.Leo Famulari2020-07-11
| | | | * gnu/packages/radio.scm (rtl-sdr)[source]: Use HTTPS URL.
* gnu: Add hss.Oleg Pykhalov2020-07-11
| | | | * gnu/packages/admin.scm (hss): New variable.
* gnu: qutebrowser: Update to 1.13.0.Michael Rohleder2020-07-11
| | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* news: Add ‘de’ translation.Florian Pelz2020-07-11
| | | | * etc/news.scm: Add a ‘de’ translation.
* image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen2020-07-11
| | | | | | | | | | | | | | 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.
* gnu: sqlite: Add locking-mode fix for the Hurd.Jan (janneke) Nieuwenhuizen2020-07-11
| | | | | | | | * 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.
* gnu: monero-gui: Update to 0.16.0.2.Guillaume Le Vaillant2020-07-11
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
* gnu: maradns: Use CC-FOR-TARGET.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/dns.scm (maradns)[arguments]: Use CC-FOR-TARGET.
* gnu: maradns: Update to 3.5.0007.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/dns.scm (maradns): Update to 3.5.0007.
* gnu: chocolate-doom: Update to 3.0.1.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
* gnu: 7kaa: Update to 2.15.4.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/games.scm (7kaa): Update to 2.15.4.
* gnu: r-processx: Update to 3.4.3.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/cran.scm (r-processx): Update to 3.4.3.
* gnu: r-htmltable: Update to 2.0.1.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
* gnu: xwallpaper: Update to 0.6.5.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.
* news: Add entry for 'guix git authenticate'.Ludovic Courtès2020-07-11
| | | | * etc/news.scm: Add entry.
* maint: Remove 'build-aux/git-authenticate.scm'.Ludovic Courtès2020-07-11
| | | | | | | | * Makefile.am (channel_intro_commit, channel_intro_signer): New variables. (authenticate): Use it. (EXTRA_DIST): Remove 'build-aux/git-authenticate.scm'. * build-aux/git-authenticate.scm: Remove.
* Add 'guix git authenticate'.Ludovic Courtès2020-07-11
| | | | | | | | | | | | * guix/scripts/git.scm, guix/scripts/git/authenticate.scm, tests/guix-git-authenticate.sh: New files. * Makefile.am (MODULES): Add the *.scm files. (SH_TESTS): Add 'tests/guix-git-authenticate.sh'. * doc/guix.texi (Channels)[Specifying Channel Authorizations]: Mention 'guix git authenticate'. (Invoking guix git authenticate): New node. * po/guix/POTFILES.in: Add 'guix/scripts/git.scm' and 'guix/scripts/git/authenticate.scm'.
* git: Add 'with-git-error-handling'.Ludovic Courtès2020-07-11
| | | | | | | * guix/scripts/pull.scm (report-git-error, with-git-error-handling): Move to... * guix/git.scm: ... here. * guix/scripts/time-machine.scm: Adjust accordingly.
* Add 'etc/historical-authorizations'.Ludovic Courtès2020-07-11
| | | | | | * etc/historical-authorizations: New file. Data extracted from 'build-aux/git-authenticate.scm'. * Makefile.am (EXTRA_DIST): Add it.
* git-authenticate: Factorize 'authenticate-repository'.Ludovic Courtès2020-07-11
| | | | | | | * guix/git-authenticate.scm (repository-cache-key) (verify-introductory-commit, authenticate-repository): New procedures. * guix/channels.scm (verify-introductory-commit): Remove. (authenticate-channel): Rewrite in terms of 'authenticate-repository'.
* gnu: gnome-builder: Expound description.Ludovic Courtès2020-07-10
| | | | * gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
* gnu: Add gnome-builder.Leo Prikler2020-07-10
| | | | | | * gnu/packages/gnome.scm (gnome-builder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add sysprof.Leo Prikler2020-07-10
| | | | | | * gnu/packages/gnome.scm (sysprof): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lcalc: Don't rename the include directory.Jakub Kądziołka2020-07-10
| | | | | | | 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.
* gnu: Add ECL 16.1.3 for Sage.Jakub Kądziołka2020-07-10
| | | | | | | | * 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.
* gnu: sagemath: Remove unnecessary old versions of packagesJakub Kądziołka2020-07-10
| | | | | | | | Sage has updated givaro, fflas-ffpack and linbox since the comment was written. * gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove variables.
* gnu: linbox: Fix linking of dependant packages.Jakub Kądziołka2020-07-10
| | | | | | | | * 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.
* gnu: arb: Build with flint 2.6.Jakub Kądziołka2020-07-10
| | | | | | | | 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.
* gnu: flint: Build with ntl.Jakub Kądziołka2020-07-10
| | | | | * gnu/packages/algebra.scm (flint)[inputs]: Add ntl. [arguments]: Pass --with-ntl to configure.
* gnu: flint: Update to 2.6.0.Jakub Kądziołka2020-07-10
| | | | | | | * 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.
* gnu: minetest: Update to 5.3.0.Jakub Kądziołka2020-07-10
| | | | | | * gnu/packages/games.scm (minetest, minetest-data): Update to 5.3.0. (minetest-data): Specify version with (package-version minetest)
* gnu: webkitgtk: Update to 2.28.3 [security fixes].Mark H Weaver2020-07-10
| | | | | | | | 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.