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'.
master
Ludovic Courtès 2013-09-22 22:14:46 +02:00
parent 48e488eb2c
commit f59e9eaac8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
#f))))
(let ((result (every (compose (warn (cut has-substitutes? store <>))
derivation-path->output-path)
derivation->output-path)
total)))
(when result
(format (current-error-port) "~a packages found substitutable~%"