Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioinformatics.scm (r-sva): New variable.
|
|
* guix/scripts/challenge.scm (summarize-report): Add #:verbose?
parameter.
[report-hashes]: New procedure. Use it.
Honor VERBOSE? in the 'match case.
(show-help, %options): Add '--verbose'.
(guix-challenge): Honor it.
|
|
This makes it easier to distinguish between matches, mismatches, and the
various cases of inconclusive reports.
* guix/scripts/challenge.scm (<discrepancy>): Rename to...
(<comparison-report>): ... this. Add 'result' field.
(comparison-report): New macro.
(comparison-report-predicate, comparison-report-mismatch?)
(comparison-report-match?)
(comparison-report-inconclusive?): New procedures.
(discrepancies): Rename to...
(compare-contents): ... this. Change to return a list of
<comparison-report>. Remove calls to 'warning'.
(summarize-discrepancy): Rename to...
(summarize-report): ... this. Adjust to <comparison-report>.
(guix-challenge): Likewise.
* tests/challenge.scm ("no discrepancies")
("one discrepancy"): Adjust to new API.
("inconclusive: no substitutes")
("inconclusive: no local build"): New tests.
|
|
* gnu/packages/gimp.scm (define-module): Remove (gnu packages imagemagick).
|
|
* gnu/packages/python.scm (python2-dogtail)[synopsis]: Remove 'ZERO
WIDTH SPACE' (U+200B) character.
|
|
* gnu/packages/audacity.scm (audacity): Update to 2.1.2.
[source](uri): Update source URL.
[inputs]: Replace wxwidgets-2 with wxwidgets-gtk2.
[native-inputs]: Add gettext-minimal.
|
|
* gnu/packages/suckless.scm (lchat): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (libutf): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (colors): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (fortify-headers): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (human): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (noice): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (prout): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (sbm): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (skroll): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* guix/licenses.scm (wtfpl2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (spoon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (wificurse): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/suckless.scm (xbattmon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/vpn.scm (openvpn): Update to 2.4.0.
|
|
* 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.
|
|
* 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.
|
|
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.
|
|
Reported by Christopher Baines.
* guix/ui.scm (canonicalize-path): New procedure.
|
|
* guix/ui.scm (augmented-system-error-handler): New procedure.
(error-reporting-wrapper): New macro.
(symlink, copy-file): Define using 'error-reporting-wrapper'.
|
|
* gnu/packages/perl.scm (perl-parallel-forkmanager): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.3.
|
|
* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
|
|
* gnu/packages/gnucash.scm (aqbanking): Update source hash. This was
inadvertently omitted from commit cac19f0df947ef656cc8e276b2538aab7d927367
|
|
* gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to
prevent the building of network tests.
|
|
* 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/packages/qt.scm (qtdatavis3d): New variable.
|
|
* gnu/packages/qt.scm (qtcharts): New variable.
|
|
* gnu/packages/qt.scm (qtcanvas3d): New variable.
|
|
* gnu/packages/qt.scm (qtpurchasing): New variable.
|
|
* gnu/packages/qt.scm (qtscxml): New variable.
|
|
* gnu/packages/qt.scm (qtgamepad): New variable.
|
|
* gnu/packages/qt.scm (qtserialbus): New variable.
|
|
* gnu/packages/qt.scm (qtdeclarative-render2d): New variable.
|
|
* gnu/packages/nano.scm (nano): Update to 2.7.4.
|
|
* guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of
'leave'.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.42.
|
|
* gnu/packages/xorg.scm (twm): New variable.
|
|
* gnu/packages/xorg.scm (xmag): New variable.
|
|
* gnu/packages/xorg.scm (xmessage): New variable.
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.5.2.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20161216.
[source]: Use HTTPS.
|
|
* gnu/packages/linux.scm (mcelog): Update to 147.
|
|
* gnu/packages/xorg.scm (%app-defaults-dir): Make public.
* gnu/packages/xfig.scm (xfig)[attributes]: Remove wrapper and set
the XAPPLOADDIR in the Imakefile instead.
|
|
* gnu/packages/xfig.scm (xfig): Use modify-phases.
|