aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-23gnu: icedtea6: patch hardcoded objcopy path.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: patch Makefile to override DEF_OBJCOPY variable definition.
2015-03-23gnu: icedtea6: patch ant shebang in unpack phaseRicardo Wurmus
* gnu/packages/java.scm (icedtea6)[arguments]: patch bootstrap ant in the `unpack' phase instead of `patch-paths'.
2015-03-23gnu: Add openblas.Ricardo Wurmus
* gnu/packages/maths.scm (openblas): New variable.
2015-03-23gnu: Add utf8proc.Ricardo Wurmus
* gnu/packages/textutils.scm (utf8proc): New variable.
2015-03-22store: Default to a non-empty list of substituters.Ludovic Courtès
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.
2015-03-22gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès
* 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.
2015-03-22gexp: Ignore nested gexps in macro expansion.Ludovic Courtès
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'.
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès
* guix/gexp.scm (lower-references): Add <gexp-input> case. * tests/gexp.scm ("gexp->derivation #:allowed-references, specific output"): New test.
2015-03-22gexp: Add identity compiler for derivations.Ludovic Courtès
* guix/gexp.scm (derivation-compiler): New procedure. (lower-inputs): Remove 'derivation?' case. (gexp-inputs)[add-reference-inputs]: Likewise. (gexp->sexp)[reference->sexp]: Likewise.
2015-03-22Revert "gnu: Add sdcv."Tomáš Čech
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c.
2015-03-22gnu: Add the-silver-searcher.Tomáš Čech
* gnu/packages/code.scm (the-silver-searcher): New variable.
2015-03-22gnu: Add mplayer2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (mplayer2): New variable. * gnu/packages/patches/mplayer2-theora-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-03-21gnu: gtk+-2: build gobject introspection typelib file.Ricardo Wurmus
* gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the native-inputs to install typelib file.
2015-03-21gnu: openssl: Update to 1.0.2a.Mark H Weaver
* gnu/packages/openssl.scm (openssl): Update to 1.0.2a.
2015-03-21gnu: calibre: Update to 2.22.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.22.0.
2015-03-20gnu: Add python2-pygobject.Ricardo Wurmus
* gnu/packages/glib.scm (python2-pygobject): New variable.
2015-03-20gnu: python-pygobject: use home page of 3.x series.Ricardo Wurmus
* 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.
2015-03-20gnu: lv2-mda-piano: change source URL.Ricardo Wurmus
* gnu/packages/audio.scm (lv2-mda-piano)[source]: Change URL of git repository to new upstream.
2015-03-20guix package: '-s' sorts packages by name, then by version.Ludovic Courtès
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.
2015-03-20guix package: '-s' displays different packages that have the same location.Ludovic Courtès
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'.
2015-03-20gnu: arb: Update to 2.3.0.Andreas Enge
* gnu/packages/algebra.scm (arb): Update to 2.3.0.
2015-03-20gnu: Add Catalyst-Devel.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-devel): New variable.
2015-03-20gnu: Add Module-Install.Eric Bavier
* gnu/packages/perl.scm (perl-module-install): New variable.
2015-03-20gnu: Add YAML-Tiny.Eric Bavier
* gnu/packages/perl.scm (perl-yaml-tiny): New variable.
2015-03-20gnu: perl-cpanel-json-xs: Move to (gnu packages perl).Eric Bavier
* gnu/packages/web.scm (perl-cpanel-json-xs): Move this... * gnu/packages/perl.scm: To here.
2015-03-20gnu: perl-json-maybexs: Move to (gnu packages perl).Eric Bavier
* gnu/packages/web.scm (perl-json-maybexs): Move this... * gnu/packages/perl.scm: To here.
2015-03-20gnu: Add PAR-Dist.Eric Bavier
* gnu/packages/perl.scm (perl-par-dist): New variable.
2015-03-20gnu: Add Module-ScanDeps.Eric Bavier
* gnu/packages/perl.scm (perl-module-scandeps): New variable.
2015-03-20gnu: Add Perl JSON.Eric Bavier
* gnu/packages/perl.scm (perl-json): New variable.
2015-03-20gnu: Add JSON-XS.Eric Bavier
* gnu/packages/perl.scm (perl-json-xs): New variable.
2015-03-20gnu: Add Types-Serialiser.Eric Bavier
* gnu/packages/perl.scm (perl-types-serialiser): New variable.
2015-03-20gnu: Add File-Remove.Eric Bavier
* gnu/packages/perl.scm (perl-file-remove): New variable.
2015-03-20gnu: Add Template-Toolkit.Eric Bavier
* gnu/packages/perl.scm (perl-template-toolkit): New variable.
2015-03-20gnu: Add Test-LeakTrace.Eric Bavier
* gnu/packages/perl.scm (perl-test-leaktrace): New variable.
2015-03-20gnu: Add AppConfig.Eric Bavier
* gnu/packages/perl.scm (perl-appconfig): New variable.
2015-03-20gnu: Add File-Copy-Recursive.Eric Bavier
* gnu/packages/perl.scm (perl-file-copy-recursive): New variable.
2015-03-20gnu: Add File-ChangeNotify.Eric Bavier
* gnu/packages/perl.scm (perl-file-changenotify): New variable.
2015-03-20gnu: Add MooseX-Params-Validate.Eric Bavier
* gnu/packages/perl.scm (perl-moosex-params-validate): New variable.
2015-03-20gnu: Add MooseX-SemiAffordanceAccessor.Eric Bavier
* gnu/packages/perl.scm (perl-moosex-semiaffordanceaccessor): New variable.
2015-03-20gnu: Add Catalyst-Plugin-Static-Simple.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-plugin-static-simple): New variable.
2015-03-20gnu: Add MIME-Types.Eric Bavier
* gnu/packages/web.scm (perl-mime-types): New variable.
2015-03-20gnu: Add Catalyst-Plugin-ConfigLoader.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-plugin-configloader): New variable.
2015-03-20gnu: Add Catalyst-Action-RenderView.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-action-renderview): New variable.
2015-03-20gnu: Add Data-Visitor.Eric Bavier
* gnu/packages/perl.scm (perl-data-visitor): New variable.
2015-03-20gnu: Add Tie-ToObject.Eric Bavier
* gnu/packages/perl.scm (perl-tie-toobject): New variable.
2015-03-20gnu: flint: Update to 2.4.5.Andreas Enge
* gnu/packages/algebra.scm (flint): Update to 2.4.5.
2015-03-20gnu: arb: Propagate input flint.Andreas Enge
* gnu/packages/algebra.scm (arb): Propagate input flint.
2015-03-20gnu: flint: Propagate inputs gmp and mpfr.Andreas Enge
* gnu/packages/algebra.scm (flint): Propagate inputs gmp and mpfr.
2015-03-19services: guix-service: Add 'lsof' and 'lsh' to guix-daemon's $PATH.Ludovic Courtès
* gnu/services/base.scm (guix-service): Add #:lsof and #:lsh parameters. [start]: Pass #:environment-variables to 'make-forkexec-constructor'.
2015-03-19gnu: Use emacs-no-x when we just want to byte-compile code.Ludovic Courtès
* 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.