add what appears to be the right missing argument, judging from other uses
of simultaneous-installs and the fact that the build seems to go through now
This commit is contained in:
parent
a2b3cea72e
commit
4899200177
|
@ -270,7 +270,7 @@
|
|||
(file-exists? (get-compilation-bytecode-file f))
|
||||
(file-exists? (get-compilation-bytecode-file (path-replace-suffix f #".ss"))))
|
||||
(or (not updating?)
|
||||
(not (hash-ref simultaneous-installs (path->pkg f #:cache path-pkg-cache)))))
|
||||
(not (hash-ref simultaneous-installs (path->pkg f #:cache path-pkg-cache) #f))))
|
||||
;; This module is already installed
|
||||
(cons (path->pkg f #:cache path-pkg-cache) mp)]
|
||||
[else
|
||||
|
|
Loading…
Reference in New Issue
Block a user