Age | Commit message (Collapse) | Author |
|
* gnu/packages/samba.scm (ldb)[arguments]: Use INVOKE.
|
|
* gnu/packages/samba.scm (tevent)[arguments]: Use INVOKE.
|
|
* gnu/packages/samba.scm (talloc/static)[arguments]: Use INVOKE in the build
phase.
|
|
* gnu/packages/regex.scm (tre)[arguments]: Use INVOKE.
|
|
* gnu/packages/rdf.scm (python-rdflib)[source]: Use PYPI-URI.
[arguments]: Use INVOKE in commented build phase.
|
|
* gnu/packages/ocaml.scm (ocaml-utop)[arguments]: Use INVOKE.
|
|
* gnu/packages/ocaml.scm (ocaml-zed)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
|
|
* gnu/packages/ocaml.scm (camlp4-4.02)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/ocaml.scm (ocaml-4.01)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/ocaml.scm (ocaml-4.02)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/multiprecision.scm (tomsfastmath)[arguments]: Use INVOKE in
"check" phase.
|
|
* gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
|
|
* gnu/packages/messaging.scm (perl-net-psyc): Update to 1.3.
[native-inputs]: Add unzip.
[arguments]: Use INVOKE in build phase.
|
|
* 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/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/packages/messaging.scm (bitlbee)[arguments]: Use INVOKE.
|
|
* gnu/packages/lisp.scm (ccl)[arguments]: Use INVOKE and return #T from build
phases.
|
|
* gnu/packages/lirc.scm (python-lirc, python2-lirc): Update to
1.2.1-2.c28708b.
[arguments]: Use INVOKE.
|
|
* gnu/packages/gnupg.scm (python-pygpgme)[arguments]: Use INVOKE.
|
|
* gnu/packages/graphics.scm (brdf-explorer)[arguments]: Use INVOKE and return #T.
|
|
* gnu/packages/ftp.scm (ncftp)[arguments]: Use INVOKE.
|
|
* 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/packages/entr.scm (entr): Update to 4.1.
[arguments]: Use INVOKE.
|
|
* gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
|
|
* gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
|
|
* gnu/packages/benchmark.scm (imb)[arguments]: Use INVOKE.
|
|
* 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/packages/textutils.scm (antiword)[arguments]: Use INVOKE in install phase.
|
|
* gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
|
|
* gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
|
|
* gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
|
|
* gnu/packages/xfce.scm (xfconf)[arguments]: Unconditionally return #T from
check phase.
|
|
* gnu/packages/linux.scm (libnl)[arguments]: Use INVOKE and unconditionally
return #T from all build phases.
|
|
* gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T
from build phases.
|
|
* gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from
build phases by using INVOKE.
|
|
* gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/crypto.scm (eschalot)[arguments]: Unconditionally return #T
from check phase.
|
|
* gnu/packages/admin.scm (ansible): Update to 2.7.6.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/emacs.scm (emacspeak): Update to 49.0.
[arguments]: In the 'install' phase, fix the launch script substitution.
|
|
* gnu/packages/connman.scm (cmst)[arguments]: Unconditionally return #T from
build phases.
|
|
* gnu/packages/code.scm (sloccount)[arguments]: Use INVOKE and unconditionally
return #T from build phases.
|
|
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Use INVOKE and
unconditionally return #T from build phase.
|
|
* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use INVOKE and return
#T from build phases unconditionally.
|
|
* gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
|
|
* gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
|
|
* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
|
|
* gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure"
phases.
|
|
Fixes a regression in 'guix pack -R' introduced with commit
c2dcff41c2e47f5f978f467864d5ed7829939884. The imported modules of
'c-compiler' would be compiled in this order: first (guix records),
then (guix search-paths). Consequently,
'report-duplicate-field-specifier' would be reported as unbound while
compiling (guix search-paths), leading to a build failure.
* guix/records.scm (report-invalid-field-specifier)
(report-duplicate-field-specifier): Move within 'eval-expand'.
|
|
Fixes a regression introduced in
c2dcff41c2e47f5f978f467864d5ed7829939884, whereby many tests in
'tests/packages.scm' would trigger a syntax error due to duplicate field
intializers in forms like:
(dummy-package "foo" (version "0"))
* guix/tests.scm (dummy-package, dummy-origin): Rewrite to inherit from
a base record. This restores the semantics from before
c2dcff41c2e47f5f978f467864d5ed7829939884.
* tests/services.scm ("instantiate-missing-services, indirect"): Remove
duplicate 'extensions' field.
|