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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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~%" | ||||||
|  |  | ||||||
		Reference in a new issue