aboutsummaryrefslogtreecommitdiff
path: root/tests/opam.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-12-14 15:32:26 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-12-14 15:33:21 +0200
commit2ba263864b7b055a01d4d445089f03370eef1c3e (patch)
tree6a12b88efe0c5136815df3e085743a16f5c3dc94 /tests/opam.scm
parentddd19013e0868228434ca9106b20cd8a875f25cb (diff)
downloadguix-2ba263864b7b055a01d4d445089f03370eef1c3e.tar.gz
guix-2ba263864b7b055a01d4d445089f03370eef1c3e.zip
gnu: quadrapassel: Remove input labels.
* gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels from inputs.
Diffstat (limited to 'tests/opam.scm')
0 files changed, 0 insertions, 0 deletions
ation-error): Likewise. * gnu/packages.scm (search-patch): Likewise. * gnu/services.scm (%service-with-default-value): Likewise. (files->etc-directory): Likewise. (fold-services): Likewise. * gnu/system.scm (locale-name->definition*): Likewise. * gnu/system/mapped-devices.scm (check-device-initrd-modules): Likewise. (check-luks-device): Likewise. * guix/channels.scm (latest-channel-instance): Likewise. * guix/cve.scm (json->cve-items): Likewise. * guix/git-authenticate.scm (commit-signing-key): Likewise. (commit-authorized-keys): Likewise. (authenticate-commit): Likewise. (verify-introductory-commit): Likewise. * guix/remote.scm (remote-pipe-for-gexp): Likewise. * guix/scripts/graph.scm (assert-package): Likewise. * guix/scripts/offload.scm (private-key-from-file*): Likewise. * guix/ssh.scm (authenticate-server*): Likewise. (open-ssh-session): Likewise. (remote-inferior): Likewise. * guix/ui.scm (matching-generations): Likewise. * guix/upstream.scm (package-update): Likewise. * tests/channels.scm ("latest-channel-instances, missing introduction for 'guix'"): Catch 'formatted-message?'. ("authenticate-channel, wrong first commit signer"): Likewise. * tests/lint.scm ("patches: not found"): Adjust message string. * tests/packages.scm ("patch not found yields a run-time error"): Catch 'formatted-message?'. * guix/lint.scm (check-patch-file-names): Handle 'formatted-message?'. (check-derivation): Ditto. Ludovic Courtès