Provide additional identifiers needed for pkg-index.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-02 21:06:26 -05:00
parent e0a9a92c0f
commit 46a5ed0aad

View File

@ -33,7 +33,10 @@
(provide (struct-out install-info)
remote-package-checksum
stage-package/info
pkg-stage)
pkg-stage
package-url->checksum
github-client_secret
github-client_id)
(struct install-info (name orig-pkg directory git-directory clean? checksum module-paths additional-installs))