summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: jimtcl: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/embedded.scm (jimtcl)[arguments]: Use INVOKE.
* gnu: greenisland: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/display-managers.scm (greenisland)[arguments]: Use INVOKE in check phase.
* gnu: assword: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/password-utils.scm (assword)[arguments]: Use INVOKE.
* gnu: python-oslosphinx: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
* gnu: python-reno: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/openstack.scm (python-reno)[arguments]: Use INVOKE. [native-inputs]: Replace "git" with "git-minimal".
* gnu: Add ghc-libmpd.Gabriel Hondet2019-01-25
| | | | | | * gnu/packages/haskell.scm (ghc-libmpd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* weather: Add '--coverage'.Ludovic Courtès2019-01-25
| | | | | | | | | * 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.
* refresh: Better account for private and generated packages.Ludovic Courtès2019-01-25
| | | | | | | | | | | | | | | | | | | 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'.
* refresh: Fix format string that would lead '-l' to print incorrect numbers.Ludovic Courtès2019-01-25
| | | | | | | | | | | | | | | | 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).
* weather: Ignore deprecated packages but not hidden packages.Ludovic Courtès2019-01-25
| | | | | * guix/scripts/weather.scm (all-packages): Pass #:select? to 'fold-packages'.
* packages: Add 'package-closure'.Ludovic Courtès2019-01-25
| | | | | * guix/packages.scm (package-closure): New procedure. * tests/packages.scm ("package-closure"): New test.
* gnu: python-pyopenssl: Update to 19.0.0.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/python-crypto.scm (python-pyopenssl): Update to 19.0.0. [arguments]: Use INVOKE.
* gnu: python2-pyqt-4: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/qt.scm (python2-pyqt-4)[arguments]: Use INVOKE.
* gnu: qwt: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/qt.scm (qwt)[arguments]: Use INVOKE.
* gnu: ldb: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/samba.scm (ldb)[arguments]: Use INVOKE.
* gnu: tevent: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
* gnu: talloc/static: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/samba.scm (talloc/static)[arguments]: Use INVOKE in the build phase.
* gnu: tre: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/regex.scm (tre)[arguments]: Use INVOKE.
* gnu: python-rdflib: Use PYPI-URI.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/rdf.scm (python-rdflib)[source]: Use PYPI-URI. [arguments]: Use INVOKE in commented build phase.
* gnu: ocaml-utop: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (ocaml-utop)[arguments]: Use INVOKE.
* gnu: ocaml-zed: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (ocaml-zed)[arguments]: Use INVOKE in build phases.
* gnu: ocaml-zarith: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
* gnu: camlp4-4.02: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (camlp4-4.02)[arguments]: Use INVOKE in build phases.
* gnu: ocaml-4.01: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (ocaml-4.01)[arguments]: Use INVOKE in build phases.
* gnu: ocaml-4.02: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ocaml.scm (ocaml-4.02)[arguments]: Use INVOKE in build phases.
* gnu: tomsfastmath: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/multiprecision.scm (tomsfastmath)[arguments]: Use INVOKE in "check" phase.
* gnu: freetalk: Remove custom bootstrap phase.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
* gnu: perl-net-psyc: Update to 1.3.Ricardo Wurmus2019-01-25
| | | | | | * gnu/packages/messaging.scm (perl-net-psyc): Update to 1.3. [native-inputs]: Add unzip. [arguments]: Use INVOKE in build phase.
* gnu: dino: Update to 0.0-4.8e14ac6.Ricardo Wurmus2019-01-25
| | | | | | * 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.
* gnu: bitlbee-discord: Do not run autogen.sh in custom autogen phase.Ricardo Wurmus2019-01-25
| | | | | | * 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.
* gnu: bitlbee: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/messaging.scm (bitlbee)[arguments]: Use INVOKE.
* gnu: ccl: Unconditionally return #T from build phases.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/lisp.scm (ccl)[arguments]: Use INVOKE and return #T from build phases.
* gnu: python-lirc: Update to 1.2.1-2.c28708b.Ricardo Wurmus2019-01-25
| | | | | | * gnu/packages/lirc.scm (python-lirc, python2-lirc): Update to 1.2.1-2.c28708b. [arguments]: Use INVOKE.
* gnu: python-pygpgme: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/gnupg.scm (python-pygpgme)[arguments]: Use INVOKE.
* gnu: brdf-explorer: Unconditionally return #T from build phases.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/graphics.scm (brdf-explorer)[arguments]: Use INVOKE and return #T.
* gnu: ncftp: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/ftp.scm (ncftp)[arguments]: Use INVOKE.
* gnu: libxdg-basedir: Don't run autogen.sh manually.Ricardo Wurmus2019-01-25
| | | | | | * 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.
* gnu: entr: Update to 4.1.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/entr.scm (entr): Update to 4.1. [arguments]: Use INVOKE.
* gnu: coq-interval: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
* gnu: coq-coquelicot: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
* gnu: imb: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/benchmark.scm (imb)[arguments]: Use INVOKE.
* gnu: synergy: Update to 1.10.1.Ricardo Wurmus2019-01-25
| | | | | | | | * gnu/packages/synergy.scm (synergy): Update to 1.10.1. [source]: Fetch from git. [arguments]: Remove "unpack-aux-src", custom "check" phase, custom "install" phase. [inputs]: Add avahi and qtbase.
* gnu: antiword: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/textutils.scm (antiword)[arguments]: Use INVOKE in install phase.
* gnu: uucp: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
* gnu: wicd: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
* gnu: awesome: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
* gnu: xfconf: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/xfce.scm (xfconf)[arguments]: Unconditionally return #T from check phase.
* gnu: libnl: Unconditionally return #T from build phases.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/linux.scm (libnl)[arguments]: Use INVOKE and unconditionally return #T from all build phases.
* gnu: coq-mathcomp: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T from build phases.
* gnu: coq-gappa: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from build phases by using INVOKE.