Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-d-mode)[description]: Remove unnecessary
information.
|
|
* gnu/packages/emacs-xyz.scm (emacs-d-mode): Update to 2.0.11.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar): Update to 0.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.
|
|
* gnu/packages/crypto.scm (libolm): Update to 3.2.3.
|
|
* gnu/packages/compression.scm (libjcat): Update to 0.1.8.
|
|
* gnu/packages/admin.scm (isc-dhcp)[home-page]: Update.
|
|
* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.2-P1.
|
|
* gnu/packages/emacs.scm (emacs)[inputs]: Add gpm.
|
|
* gnu/packages/mc.scm (mc)[native-inputs, inputs]: Order alphabetically.
|
|
* gnu/packages/mc.scm: Order module imports alphabetically.
|
|
* gnu/packages/mc.scm (mc)[inputs]: Add gpm.
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-23.58e3551.
|
|
* gnu/packages/patches/mosaicatcher-unbundle-htslib.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bioinformatics.scm (mosaicatcher): New variable.
|
|
* gnu/packages/mes.scm (nyacc): Update to 1.04.0.
|
|
mosaicatcher-unbundle-htslib.patch is missing.
This reverts commit b1ae0f30d856503fa311d380584a6d7c80559332.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cwl-mode): Update to 0.2.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 0.11.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-jq): Update to 1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.7.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auto-sudoedit): Update to 1.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.4.
|
|
* gnu/packages/parallel.scm (xjobs)[properties]: New field.
|
|
* gnu/packages/parallel.scm (xjobs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/monitoring.scm (hostscope)[properties]: New field.
|
|
* guix/gnu-maintenance.scm (latest-html-release)[url->release]: Fix
source URL construction in cases where URL is a possibly relative path.
|
|
* guix/gnu-maintenance.scm (%tarball-rx, %package-name-rx): Accept 'v'
and 'V' prefixes. Accept ".tgz" extension.
* tests/gnu-maintenance.scm ("release-file?"): Add test.
|
|
* gnu/packages/monitoring.scm (hostscope): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/networking.scm (mbuffer): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (ipopt): Update to 3.13.4, update URL.
[license]: Change to LICENSE:EPL2.0.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (cbc): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
This is a followup to 681af1fb78a735b51dc811aed770b2948212c3fc.
* guix/scripts/build.scm (guix-build): Emit "nothing to do" warning only
when both DRV and ITEMS are null.
|
|
Suggested by elb on #guix.
* doc/guix.texi (Binary Installation): Add note explaining the
implications of disabling substitutes.
|
|
In some cases, running "guix upgrade" can trigger this warning, and
"missing arguments" is misleading then.
Reported by flatwhatson on #guix.
* guix/scripts/package.scm (process-actions): Change warning to "nothing
to do".
|
|
* gnu/packages/bioinformatics.scm (mosaicatcher): New variable.
|
|
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls-3.6.16): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
This makes Jami less dependent on the environment it is run within; for
example when using Jami on a foreign distributions.
* gnu/packages/jami.scm (jami-gnome)[imported-modules]: New argument.
[modules]: New argument.
[phases]{glib-or-gtk-compile-schemas, glib-or-gtk-wrap}: New phases.
Reported-by: Simon Tournier <zimon.toutoune@gmail.com>
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-22.3ac739b.
|
|
* gnu/packages/tryton.scm
(tryton-phases): Respect 'tests?' in the 'check' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
The former is preferred above the latter.
* gnu/packages/tryton.scm (tryton-phases): Look up "trytond" in the
'inputs' argument instead of in '%build-inputs'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tryton.scm
(tryton-phases): New procedure.
(tryton-arguments): New procedure.
(python-trytond-account)[arguments]: Use 'tryton-phases'.
(python-trytond-account-invoice)[arguments]: Likewise.
(python-trytond-account-invoice-stock)[arguments]: Likewise.
(python-trytond-account-product)[arguments]: Likewise.
(python-trytond-analytic-account)[arguments]: Likewise.
(python-trytond-company)[arguments]: Likewise.
(python-trytond-country)[arguments]: Likewise.
(python-trytond-currency)[arguments]: Likewise.
(python-trytond-party)[arguments]: Likewise.
(python-trytond-product)[arguments]: Likewise.
(python-trytond-purchase)[arguments]: Likewise.
(python-trytond-purchase-request)[arguments]: Likewise.
(python-trytond-stock)[arguments]: Likewise.
(python-trytond-stock-lot)[arguments]: Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/import/opam.scm (opam->guix-package): Generate license for the
‘license’ field.
* tests/opam.scm (test-opam-file): Update accordingly.
("opam->guix-package"): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/cluster.scm (libraft): Update to 0.10.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/git-download.scm (git-file-list): Add prefix and recursive?
arguments. Recurse into submodules when requested.
(git-predicate): Add recursive? argument.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
When git-predicate is used on an active worktree, some files in the
index might not exist on the filesystem. Instead of failing with "No
such file or directory", these should be ignored.
* guix/git-download.scm (git-predicate): Wrap 'lstat' call in
'false-if-exception'. Return RESULT when STAT is #f.
Co-authored-by: Andrew Whatson <whatson@gmail.com>
|
|
This is a followup to 3f8326237df780404c172ef4127195cc20becd66.
* guix/scripts/archive.scm (export-from-store): Warn then FILES is
empty.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/copy.scm (warn-if-empty): New procedure.
(send-to-remote-host, retrieve-from-remote-host): Call it.
* guix/scripts/edit.scm (guix-edit): Warn when SPECS is empty.
* guix/scripts/environment.scm (guix-environment): Warn when MANIFEST
has zero entries.
* guix/scripts/graph.scm (guix-graph): Warn then ITEMS is empty.
* guix/scripts/package.scm (process-actions): Warn when FILES and TRANS
are both empty.
|
|
* guix/scripts/deploy.scm (guix-deploy): Error out when FILE is false.
|