about summary refs log tree commit diff
path: root/.guix/run64-package.scm
AgeCommit message (Collapse)Author
2 daysguix: Depend on lzip.Arun Isaac
3 daysguix: Rename run64 package to guile-run64.Arun Isaac
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.
3 daysUse cond-expand to find the right match library.Arun Isaac
3 daysguix: Move website G-expressions to separate file.Arun Isaac
It is easier to build and test the website if it is in a separate file.
2025-10-01guix: Depend on guile-chibi-match.Arun Isaac
2025-09-30guix: Add guile-chibi-match.Arun Isaac
2025-09-30guix: Use G-expressions for run64 package.Arun Isaac
2024-01-12guix: Export run64 package variable.Arun Isaac
Only public packages are built by the CI. * .guix/run64-package.scm (run64): Export.
2024-01-12guix: Add G-expression computed-file to build website.Arun Isaac
* .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.
2024-01-12Make repository a guix channel.Arun Isaac
* .guix-authorizations, .guix-channel, .guix/run64-package.scm, guix.scm: New files.