Age | Commit message (Collapse) | Author |
|
* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to
‘set-additional-paths’.
|
|
* gnu/packages/java.scm (icedtea6)[arguments]: Move patching of patches from
‘patch-paths’ to new ‘patch-patches’ phase.
|
|
* gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override
DEF_OBJCOPY variable definition.
|
|
* gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the
`unpack' phase instead of `patch-paths'.
|
|
* gnu/packages/maths.scm (openblas): New variable.
|
|
* gnu/packages/textutils.scm (utf8proc): New variable.
|
|
Fixes <http://bugs.gnu.org/20163>.
Reported by Mark H Weaver <mhw@netris.org>.
* guix/store.scm (%default-substitute-urls): New variable.
(set-build-options): Change default value of #:substitute-urls to
%DEFAULT-SUBSTITUTE-URLS.
|
|
* guix/gexp.scm (gexp-inputs): Remove 'references' parameter; add
#:native? and honor it.
[add-reference-inputs]: Distinguish between native gexp inputs, and
non-native gexp inputs. Honor 'native?' field of list inputs.
* tests/gexp.scm ("ungexp + ungexp-native, nested"): New test.
|
|
Before that, the 'references' and 'natives' or the outer gexp in an
expression like #~#+#~#$coreutils would include those of the inner
gexp.
* guix/gexp.scm (gexp)[collect-escapes]: Ignore everything below
'ungexp-native' or 'ungexp-native-splicing'.
[collect-native-escapes]: Ignore everything below 'ungexp' or
'ungexp-splicing'.
|
|
* guix/gexp.scm (lower-references): Add <gexp-input> case.
* tests/gexp.scm ("gexp->derivation #:allowed-references, specific
output"): New test.
|
|
* guix/gexp.scm (derivation-compiler): New procedure.
(lower-inputs): Remove 'derivation?' case.
(gexp-inputs)[add-reference-inputs]: Likewise.
(gexp->sexp)[reference->sexp]: Likewise.
|
|
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
|
|
* gnu/packages/code.scm (the-silver-searcher): New variable.
|
|
* gnu/packages/video.scm (mplayer2): New variable.
* gnu/packages/patches/mplayer2-theora-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
native-inputs to install typelib file.
|
|
* gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
|
|
* gnu/packages/ebook.scm (calibre): Update to 2.22.0.
|
|
* gnu/packages/glib.scm (python2-pygobject): New variable.
|
|
* gnu/packages/glib.scm (python-pygobject)[home-page]: Use home page of the
3.x series of the pygobject bindings instead of the home page for the 2.x
bindings.
|
|
* gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git
repository to new upstream.
|
|
Before that it would sort them by name only, so the order in which two
packages with the same name but a different version would appear was
non-deterministic.
Reported by Tomáš Čech <sleep_walker@gnu.org>.
* guix/scripts/package.scm (find-packages-by-description)[version<?]:
New variable.
Change the 2nd argument to 'sort' to use 'string-compare' and resort
to 'version<?' when P1 and P2 have the same name.
|
|
Before that, 'guix package -s foobarbaz' would display only one package
when several match but they have the same location (which is common when
using 'inherit'.)
The original rationale was given at
<http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00280.html> but
it was arguably misguided because it led to "real" packages being
hidden.
Reported by Tomáš Čech <sleep_walker@gnu.org>.
* guix/scripts/package.scm (find-packages-by-description)[same-location?]:
Remove.
Remove call to 'delete-duplicates'.
|
|
* gnu/packages/algebra.scm (arb): Update to 2.3.0.
|
|
* gnu/packages/web.scm (perl-catalyst-devel): New variable.
|
|
* gnu/packages/perl.scm (perl-module-install): New variable.
|
|
* gnu/packages/perl.scm (perl-yaml-tiny): New variable.
|
|
* gnu/packages/web.scm (perl-cpanel-json-xs): Move this...
* gnu/packages/perl.scm: To here.
|
|
* gnu/packages/web.scm (perl-json-maybexs): Move this...
* gnu/packages/perl.scm: To here.
|
|
* gnu/packages/perl.scm (perl-par-dist): New variable.
|
|
* gnu/packages/perl.scm (perl-module-scandeps): New variable.
|
|
* gnu/packages/perl.scm (perl-json): New variable.
|
|
* gnu/packages/perl.scm (perl-json-xs): New variable.
|
|
* gnu/packages/perl.scm (perl-types-serialiser): New variable.
|
|
* gnu/packages/perl.scm (perl-file-remove): New variable.
|
|
* gnu/packages/perl.scm (perl-template-toolkit): New variable.
|
|
* gnu/packages/perl.scm (perl-test-leaktrace): New variable.
|
|
* gnu/packages/perl.scm (perl-appconfig): New variable.
|
|
* gnu/packages/perl.scm (perl-file-copy-recursive): New variable.
|
|
* gnu/packages/perl.scm (perl-file-changenotify): New variable.
|
|
* gnu/packages/perl.scm (perl-moosex-params-validate): New variable.
|
|
* gnu/packages/perl.scm (perl-moosex-semiaffordanceaccessor): New
variable.
|
|
* gnu/packages/web.scm (perl-catalyst-plugin-static-simple): New
variable.
|
|
* gnu/packages/web.scm (perl-mime-types): New variable.
|
|
* gnu/packages/web.scm (perl-catalyst-plugin-configloader): New
variable.
|
|
* gnu/packages/web.scm (perl-catalyst-action-renderview): New variable.
|
|
* gnu/packages/perl.scm (perl-data-visitor): New variable.
|
|
* gnu/packages/perl.scm (perl-tie-toobject): New variable.
|
|
* gnu/packages/algebra.scm (flint): Update to 2.4.5.
|
|
* gnu/packages/algebra.scm (arb): Propagate input flint.
|
|
* gnu/packages/algebra.scm (flint): Propagate inputs gmp and mpfr.
|