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:
Robby Findler 2015-07-21 22:21:22 -05:00
parent a2b3cea72e
commit 4899200177

View File

@ -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