aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
AgeCommit message (Expand)Author
2023-03-24Instructions for running in a container and added dependenciesPjotr Prins
2022-05-05manifest: Add gnu-make....* manifest.scm: Import gnu-make from (gnu packages base). Add gnu-make to manifest. Arun Isaac
2022-05-05Validate dumped RDF using rapper....* manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to manifest. * README.md (Using): Document validation using rapper. Arun Isaac
2022-05-04Import guile-hashing in manifest....This is a follow-up from commit baa9b54f1eb232ed891beaf8a24c3d0d058fbd31 where this change was missed out. * manifest.scm: Import guile-hashing from (gnu packages guile-xyz). Arun Isaac
2022-05-04Add script to load RDF into virtuoso....* load-rdf.scm: New file. * manifest.scm: Import virtuoso-ose from (gnu packages databases). Add virtuoso-ose to manifest. Arun Isaac
2022-03-10Work around broken upstream guile-sparql package....* manifest.scm: Import guile-sparql with guix: prefix. (guile-sparql): New variable. Arun Isaac
2022-03-10Remove guix: prefix from guile-libyaml....This reverses an accidental commit of work in progress code. * manifest.scm: Remove guix: prefix from guile-libyaml. Arun Isaac
2022-03-10Use run64 to run tests....* manifest.scm: Import (guix build-system gnu) and (guix licenses). (run64): New variable. Add run64 to manifest. * Makefile (GUILE): Delete variable. (RUN64): New variable. (check): Use run64 instead of guile to run tests. Arun Isaac
2022-03-09Rename guix.scm to manifest.scm....We only have a manifest, not a package definition. So, rename it as such, making `guix shell' invocations briefer. * guix.scm: Rename to manifest.scm. In documentation comments, make `guix shell' implicitly pick up the manifest file. * README.org (Using): Make `guix shell' implicitly pick up the manifest file. Arun Isaac