summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: isc-bind: List included utilities in the description.Maxim Cournoyer2020-07-11
| | | | | | | | | | A frequent question was: "Which package contained the 'dig' utility?" This change should make the question answerable through 'guix search'. * gnu/packages/dns.scm (isc-bind)[synopsis]: Remove leading article. [description]: Add a table listing the utilities contained in the 'utils' output and insert a missing space between two sentences. [home-page]: Update.
* gnu: emacs-debbugs: Update to 0.25.Maxim Cournoyer2020-07-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.25.
* services: guix: Refer to 'berlin.guix.gnu.org.pub'.Christopher Lemmer Webber2020-07-11
| | | | | | | | Commit 6680880f9b8dceb4f2f3f91bd2b13c659b53835e pushes out a new guix package with a new key location, so we need to update to the new key in order for systems to build correctly. * gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guix.gnu.org.pub.
* gnu: guix: Update to 1.1.0-17.36a1925.Marius Bakke2020-07-12
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-17.36a1925.
* gnu: Add 'pass-tomb'.Brice Waegeneire2020-07-11
| | | | | | * gnu/packages/password-utils.scm (pass-tomb): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add kcov.Julien Lepiller2020-07-11
| | | | * gnu/packages/code.scm (kcov): New variable.
* gnu: tomb: Add 'getent' to PATH.Brice Waegeneire2020-07-11
| | | | | | | * gnu/packages/crypto.scm (tomb)[arguments]: In 'wrap' phase add 'getent' to the PATH. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* tests: networking: Use 'net.ifnames=0' for the Open vSwitch test.Marius Bakke2020-07-11
| | | | * gnu/tests/networking.scm (%openvswitch-os): Override KERNEL-ARGUMENTS.
* Revert "vm: Use virtio network driver."Marius Bakke2020-07-11
| | | | | | | | This allows users to specify network interface settings with 'guix system vm' without having to create a new NIC. Fixes <https://bugs.gnu.org/42252>. Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>. This reverts commit 5379392731b52eef22b4936637eb592b93e04318.
* gnu: php: Update to 7.4.8.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/php.scm (php): Update to 7.4.8.
* gnu: ntp: Update to 4.2.8p15 [security fixes].Tobias Geerinckx-Rice2020-07-11
| | | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p15. [source]: Swap order of URIs.
* gnu: wsjtx: Update to 2.2.2.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/radio.scm (wsjtx-hamlib, wsjtx): Update to 2.2.2.
* gnu: flrig: Update to 1.3.51.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/radio.scm (flrig): Update to 1.3.51.
* gnu: s6-linux-init: Update to 1.0.4.2.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.4.2.
* gnu: svt-av1: Update to 0.8.4.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.4.
* gnu: xfce4-eyes-plugin: Update to 4.5.1.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.5.1.
* gnu: bitcoin-abc: Update to 0.21.10.Tobias Geerinckx-Rice2020-07-11
| | | | | * gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.10. [inputs]: Add jemalloc.
* gnu: gperftools: Update to 2.8.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/cpp.scm (gperftools): Update to 2.8.
* gnu: hss: Patch less.Tobias Geerinckx-Rice2020-07-11
| | | | | * gnu/packages/ssh.scm (hss)[arguments]: Set INSTALL_BIN make flag instead of patching the Makefile.
* gnu: hss: Return #t from phase.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
* gnu: hss: Fix cross-compilation.Tobias Geerinckx-Rice2020-07-11
| | | | | * gnu/packages/ssh.scm (hss)[arguments]: Move $CC to MAKE-FLAGS and use CC-FOR-TARGET. Rename ‘pre-env’ to the more accurate ‘patch-file-names’.
* gnu: hss: Edit description.Tobias Geerinckx-Rice2020-07-11
| | | | * gnu/packages/ssh.scm (hss)[description]: Edit.
* gnu: hss: Move to (gnu packages ssh).Tobias Geerinckx-Rice2020-07-11
| | | | | * gnu/packages/admin.scm (hss): Move… * gnu/packages/ssh.scm (hss): …here.
* 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.