aboutsummaryrefslogtreecommitdiff
path: root/guix/grafts.scm
diff options
context:
space:
mode:
authorRicardo Wurmus2019-01-23 12:08:27 +0100
committerRicardo Wurmus2019-01-23 12:08:27 +0100
commit5aaef5c5decbf4dd43dfd1bb8d2a7d9e049a8580 (patch)
tree9f4ce853b9bc2d2b5433d8f0bec18749e93d8ba3 /guix/grafts.scm
parent38f77be464b0b6ca76105d5f0a1b5e55fd694036 (diff)
parent6a6799b27af8646da112d51bedb8e5ff6158e425 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'guix/grafts.scm')
-rw-r--r--guix/grafts.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/grafts.scm b/guix/grafts.scm
index db9c6854f..a3e12f6ef 100644
--- a/guix/grafts.scm
+++ b/guix/grafts.scm
@@ -189,7 +189,7 @@ available."
items)))
(define (references* items)
- (guard (c ((nix-protocol-error? c)
+ (guard (c ((store-protocol-error? c)
;; As a last resort, build DRV and query the references of the
;; build result.

© 2015 - 2026 Jakob L. Kreuze