Age | Commit message (Expand) | Author |
2015-02-24 | artwork: Update to latest GRUB image....* gnu/artwork.scm (%artwork-repository): Update to newer snapshot.
| Ludovic Courtès |
2015-02-24 | gnu: Sync GNU synopses and descriptions....* gnu/packages/games.scm (gnugo): Adjust synopsis.
* gnu/packages/libffcall.scm (libffcall): Likewise.
* gnu/packages/lisp.scm (clisp): Adjust synopsis and description.
| Ludovic Courtès |
2015-02-24 | build: Reject or warn against file name length limit overruns....* m4/guix.m4 (GUIX_TEST_ROOT_DIRECTORY, LINUX_HASH_BANG_LIMIT,
SOCKET_FILE_NAME_LIMIT, GUIX_SOCKET_FILE_NAME_LENGTH,
GUIX_TEST_SOCKET_FILE_NAME_LENGTH, GUIX_HASH_BANG_LENGTH,
GUIX_CHECK_FILE_NAME_LIMITS): New macros.
* configure.ac: Use 'GUIX_CHECK_FILE_NAME_LIMITS'.
* config-daemon.ac: Use 'GUIX_TEST_ROOT_DIRECTORY'.
* test-env.in: Check socket name length and emit warning if it exceeds
107.
| Ludovic Courtès |
2015-02-24 | build: Disable grafting in sanity checks....* build-aux/check-available-binaries.scm: Wrap body in 'parameterize'
form that clears '%graft?'.
* build-aux/check-final-inputs-self-contained.scm: Likewise.
| Ludovic Courtès |
2015-02-24 | gnu: Add TiMidity++....* gnu/packages/audio.scm (timidity++): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Freepats....* gnu/packages/audio.scm (freepats): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Stow....* gnu/packages/package-management.scm (stow): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Test::Output....* gnu/packages/perl.scm (perl-test-output): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Sub::Exporter....* gnu/packages/perl.scm (perl-sub-exporter): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Data::OptList....* gnu/packages/perl.scm (perl-data-optlist): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Capture::Tiny....* gnu/packages/perl.scm (perl-capture-tiny): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Params::Util....* gnu/packages/perl.scm (perl-params-util): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Sub::Install....* gnu/packages/perl.scm (perl-sub-install): New variable.
| Ricardo Wurmus |
2015-02-24 | gnu: Add Xournal....* gnu/packages/pdf.scm (xournal): New variable.
| Ricardo Wurmus |
2015-02-24 | licenses: Add IPA Font License....* guix/licenses.scm (ipa): New variable.
| Andreas Enge |
2015-02-24 | Thank Daniel. | Ludovic Courtès |
2015-02-24 | 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'.
| Ludovic Courtès |
2015-02-24 | 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.
| Ludovic Courtès |
2015-02-23 | gnu: ffmpeg-2.2: Update to 2.2.13...* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13.
| Jason Self |
2015-02-23 | gnu: ffmpeg: Update to 2.5.4...* gnu/packages/video.scm (ffmpeg): Update to version 2.5.4.
| Jason Self |
2015-02-23 | gnu: Add CCL....* gnu/packages/lisp.scm (ccl): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-23 | gnu: Add wxwidgets....* gnu/packages/wxwidgets.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-23 | gnu: python2-oauthlib: Drop inherited fields....* gnu/packages/python.scm (python2-oauthlib): Drop inherited fields.
| Andreas Enge |
2015-02-22 | gnu: i2c-tools: Add perl to inputs....* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
| Ricardo Wurmus |
2015-02-22 | gnu: Add i2c-tools....* gnu/packages/linux.scm (i2c-tools): New variable.
| Ricardo Wurmus |
2015-02-21 | gnu: Add libmspack....* gnu/packages/compression.scm (libmspack): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-21 | 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.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-21 | 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.
| Andreas Enge |
2015-02-21 | 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'.
| Mark H Weaver |
2015-02-21 | 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.
| Andreas Enge |
2015-02-20 | 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.
| Eric Bavier |
2015-02-20 | 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'.
| Mark H Weaver |
2015-02-20 | gnu: Add jalv....* gnu/packages/audio.scm (jalv): New variable.
| Ricardo Wurmus |
2015-02-20 | gnu: lilv: propagate inputs serd, sord and sratom....* gnu/packages/audio.scm (lilv): move serd, sord and sratom to propagated
inputs.
| Ricardo Wurmus |
2015-02-20 | gnu: Add HTSeq....* gnu/packages/bioinformatics.scm (htseq): New variable.
| Ricardo Wurmus |
2015-02-20 | gnu: Add libyaml....* gnu/packages/web.scm (libyaml): New variable.
| Ricardo Wurmus |
2015-02-20 | gnu: pari-gp: Update to 2.7.3....* gnu/packages/algebra.scm (pari-gp): Update to 2.7.3.
| Andreas Enge |
2015-02-20 | gnu: Add arpack-ng....* gnu/packages/maths.scm (arpack-ng): New variable.
| Ricardo Wurmus |
2015-02-20 | gnu: python-scipy: install UTF-8 locale....* gnu/packages/python.scm (python-scipy): Install en_US.UTF-8 locale in
install-doc phase to avoid encoding error.
| Ricardo Wurmus |
2015-02-20 | gnu: matplotlib: install UTF-8 locale....* gnu/packages/python.scm (python-matplotlib): Install en_US.UTF-8 locale in
install-doc phase to avoid encoding error.
| Ricardo Wurmus |
2015-02-20 | Add David Hashe to 'AUTHORS'. | Andreas Enge |
2015-02-20 | gnu: Add exim....* gnu/packages/mail.scm (exim): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-19 | gnu: Add gnugo....* gnu/packages/games.scm (gnugo): New variable.
| David Hashe |
2015-02-19 | gnu: Add Ant....* gnu/packages/java.scm (ant): New variable.
| Ricardo Wurmus |
2015-02-19 | gnu: Add RSeQC....* gnu/packages/bioinformatics.scm (rseqc): New variable.
| Ricardo Wurmus |
2015-02-19 | download: Handle HTTP redirects to relative URI references....Fixes <http://bugs.gnu.org/19840>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/build/download.scm: On Guile 2.0.11 or earlier, redefine the http
"Location" header to accept relative URIs.
(resolve-uri-reference): New exported procedure.
(http-fetch): Use 'resolve-uri-reference' to resolve redirections.
* guix/http-client.scm (http-fetch): Use 'resolve-uri-reference'
| Mark H Weaver |
2015-02-18 | import: cpan: Use cpan mirror url....* guix/import/cpan.scm (cpan-module->sexp)[source-url]: Substitute cpan mirror
url.
| Eric Bavier |
2015-02-18 | import: cpan: Sort inputs....* guix/import/cpan.scm (cpan-module->sexp)[convert-inputs]: Sort returned list
of inputs.
| Eric Bavier |
2015-02-18 | import: cpan: Adjust licenses....* guix/import/cpan.scm (string->license): Add artistic2.0. Use
'(package-license perl) for "perl_5" as is our convention.
| Eric Bavier |
2015-02-18 | import: cpan: Use corelist to filter dependencies....* guix/import/cpan.scm (%corelist): New variable.
(module->dist-name, core-module?): New procedures.
(cpan-module->sexp)[convert-inputs]: Use them. Include "test" dependencies
in converted inputs.
* doc/guix.texi (Invoking guix import)[cpan]: Mention corelist filtering.
| Eric Bavier |