aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-19gnu: Add Catalyst-Plugin-Session.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-plugin-session): New variable.
2015-03-19gnu: Add Object-Signature.Eric Bavier
* gnu/packages/perl.scm (perl-object-signature): New variable.
2015-03-19gnu: Add Test-WWW-Mechanize-PSGI.Eric Bavier
* gnu/packages/web.scm (perl-test-www-mechanize-psgi): New variable.
2015-03-19gnu: Add Test-WWW-Mechanize.Eric Bavier
* gnu/packages/web.scm (perl-test-www-mechanize): New variable.
2015-03-19gnu: Add WWW-Mechanize.Eric Bavier
* gnu/packages/web.scm (perl-www-mechanize): New variable.
2015-03-19gnu: Add HTTP-Server-Simple.Eric Bavier
* gnu/packages/web.scm (perl-http-server-simple): New variable.
2015-03-19gnu: Add HTML-Tree.Eric Bavier
* gnu/packages/web.scm (perl-html-tree): New variable.
2015-03-19gnu: Add HTML-Lint.Eric Bavier
* gnu/packages/web.scm (perl-html-lint): New variable.
2015-03-19gnu: Add HTML-Form.Eric Bavier
* gnu/packages/web.scm (perl-html-form): New variable.
2015-03-19gnu: Add Carp-Assert-More.Eric Bavier
* gnu/packages/perl.scm (perl-carp-assert-more): New variable.
2015-03-19gnu: Add Carp-Assert.Eric Bavier
* gnu/packages/perl.scm (perl-carp-assert): New variable.
2015-03-19gnu: Add Test-LongString.Eric Bavier
* gnu/packages/perl.scm (perl-test-longstring): New variable.
2015-03-19gnu: Add Catalyst-Action-REST.Eric Bavier
* gnu/packages/web.scm (perl-catalyst-action-rest): New variable.
2015-03-19gnu: Add URI-Find.Eric Bavier
* gnu/packages/web.scm (perl-uri-find): New variable.
2015-03-19gnu: agg: Add explanatory comment to the patch.Tomáš Čech
* gnu/packages/patches/agg-am_c_prototype.patch: Add comment.
2015-03-19gnu: libxrandr: Propagate more inputs.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/xorg.scm (libxrandr): Propagate libxrender, xproto, libx11.
2015-03-19gnu: mesa: Enable more optional features.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (mesa): Enable DRM support of EGL, thread local storage in GLX, and off-screen rendering.
2015-03-19gnu: mesa: Fix file names passed to dlopen(3).Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (mesa): Patch source files to make file names passed to dlopen(3) absolute.
2015-03-19gnu: Add perl-svg.Ricardo Wurmus
* gnu/packages/perl.scm (perl-svg): New variable.
2015-03-19gnu: Add colordiff.Tomáš Čech
* gnu/packages/patchutils.scm (colordiff): New variable.
2015-03-19ftp-client: Switch to binary mode before using the "SIZE" command.Ludovic Courtès
* guix/ftp-client.scm (ftp-size): Add '%ftp-command' call.
2015-03-19lint: Report details about FTP errors.Ludovic Courtès
* guix/scripts/lint.scm (probe-uri) <'ftp>: Pass more information about failures alongside 'ftp-response. (validate-uri) <ftp-response>: Handle it, and adjust "not reachable" message accordingly.
2015-03-19lint: Change misleading variable name.Ludovic Courtès
* guix/scripts/lint.scm (probe-uri) <'ftp>: Rename 'port' to 'conn'.
2015-03-19gnu: Add mesa-utils.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (mesa-utils): New variable. (mesa-demos-source): New procedure.
2015-03-19gnu: mesa: Propagate inputs libxshmfence and libxfixes.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (mesa): Propagate inputs libxshmfence and libxfixes.
2015-03-19gnu: mesa: Add input s2tc.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (mesa): Add input s2tc, patch sources to make the reference to libtxc_dxtn.so absolute since it's passed to dlopen(3).
2015-03-19gnu: Add s2tc.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gl.scm (s2tc): New variable. (mesa-headers): New variable.
2015-03-19gnu: msmtp: Use mirror:// URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/mail.scm (msmtp): Use a mirror:// URI for the source.
2015-03-19gnu: claws-mail: Use mirror:// URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/mail.scm (claws-mail): Use a mirror:// URI for the source.
2015-03-19gnu: procps: Explain why a mirror:// URI isn't used.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/linux.scm (procps): Add a comment explaining why we don't use a mirror:// URI.
2015-03-19gnu: lcms: Use mirror:// URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/ghostscript.scm (lcms): Use a mirror:// URI for the source.
2015-03-19gnu: wxwidgets-2: Use mirror:// URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/wxwidgets.scm (wxwidgets-2): Use a mirror:// URI for the source.
2015-03-19gnu: liba52: Fix source URI.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/video.scm (liba52): Fix the source URI; SourceForge mirror URIs don't work for this project presumably because it's misconfigured.
2015-03-18substitute-binary: Fix recently-introduced regression.Ludovic Courtès
* guix/scripts/substitute-binary.scm (%cache-url): Fix regression introduced in 41c45e7.
2015-03-18packages: Rewrite 'patch-and-repack' using gexps.Ludovic Courtès
* guix/packages.scm (patch-and-repack): Remove 'store' parameter and change default value of #:inputs to (%standard-patch-inputs). [lookup-input, instantiate-patch]: New procedures. [patch-inputs]: Remove. [builder]: Rename to... [build]: ... this. Use gexps instead of sexps. (patch-and-repack*): Remove. (origin->derivation): Use 'patch-and-repack' instead of 'patch-and-repack*'. * tests/packages.scm ("package-source-derivation, snippet")[source](snippet): Remove references to '%build-inputs' and '%outputs'.
2015-03-18Merge branch 'master' into core-updatesLudovic Courtès
2015-03-18store: Remove debugging leftover.Ludovic Courtès
* guix/store.scm (set-build-options): Remove leftover 'pk' call from 41c45e7.
2015-03-18store: Add preliminary support for client-supplied substitute URLs.Ludovic Courtès
* guix/store.scm (set-build-options): Rename #:binary-caches to #:substitute-urls. Actually pass it in 'pairs' under the "substitute-urls" key. * guix/scripts/substitute-binary.scm (%cache-url): Add comment for "untrusted-substitute-urls".
2015-03-18pk-crypto: Improve documentation of 'key-type'.Ludovic Courtès
* guix/pk-crypto.scm (key-type): Improve docstring.
2015-03-18gnu: Add agg.Tomáš Čech
* gnu/packages/graphics.scm (agg): New variable. * gnu/packages/patches/agg-am_c_prototype.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-03-17gnu: Add xcape.Alexander I.Grafov (Axel)
* gnu/packages/xdisorg.scm (xcape): New variable.
2015-03-17build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.David Thompson
* guix/build/ruby-build-system.scm (install): Ignore the Ruby patch version when creating $GEM_HOME.
2015-03-17services: guix-service: Remove extraneous monadism.Ludovic Courtès
* gnu/services/base.scm (guix-build-accounts): Remove unneeded 'with-monad'. (guix-service): Adjust accordingly.
2015-03-17gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès
From now own, (guix packages) depends on (guix gexps); it was the other way around now. This means that (guix packages) code can use gexps. * guix/gexp.scm (origin-compiler, package-compiler): Remove. (default-guile-derivation): New procedure. (gexp->derivation): Use it instead of 'default-guile' + 'package->derivation'. * guix/packages.scm (default-guile-derivation): New procedure. (package-compiler, origin-compiler): New variables. * doc/guix.texi (G-Expressions): Mention extensibility.
2015-03-17packages: Move grafting parameter to (guix derivations).Ludovic Courtès
* guix/packages.scm (%graft?, set-grafting): Move to... * guix/derivations.scm: ... here.
2015-03-17gexp: Separate "compilers" for origins and packages from the core.Ludovic Courtès
* guix/gexp.scm (<gexp-compiler>): New record type. (%gexp-compilers): New variable. (register-compiler!, lookup-compiler): New procedures. (define-gexp-compiler): New macro. (origin-compiler, package-compiler): New compilers. (lower-inputs): Remove clauses for 'origin?' and 'package?'. Add clause with 'lookup-compiler' instead. (lower-references): Likewise. (gexp-inputs)[add-reference-inputs]: Likewise. (gexp->sexp)[reference->sexp]: Likewise.
2015-03-17gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès
* guix/gexp.scm (gexp-inputs)[add-reference-inputs]: Remove clause for inputs of the form (PACKAGE OUTPUT). (gexp->sexp)[reference->sexp]: Likewise. * tests/gexp.scm ("input list splicing"): Change 'list' to 'gexp-input' for glibc:debug. ("text-file*"): Likewise for %bootstrap-guile:out. ("input list splicing + gexp-input + ungexp-native-splicing"): Remove, now redundant.
2015-03-17profiles: Use 'gexp-input' instead of two-element lists.Ludovic Courtès
* guix/profiles.scm (package->manifest-entry): Use 'gexp-input' instead of two-element lists to denote specific package outputs. (manifest-inputs): Likewise. (profile-derivation)[info-dir]: Likewise.
2015-03-17gexp: Export 'gexp-input' constructor.Ludovic Courtès
* guix/gexp.scm (<gexp-input>)[gexp-input]: Rename to... [%gexp-input]: ... this. Adjust callers accordingly. (gexp-input): New procedure. (gexp-inputs)[add-reference-inputs]: When the input is a list, check whether each item is already 'gexp-input?' and to not rewrap those. (gexp-outputs)[add-reference-output]: Likewise. (gexp->sexp): Likewise. * tests/gexp.scm ("input list splicing + gexp-input + ungexp-native-splicing"): New test.
2015-03-17gexp: Add <gexp-input>.Ludovic Courtès
* guix/gexp.scm (<gexp-input>): New record type. (gexp-inputs)[add-reference-inputs]: Adjust clauses to expect <gexp-input> objects. (gexp-outputs)[add-reference-output]: Likewise. (gexp->sexp)[reference->sexp]: Likewise. (canonicalize-reference): Remove. (gexp)[escape->ref]: Use 'gexp-input' for all the references. Remove use of 'canonicalize-reference'.