aboutsummaryrefslogtreecommitdiff
path: root/.guix
AgeCommit message (Collapse)Author
2023-09-06Update yoyo-migration and mypyFrederick Muriuki Muriithi
Update the dependencies to enable the use of Python-3.10
2023-08-30Replace `(...) with (list ...): Fixes "undefined gexp" failure.Frederick Muriuki Muriithi
Replace the backquoted expression in the (arguments ...) section of the package definition to fix the error where the build could not find the variable gexp
2023-08-30Include missing module.Frederick Muriuki Muriithi
2023-08-25Fix linting issues with package definition.Frederick Muriuki Muriithi
2023-08-23Add gunicorn as a dependency.Frederick Muriuki Muriithi
2023-08-16Do not use current-filename.Frederick Muriuki Muriithi
For some reason, current-filename does not work with Guix channels. This change was provided by Arun Isaac<arunisaac@systemreboot.net> but I could not seem to figure out how to download the patches from protonmail therefore I give the credit here.
2023-08-16Fix typo in package name.Frederick Muriuki Muriithi
2023-08-16Do not find the exact version for Guix package.Frederick Muriuki Muriithi
Finding the exact version number is a lot of work for a minor cosmetic effect. This change was suggested by Arun. I could not figure out how to download the patch from protonmail directly, so I have to give credit here.
2023-08-16Remove definition (use on in `guix-bioinformatics`)Frederick Muriuki Muriithi
2023-08-16Avoid extreme nesting for single-package channel.Frederick Muriuki Muriithi
2023-08-14Set version to hard-coded value in checkoutFrederick Muriuki Muriithi
2023-08-14Fix bugsFrederick Muriuki Muriithi
2023-08-14Wrap package definition in `(define-public ...)`Frederick Muriuki Muriithi
2023-08-14Add missing dependencyFrederick Muriuki Muriithi
Define `python-authlib` package.
2023-08-14Make repository a channel.Frederick Muriuki Muriithi
2023-08-08Run test with buildFrederick Muriuki Muriithi
Modify the guix build `check' phase to run the tests with pytest.
2023-08-07Fix testsFrederick Muriuki Muriithi
2023-08-07Enable automatic fetching of version information.Frederick Muriuki Muriithi
2023-08-07Update dependenciesFrederick Muriuki Muriithi
* python-redis: Enable access to Redis * python-mysqlclient: Enable access to MySQL/Mariadb
2023-08-04Add some missing packagesFrederick Muriuki Muriithi
2023-08-04Initialise the repository.Frederick Muriuki Muriithi