licenses: Add wtfpl2.
* guix/licenses.scm (wtfpl2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add spoon.
* gnu/packages/suckless.scm (spoon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add wificurse.
* gnu/packages/suckless.scm (wificurse): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add xbattmon.
* gnu/packages/suckless.scm (xbattmon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: openvpn: Update to 2.4.0.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.0.
etc: Support indentation of whole files.
* etc/indent-package.el.in: Rename to...
* etc/indent-code.el.in: ... this. Add case for a single argument.
* doc/contributing.texi (Formatting Code): Adjust accordingly.
* configure.ac: Likewise.
http-client: Provide 'User-Agent' header by default.
* guix/http-client.scm (http-fetch): Add #:headers parameter and honor
it. Rename 'auth-header' to 'headers'.
* guix/import/github.scm (json-fetch*): Add comment about required
User-Agent.
import: github: Fix regression on the /releases retrieval.
Fixes a regression introduced in
62bd24db39a86f80242f923eb4cc2f18f3b02c67, which introduced a call to
'hash-table->alist'.
* guix/import/github.scm (json-fetch*): New procedure.
(latest-released-version): Use it.
ui: Wrap 'canonicalize-path' for better error reporting.
Reported by Christopher Baines.
* guix/ui.scm (canonicalize-path): New procedure.
ui: Factorize error-reporting wrapper code.
* guix/ui.scm (augmented-system-error-handler): New procedure.
(error-reporting-wrapper): New macro.
(symlink, copy-file): Define using 'error-reporting-wrapper'.
gnu: Add perl-parallel-forkmanager.
* gnu/packages/perl.scm (perl-parallel-forkmanager): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: linux-libre: Update to 4.9.3.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.3.
gnu: xfig: Correct typographic error.
* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
gnu: qtxmlpatterns: Skip network tests.
* gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to
prevent the building of network tests.
gnu: qtsvg: Build tests by default.
* gnu/packages/qt.scm (qtsvg)[arguments]: Set QT_BUILD_PARTS in the
custom 'configure phase to include tests. Add custom 'set-display
phase to enable offscreen tests.
(qtx11extras, qtxmlpatterns, qtdeclarative, qtwebsockets, qtlocation,
qttools, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects,
qtcharts, qtdatavis3d)[arguments]: Disable tests.
(qtmultimedia)[source]: Edit snippet to not build 'spectrum' example.
[arguments]: Disable tests.
(qtscxml)[source]: Edit snippet to not build 'scion' test.
(qtcanvas3d)[arguments]: Don't build the test suite, don't run the tests.
gnu: Add qtdatavis3d.
* gnu/packages/qt.scm (qtdatavis3d): New variable.
gnu: Add qtcharts.
* gnu/packages/qt.scm (qtcharts): New variable.
gnu: Add qtcanvas3d.
* gnu/packages/qt.scm (qtcanvas3d): New variable.
gnu: Add qtpurchasing.
* gnu/packages/qt.scm (qtpurchasing): New variable.