aboutsummaryrefslogtreecommitdiff
path: root/tests/store.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-09 15:55:44 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-09 15:55:44 +0200
commit6ea06a0e3a161be52a8f0b006f29901ccf1c079a (patch)
tree3ba09337a36e5a493203b7f192923a161221433b /tests/store.scm
parenteb354bdacbf4154ec66038dac07f19bf4ced1fad (diff)
downloadguix-6ea06a0e3a161be52a8f0b006f29901ccf1c079a.tar.gz
guix-6ea06a0e3a161be52a8f0b006f29901ccf1c079a.zip
gnu: cups-minimal: Use 'modify-phases'.
* gnu/packages/cups.scm (cups-minimal)[arguments]: Use 'modify-phases'.
Diffstat (limited to 'tests/store.scm')
0 files changed, 0 insertions, 0 deletions
ance): 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