~ruther/guix-local

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>
fa3346b8 — Julien Lepiller 9 years ago
gnu: openvpn: Update to 2.4.0.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.0.
557d9c8d — Ludovic Courtès 9 years ago
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.
608a50b6 — Ludovic Courtès 9 years ago
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.
4cd5ec80 — Ludovic Courtès 9 years ago
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.
6d30b1b2 — Ludovic Courtès 9 years ago
ui: Wrap 'canonicalize-path' for better error reporting.

Reported by Christopher Baines.

* guix/ui.scm (canonicalize-path): New procedure.
e7ff0543 — Ludovic Courtès 9 years ago
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'.
ce195ba1 — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add perl-parallel-forkmanager.

* gnu/packages/perl.scm (perl-parallel-forkmanager): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
692e05e2 — Mark H Weaver 9 years ago
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.
79728b62 — John Darrington 9 years ago
gnu: xfig: Correct typographic error.

* gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
7d354629 — John Darrington 9 years ago
gnu: aqbanking: Update source hash.

* gnu/packages/gnucash.scm (aqbanking): Update source hash.  This was
  inadvertently omitted from commit cac19f0df947ef656cc8e276b2538aab7d927367
f66b3e15 — Efraim Flashner 9 years ago
gnu: qtxmlpatterns: Skip network tests.

* gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to
prevent the building of network tests.
c195b5ba — Efraim Flashner 9 years ago
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.
a69945a7 — Efraim Flashner 9 years ago
gnu: Add qtdatavis3d.

* gnu/packages/qt.scm (qtdatavis3d): New variable.
68bbe14b — Efraim Flashner 9 years ago
gnu: Add qtcharts.

* gnu/packages/qt.scm (qtcharts): New variable.
173b54b9 — Efraim Flashner 9 years ago
gnu: Add qtcanvas3d.

* gnu/packages/qt.scm (qtcanvas3d): New variable.
de5e0180 — Efraim Flashner 9 years ago
gnu: Add qtpurchasing.

* gnu/packages/qt.scm (qtpurchasing): New variable.
Next