| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* build-aux/check-available-binaries.scm: Wrap body in 'parameterize'
form that clears '%graft?'.
* build-aux/check-final-inputs-self-contained.scm: Likewise.
|
|
|
|
| |
* gnu/packages/audio.scm (timidity++): New variable.
|
|
|
|
| |
* gnu/packages/audio.scm (freepats): New variable.
|
|
|
|
| |
* gnu/packages/package-management.scm (stow): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-test-output): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-sub-exporter): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-data-optlist): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-capture-tiny): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-params-util): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-sub-install): New variable.
|
|
|
|
| |
* gnu/packages/pdf.scm (xournal): New variable.
|
|
|
|
| |
* guix/licenses.scm (ipa): New variable.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg-2.2): Update to version 2.2.13.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Update to version 2.5.4.
|
|
|
|
| |
* gnu/packages/lisp.scm (ccl): New variable.
|
|
|
|
|
| |
* gnu/packages/wxwidgets.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/python.scm (python2-oauthlib): Drop inherited fields.
|
|
|
|
| |
* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
|
|
|
|
| |
* gnu/packages/linux.scm (i2c-tools): New variable.
|
|
|
|
| |
* gnu/packages/compression.scm (libmspack): New variable.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* gnu/packages/ftp.scm (weex): New variable.
* gnu/packages/patches/weex-vacopy.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
|
|
|
|
|
| |
* gnu/packages/admin.scm (isc-dhcp): Add inetutils to inputs, and
add it to the PATH set by the wrapper around 'dhclient-script'.
|
|
|
|
|
|
| |
* gnu/packages/patches/chmlib-inttypes.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/ebook.scm (chmlib): Apply patch.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
| |
* gnu/packages/audio.scm (jalv): New variable.
|
|
|
|
|
| |
* gnu/packages/audio.scm (lilv): move serd, sord and sratom to propagated
inputs.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (htseq): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (libyaml): New variable.
|
|
|
|
| |
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.3.
|
|
|
|
| |
* gnu/packages/maths.scm (arpack-ng): New variable.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-scipy): Install en_US.UTF-8 locale in
install-doc phase to avoid encoding error.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-matplotlib): Install en_US.UTF-8 locale in
install-doc phase to avoid encoding error.
|
| |
|
|
|
|
| |
* gnu/packages/mail.scm (exim): New variable.
|
|
|
|
| |
* gnu/packages/games.scm (gnugo): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ant): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (rseqc): New variable.
|
|
|
|
|
|
|
|
|
|
|
| |
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'
|
|
|
|
|
| |
* guix/import/cpan.scm (cpan-module->sexp)[source-url]: Substitute cpan mirror
url.
|
|
|
|
|
| |
* guix/import/cpan.scm (cpan-module->sexp)[convert-inputs]: Sort returned list
of inputs.
|
|
|
|
|
| |
* guix/import/cpan.scm (string->license): Add artistic2.0. Use
'(package-license perl) for "perl_5" as is our convention.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/licenses.scm (artistic2.0): New variable.
|
|
|
|
|
|
|
|
|
|
| |
* guix/build/perl-build-system.scm (configure): Use Build.PL if present.
(build, check, install): New procedures.
(%standard-phases): Replace build, check, and install phases.
* guix/build-system/perl (perl-build): Add make-maker? and module-build-flags
arguments.
* doc/guix.texi (Build Systems)[perl-build-system]: Document behavior rsp.
Build.PL and new arguments.
|
|
|
|
| |
* gnu/packages/xorg.scm (xorg-server): Update to 1.16.4.
|