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