Age | Commit message (Expand) | Author |
2015-03-22 | gexp: Ignore nested gexps in macro expansion.•••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'.
| Ludovic Courtès |
2015-03-22 | gexp: Allow <gexp-input> objects in #:allowed-references.•••* guix/gexp.scm (lower-references): Add <gexp-input> case.
* tests/gexp.scm ("gexp->derivation #:allowed-references, specific
output"): New test.
| Ludovic Courtès |
2015-03-22 | gexp: Add identity compiler for derivations.•••* guix/gexp.scm (derivation-compiler): New procedure.
(lower-inputs): Remove 'derivation?' case.
(gexp-inputs)[add-reference-inputs]: Likewise.
(gexp->sexp)[reference->sexp]: Likewise.
| Ludovic Courtès |
2015-03-22 | Revert "gnu: Add sdcv."•••This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
| Tomáš Čech |
2015-03-22 | gnu: Add the-silver-searcher.•••* gnu/packages/code.scm (the-silver-searcher): New variable.
| Tomáš Čech |
2015-03-22 | gnu: Add mplayer2.•••* gnu/packages/video.scm (mplayer2): New variable.
* gnu/packages/patches/mplayer2-theora-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Taylan Ulrich Bayırlı/Kammer |
2015-03-21 | gnu: gtk+-2: build gobject introspection typelib file.•••* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
native-inputs to install typelib file.
| Ricardo Wurmus |
2015-03-21 | gnu: openssl: Update to 1.0.2a.•••* gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
| Mark H Weaver |
2015-03-21 | gnu: calibre: Update to 2.22.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.22.0.
| Andreas Enge |
2015-03-20 | gnu: Add python2-pygobject.•••* gnu/packages/glib.scm (python2-pygobject): New variable.
| Ricardo Wurmus |
2015-03-20 | gnu: python-pygobject: use home page of 3.x series.•••* 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.
| Ricardo Wurmus |
2015-03-20 | gnu: lv2-mda-piano: change source URL.•••* gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git
repository to new upstream.
| Ricardo Wurmus |
2015-03-20 | guix package: '-s' sorts packages by name, then by version.•••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.
| Ludovic Courtès |
2015-03-20 | guix package: '-s' displays different packages that have the same location.•••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'.
| Ludovic Courtès |
2015-03-20 | gnu: arb: Update to 2.3.0.•••* gnu/packages/algebra.scm (arb): Update to 2.3.0.
| Andreas Enge |
2015-03-20 | gnu: Add Catalyst-Devel.•••* gnu/packages/web.scm (perl-catalyst-devel): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Module-Install.•••* gnu/packages/perl.scm (perl-module-install): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add YAML-Tiny.•••* gnu/packages/perl.scm (perl-yaml-tiny): New variable.
| Eric Bavier |
2015-03-20 | gnu: perl-cpanel-json-xs: Move to (gnu packages perl).•••* gnu/packages/web.scm (perl-cpanel-json-xs): Move this...
* gnu/packages/perl.scm: To here.
| Eric Bavier |
2015-03-20 | gnu: perl-json-maybexs: Move to (gnu packages perl).•••* gnu/packages/web.scm (perl-json-maybexs): Move this...
* gnu/packages/perl.scm: To here.
| Eric Bavier |
2015-03-20 | gnu: Add PAR-Dist.•••* gnu/packages/perl.scm (perl-par-dist): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Module-ScanDeps.•••* gnu/packages/perl.scm (perl-module-scandeps): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Perl JSON.•••* gnu/packages/perl.scm (perl-json): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add JSON-XS.•••* gnu/packages/perl.scm (perl-json-xs): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Types-Serialiser.•••* gnu/packages/perl.scm (perl-types-serialiser): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add File-Remove.•••* gnu/packages/perl.scm (perl-file-remove): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Template-Toolkit.•••* gnu/packages/perl.scm (perl-template-toolkit): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Test-LeakTrace.•••* gnu/packages/perl.scm (perl-test-leaktrace): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add AppConfig.•••* gnu/packages/perl.scm (perl-appconfig): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add File-Copy-Recursive.•••* gnu/packages/perl.scm (perl-file-copy-recursive): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add File-ChangeNotify.•••* gnu/packages/perl.scm (perl-file-changenotify): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add MooseX-Params-Validate.•••* gnu/packages/perl.scm (perl-moosex-params-validate): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add MooseX-SemiAffordanceAccessor.•••* gnu/packages/perl.scm (perl-moosex-semiaffordanceaccessor): New
variable.
| Eric Bavier |
2015-03-20 | gnu: Add Catalyst-Plugin-Static-Simple.•••* gnu/packages/web.scm (perl-catalyst-plugin-static-simple): New
variable.
| Eric Bavier |
2015-03-20 | gnu: Add MIME-Types.•••* gnu/packages/web.scm (perl-mime-types): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Catalyst-Plugin-ConfigLoader.•••* gnu/packages/web.scm (perl-catalyst-plugin-configloader): New
variable.
| Eric Bavier |
2015-03-20 | gnu: Add Catalyst-Action-RenderView.•••* gnu/packages/web.scm (perl-catalyst-action-renderview): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Data-Visitor.•••* gnu/packages/perl.scm (perl-data-visitor): New variable.
| Eric Bavier |
2015-03-20 | gnu: Add Tie-ToObject.•••* gnu/packages/perl.scm (perl-tie-toobject): New variable.
| Eric Bavier |
2015-03-20 | gnu: flint: Update to 2.4.5.•••* gnu/packages/algebra.scm (flint): Update to 2.4.5.
| Andreas Enge |
2015-03-20 | gnu: arb: Propagate input flint.•••* gnu/packages/algebra.scm (arb): Propagate input flint.
| Andreas Enge |
2015-03-20 | gnu: flint: Propagate inputs gmp and mpfr.•••* gnu/packages/algebra.scm (flint): Propagate inputs gmp and mpfr.
| Andreas Enge |
2015-03-19 | services: guix-service: Add 'lsof' and 'lsh' to guix-daemon's $PATH.•••* gnu/services/base.scm (guix-service): Add #:lsof and #:lsh parameters.
[start]: Pass #:environment-variables to 'make-forkexec-constructor'.
| Ludovic Courtès |
2015-03-19 | gnu: Use emacs-no-x when we just want to byte-compile code.•••* gnu/packages/code.scm (cflow)[native-inputs]: Change EMACS to
EMACS-NO-X.
* gnu/packages/databases.scm (recutils): Likewise.
* gnu/packages/emacs.scm (geiser, paredit, magit, emacs-w3m, emacs-wget,
emms, bbdb): Likewise.
* gnu/packages/idutils.scm (idutils): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/package-management.scm (guix-0.8.1): Likewise.
* gnu/packages/scheme.scm (bigloo): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
| Ludovic Courtès |
2015-03-19 | gnu: Add emacs-no-x.•••* gnu/packages/emacs.scm (emacs-no-x): New variable.
| Ludovic Courtès |
2015-03-19 | gnu: emacs: Change a couple of input labels.•••* gnu/packages/emacs.scm (emacs)[inputs]: Change labels for LIBX11,
LIBXFT, and LIBXPM, for consistency.
| Ludovic Courtès |
2015-03-19 | doc: Add section about the test suite.•••* doc/guix.texi (Running the Test Suite): New section.
| Ludovic Courtès |
2015-03-19 | gnu: emms: Fix incorrect substitution in emms-tag-editor.el.•••* gnu/packages/emacs.scm (emms)[arguments] <configure>: Add missing
quotes in mp3info substitution in emms-tag-editor.el.
| Ludovic Courtès |
2015-03-19 | build: Detect lack of guile.m4 at autoconf time.•••* configure.ac: Add 'm4_pattern_forbid' invocation.
| Ludovic Courtès |
2015-03-19 | gnu: Add Catalyst-Model-DBIC-Schema.•••* gnu/packages/web.scm (perl-catalyst-model-dbic-schema): New
variable.
| Eric Bavier |