| Age | Commit message (Collapse) | Author |
|
run64 should be packaged separately for each Scheme implementation. If
we put it all in one package, that package may have too many
unnecessary implementation-specific dependencies.
|
|
|
|
It is easier to build and test the website if it is in a separate
file.
|
|
|
|
|
|
|
|
Only public packages are built by the CI.
* .guix/run64-package.scm (run64): Export.
|
|
* .guix/run64-package.scm: Import gnu-make from (gnu packages base)
and emacs-minimal from (gnu packages emacs).
(run64-website-gexp, run64-website): New variables.
|
|
* .guix-authorizations, .guix-channel, .guix/run64-package.scm,
guix.scm: New files.
|