aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Collapse)Author
2021-12-01Remove dependency on python-rdflib.Arun Isaac
* guix.scm: Remove python-rdflib. (python-berkeleydb, python-rdflib-6): Delete variables.
2021-12-01Replace guix environment with guix shell.Arun Isaac
guix environment is deprecated. * guix.scm: Replace guix environment with guix shell.
2021-11-09Use upstream guile-dbi and guile-dbd-mysql.Arun Isaac
* guix.scm: Do not prefix guix: in importing (gnu packages guile-xyz). (guile-dbi, guile-dbi-bootstrap, guile-dbd-mysql): Delete variables.
2021-09-14Update python-rdflib package.Arun Isaac
* guix.scm: Import (gnu packages dbm), (guix build-system python) and (guix download). (python-berkeleydb, python-rdflib-6): New variables. [mainfest]: Replace python-rdflib with python-rdflib-6. Remove python-urrlib3.
2021-09-14Update guile-dbi package.Arun Isaac
* guix.scm (guile-dbi): Update to 2.1.8. (guile-dbi-bootstrap): Inherit from guile-dbi instead of guix:guile-dbi. Update comments about contributing upstream.
2021-08-27Initial commitArun Isaac