Age | Commit message (Collapse) | Author |
|
|
|
|
|
* manifest.scm: Import gnu-make from (gnu packages base).
Add gnu-make to manifest.
|
|
* manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to
manifest.
* README.md (Using): Document validation using rapper.
|
|
This is a follow-up from commit
baa9b54f1eb232ed891beaf8a24c3d0d058fbd31 where this change was missed
out.
* manifest.scm: Import guile-hashing from (gnu packages guile-xyz).
|
|
* load-rdf.scm: New file.
* manifest.scm: Import virtuoso-ose from (gnu packages databases). Add
virtuoso-ose to manifest.
|
|
* manifest.scm: Import guile-sparql with guix: prefix.
(guile-sparql): New variable.
|
|
This reverses an accidental commit of work in progress code.
* manifest.scm: Remove guix: prefix from guile-libyaml.
|
|
* 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.
|
|
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.
|