aboutsummaryrefslogtreecommitdiff
path: root/tests/debug-link.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-29 09:58:28 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-29 10:43:36 +0200
commit8bf4cba8526c4e27b0f1a611c12bf93443ac7be1 (patch)
treea574ba90d73079f508d6d9dc7fcbf7b0eeb5a87f /tests/debug-link.scm
parent6c3e14c32d86566555512dff49c29e24d10b8981 (diff)
downloadguix-8bf4cba8526c4e27b0f1a611c12bf93443ac7be1.tar.gz
guix-8bf4cba8526c4e27b0f1a611c12bf93443ac7be1.zip
gnu: emacs-orglink: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.3. Change-Id: Ic79c31a5d1e0c2ccddec9db12f94c058b14d42b5
Diffstat (limited to 'tests/debug-link.scm')
0 files changed, 0 insertions, 0 deletions
class='msg-avail'>...Fixes <https://bugs.gnu.org/30830>. Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/scripts/package.scm (build-and-use-profile): Add #:allow-collisions? and pass it to 'profile-derivation'. (show-help, %options): Add '--allow-collisions'. (manifest-action, process-actions): Pass #:allow-collisions? to 'build-and-use-profile'. * tests/guix-package.sh: Add collision test. * doc/guix.texi (Invoking guix package): Document '--allow-collisions'. Ludovic Courtès 2018-02-27guix package: '--search' no longer shows superseded packages....Fixes <https://bugs.gnu.org/30566>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * guix/scripts/package.scm (find-packages-by-description): Ignore superseded packages. * tests/guix-package.sh: Add test. Ludovic Courtès 2017-11-11tests: Adjust to new unbound-variable error message....This is a followup to dc856223f5eab57d8a4881782ec0f50abd12afa3. * tests/guix-package.sh: Adjust unbound-variable message regexp. Ludovic Courtès 2017-06-26guix package: 'guix package -r PKG -u' does not upgrade PKG....Fixes <http://bugs.gnu.org/27262>. Reported by Mark H Weaver <mhw@netris.org>. * guix/scripts/package.scm (transaction-upgrade-entry): Check if ENTRY matches 'manifest-transaction-removal-candidate?' and return TRANSACTION if it does. (process-actions): Move 'options->removable' from step 2 to step 1. Ludovic Courtès