build: check-available-binaries: Adjust to derivation API change.
* build-aux/check-available-binaries.scm: Use 'derivation->output-path' instead of 'derivation-path->output-path'.
This commit is contained in:
parent
48e488eb2c
commit
f59e9eaac8
|
@ -49,7 +49,7 @@
|
||||||
#f))))
|
#f))))
|
||||||
|
|
||||||
(let ((result (every (compose (warn (cut has-substitutes? store <>))
|
(let ((result (every (compose (warn (cut has-substitutes? store <>))
|
||||||
derivation-path->output-path)
|
derivation->output-path)
|
||||||
total)))
|
total)))
|
||||||
(when result
|
(when result
|
||||||
(format (current-error-port) "~a packages found substitutable~%"
|
(format (current-error-port) "~a packages found substitutable~%"
|
||||||
|
|
Loading…
Reference in New Issue