raco pkg: fix for old-format catalog entries

This commit is contained in:
Matthew Flatt 2015-01-07 10:43:42 -07:00
parent e82487429b
commit 7242d7ed38

View File

@ -20,7 +20,7 @@
(enclosing-path-for-repo url-str
(path->complete-path path
(pkg-installed-dir))))]
[`(catalog ,lookup-name ,url-str)
[`(catalog ,lookup-name . ,_)
(pkg-desc lookup-name 'name name
checksum auto?
#f)]