| Commit message (Expand) | Author | Age | Files | Lines |
* | download: Ask not to use TLS 1.3.•••Works around <https://bugs.gnu.org/34102>.
Reported by Marius Bakke <mbakke@fastmail.com>.
* guix/build/download.scm (tls-wrap): Add "-VERS-TLS1.3" to the priority
string when (gnutls-version) is not prefixed by "3.5".
| Ludovic Courtès | 2019-01-26 | 1 | -2/+14 |
* | Merge branch 'master' into staging | Ricardo Wurmus | 2019-01-25 | 2 | -3/+9 |
|\ |
|
| * | gnu: kcoreaddons: Fix broken test.•••* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]: Add build phase
"fix-broken-test".
| Ricardo Wurmus | 2019-01-25 | 1 | -0/+8 |
| * | gnu: infiniband-diags: Remove custom bootstrap phase.•••* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Remove
"autotools" phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+1 |
* | | Merge branch 'master' into staging | Ricardo Wurmus | 2019-01-25 | 74 | -883/+1546 |
|\| |
|
| * | gnu: gpgme: Update to 1.12.0.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.12.0.
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+2 |
| * | gnu: gpgme: Add patch to fix qgpgme tests.•••* gnu/packages/gnupg.scm (gpgme)[source]: Add upstream patch.
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+11 |
| * | gnu: pcb-rnd: Use INVOKE.•••* gnu/packages/engineering.scm (pcb-rnd)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -4/+4 |
| * | gnu: proplib: Use INVOKE.•••* gnu/packages/embedded.scm (proplib)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+2 |
| * | gnu: jimtcl: Use INVOKE.•••* gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+2 |
| * | gnu: greenisland: Use INVOKE.•••* gnu/packages/display-managers.scm (greenisland)[arguments]: Use INVOKE in
check phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -1/+1 |
| * | gnu: assword: Use INVOKE.•••* gnu/packages/password-utils.scm (assword)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -9/+8 |
| * | gnu: python-oslosphinx: Use INVOKE.•••* gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -1/+1 |
| * | gnu: python-reno: Use INVOKE.•••* gnu/packages/openstack.scm (python-reno)[arguments]: Use INVOKE.
[native-inputs]: Replace "git" with "git-minimal".
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+2 |
| * | gnu: Add ghc-libmpd.•••* gnu/packages/haskell.scm (ghc-libmpd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet | 2019-01-25 | 1 | -0/+32 |
| * | weather: Add '--coverage'.•••* guix/scripts/weather.scm (show-help, %options): Add '--coverage'.
(package-partition-boundary, package->output-mapping)
(substitute-oracle, report-package-coverage-per-system)
(report-package-coverage): New procedures.
(guix-weather): Honor '--coverage'.
* doc/guix.texi (Invoking guix weather): Document it.
| Ludovic Courtès | 2019-01-25 | 2 | -2/+200 |
| * | refresh: Better account for private and generated packages.•••Until now, private and generated packages (e.g., those created by
'texlive-union') we missing from the list passed to 'node-back-edges',
which would lead to inaccurate dependent counts.
Previously we'd get:
$ guix refresh -l texlive-fonts-cm
Building the following 80 packages would ensure 116 dependent packages
are rebuilt: …
Now we have:
$ Building the following 240 packages would ensure 597 dependent
packages are rebuilt: …
* guix/scripts/refresh.scm (list-dependents): Call 'package-closure'.
| Ludovic Courtès | 2019-01-25 | 1 | -1/+1 |
| * | refresh: Fix format string that would lead '-l' to print incorrect numbers.•••The skip "~*" argument was misplaced, leading the number of dependents
to be skipped (instead of the number of covering packages.) Thus, we'd
get:
$ guix refresh -l ocaml4.02-ppx-deriving@4.1
Building the following package would ensure 1 dependent packages are rebuilt: bap@1.3.0
instead of:
Building the following package would ensure 26 dependent packages are rebuilt: bap@1.3.0
* guix/scripts/refresh.scm (list-dependents): Move "~*" in the right
place, to skip (length covering) rather than (length dependents).
| Ludovic Courtès | 2019-01-25 | 1 | -2/+2 |
| * | weather: Ignore deprecated packages but not hidden packages.•••* guix/scripts/weather.scm (all-packages): Pass #:select? to
'fold-packages'.
| Ludovic Courtès | 2019-01-25 | 1 | -2/+5 |
| * | packages: Add 'package-closure'.•••* guix/packages.scm (package-closure): New procedure.
* tests/packages.scm ("package-closure"): New test.
| Ludovic Courtès | 2019-01-25 | 2 | -1/+47 |
| * | gnu: python-pyopenssl: Update to 19.0.0.•••* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 19.0.0.
[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -12/+12 |
| * | gnu: python2-pyqt-4: Use INVOKE.•••* gnu/packages/qt.scm (python2-pyqt-4)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -5/+5 |
| * | gnu: qwt: Use INVOKE.•••* gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -1/+1 |
| * | gnu: ldb: Use INVOKE.•••* gnu/packages/samba.scm (ldb)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -5/+5 |
| * | gnu: tevent: Use INVOKE.•••* gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: talloc/static: Use INVOKE.•••* gnu/packages/samba.scm (talloc/static)[arguments]: Use INVOKE in the build
phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -9/+3 |
| * | gnu: tre: Use INVOKE.•••* gnu/packages/regex.scm (tre)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: python-rdflib: Use PYPI-URI.•••* gnu/packages/rdf.scm (python-rdflib)[source]: Use PYPI-URI.
[arguments]: Use INVOKE in commented build phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -10/+6 |
| * | gnu: ocaml-utop: Use INVOKE.•••* gnu/packages/ocaml.scm (ocaml-utop)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: ocaml-zed: Use INVOKE.•••* gnu/packages/ocaml.scm (ocaml-zed)[arguments]: Use INVOKE in build phases.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+2 |
| * | gnu: ocaml-zarith: Use INVOKE.•••* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -2/+1 |
| * | gnu: camlp4-4.02: Use INVOKE.•••* gnu/packages/ocaml.scm (camlp4-4.02)[arguments]: Use INVOKE in build phases.
| Ricardo Wurmus | 2019-01-25 | 1 | -20/+20 |
| * | gnu: ocaml-4.01: Use INVOKE.•••* gnu/packages/ocaml.scm (ocaml-4.01)[arguments]: Use INVOKE in build phases.
| Ricardo Wurmus | 2019-01-25 | 1 | -5/+4 |
| * | gnu: ocaml-4.02: Use INVOKE.•••* gnu/packages/ocaml.scm (ocaml-4.02)[arguments]: Use INVOKE in build phases.
| Ricardo Wurmus | 2019-01-25 | 1 | -7/+6 |
| * | gnu: tomsfastmath: Use INVOKE.•••* gnu/packages/multiprecision.scm (tomsfastmath)[arguments]: Use INVOKE in
"check" phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -5/+5 |
| * | gnu: freetalk: Remove custom bootstrap phase.•••* gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+0 |
| * | gnu: perl-net-psyc: Update to 1.3.•••* gnu/packages/messaging.scm (perl-net-psyc): Update to 1.3.
[native-inputs]: Add unzip.
[arguments]: Use INVOKE in build phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -9/+5 |
| * | gnu: dino: Update to 0.0-4.8e14ac6.•••* gnu/packages/messaging.scm (dino): Update to 0.0-4.8e14ac6.
[arguments]: Use INVOKE in build phases.
[inputs]: Add qrencode; replace sqlite with sqlite-with-column-metadata.
| Ricardo Wurmus | 2019-01-25 | 1 | -15/+12 |
| * | gnu: bitlbee-discord: Do not run autogen.sh in custom autogen phase.•••* gnu/packages/messaging.scm (bitlbee-discord)[arguments]: Rename "autogen"
phase to "patch-autogen"; don't invoke "autogen.sh" script as it is invoked in
the "bootstrap" phase; return #T from "patch-autogen" phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: bitlbee: Use INVOKE.•••* gnu/packages/messaging.scm (bitlbee)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -6/+6 |
| * | gnu: ccl: Unconditionally return #T from build phases.•••* gnu/packages/lisp.scm (ccl)[arguments]: Use INVOKE and return #T from build
phases.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+4 |
| * | gnu: python-lirc: Update to 1.2.1-2.c28708b.•••* gnu/packages/lirc.scm (python-lirc, python2-lirc): Update to
1.2.1-2.c28708b.
[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -17/+16 |
| * | gnu: python-pygpgme: Use INVOKE.•••* gnu/packages/gnupg.scm (python-pygpgme)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -4/+2 |
| * | gnu: brdf-explorer: Unconditionally return #T from build phases.•••* gnu/packages/graphics.scm (brdf-explorer)[arguments]: Use INVOKE and return #T.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+4 |
| * | gnu: ncftp: Use INVOKE.•••* gnu/packages/ftp.scm (ncftp)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: libxdg-basedir: Don't run autogen.sh manually.•••* gnu/packages/freedesktop.scm (libxdg-basedir)[arguments]: Rename "autogen"
phase to "patch-autogen"; remove invocation of "autogen.sh" script as it will
be executed in the "bootstrap" phase.
| Ricardo Wurmus | 2019-01-25 | 1 | -3/+3 |
| * | gnu: entr: Update to 4.1.•••* gnu/packages/entr.scm (entr): Update to 4.1.
[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -18/+21 |
| * | gnu: coq-interval: Use INVOKE.•••* gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -7/+5 |
| * | gnu: coq-coquelicot: Use INVOKE.•••* gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -7/+5 |
| * | gnu: imb: Use INVOKE.•••* gnu/packages/benchmark.scm (imb)[arguments]: Use INVOKE.
| Ricardo Wurmus | 2019-01-25 | 1 | -4/+3 |