~ruther/guix-local

7ad608e4 — Ricardo Wurmus 11 years ago
gnu: Add Xournal.

* gnu/packages/pdf.scm (xournal): New variable.
6d5e7ef3 — Andreas Enge 11 years ago
licenses: Add IPA Font License.

* guix/licenses.scm (ipa): New variable.
31567c42 — Ludovic Courtès 11 years ago
Thank Daniel.
b69c5c2c — Ludovic Courtès 11 years ago
tests: Skip tests that would fail due to the shebang length.

Reported by Daniel Kochmański <dkochmanski@hellsgate.pl>.
Fixes <http://bugs.gnu.org/19888>.

* guix/tests.scm (shebang-too-long?): New procedure.
* tests/builders.scm ("gnu-build"): Conditionalize on
  not (shebang-too-long?).
* tests/packages.scm ("GNU Make, bootstrap"): Likewise.
* tests/guix-package.sh (shebang_not_too_long): New function.
  Use it to determine whether to build 'gnu-make-boot0'.
12d720fd — Ludovic Courtès 11 years ago
tests: Factorize the network reachability test.

* guix/tests.scm (network-reachable?): New procedure.
* tests/builders.scm (network-reachable?): Remove.
  Replace references to it with calls to the new 'network-reachable?'
  procedure.
* tests/derivations.scm (%coreutils): Use 'network-reachable?' instead
  of 'getaddrinfo'.
* tests/packages.scm: Likewise.
* tests/union.scm: Likewise.
49685cae — Jason Self 11 years ago
gnu: ffmpeg-2.2: Update to 2.2.13

* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13.
30aa3d5a — Jason Self 11 years ago
gnu: ffmpeg: Update to 2.5.4

* gnu/packages/video.scm (ffmpeg): Update to version 2.5.4.
531a9aac — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add CCL.

* gnu/packages/lisp.scm (ccl): New variable.
927b6728 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add wxwidgets.

* gnu/packages/wxwidgets.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
89b5c60e — Andreas Enge 11 years ago
gnu: python2-oauthlib: Drop inherited fields.

* gnu/packages/python.scm (python2-oauthlib): Drop inherited fields.
bccf27cb — Ricardo Wurmus 11 years ago
gnu: i2c-tools: Add perl to inputs.

* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
f5b2a53d — Ricardo Wurmus 11 years ago
gnu: Add i2c-tools.

* gnu/packages/linux.scm (i2c-tools): New variable.
27f76fe6 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add libmspack.

* gnu/packages/compression.scm (libmspack): New variable.
9002e17c — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: vamp: Delete broken files from output.

See <https://bugs.launchpad.net/ubuntu/+source/vamp-plugin-sdk/+bug/1253656>.

* gnu/packages/audio.scm (vamp): Delete "/lib/libvamp-sdk.la" and
  "/lib/libvamp-hostsdk.la" from the output directory after the install
  phase.
8cc91fa0 — Andreas Enge 11 years ago
gnu: Add weex.

* gnu/packages/ftp.scm (weex): New variable.
* gnu/packages/patches/weex-vacopy.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
94c43007 — Mark H Weaver 11 years ago
gnu: isc-dhcp: Add inetutils to inputs.

* gnu/packages/admin.scm (isc-dhcp): Add inetutils to inputs, and
  add it to the PATH set by the wrapper around 'dhclient-script'.
a34816ef — Andreas Enge 11 years ago
gnu: chmlib: Patch for compilation on mips.

* gnu/packages/patches/chmlib-inttypes.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/ebook.scm (chmlib): Apply patch.
cc9b70d3 — Eric Bavier 11 years ago
import: cpan: Update tests for dependency handling.

* tests/cpan.scm (test-json): Remove core module dependencies.
  [cpan->guix-package]: Add mock url handling for module api.
  Adjust expected native-inputs and license.
431b28d9 — Mark H Weaver 11 years ago
import: cpan: Change %corelist into a promise.

Fixes compilation failures in 'guix pull'.

* guix/import/cpan.scm (%corelist): Change it to a promise by wrapping it with
  'delay'.
  (cpan-module->sexp): Adapt uses of %corelist by wrapping with 'force'.
2f4646b6 — Ricardo Wurmus 11 years ago
gnu: Add jalv.

* gnu/packages/audio.scm (jalv): New variable.
Next