diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
commit | 12ecbf66d454c1ecbe55deeb07d8a32ddca8565b (patch) | |
tree | a2c37e9020f937d6e9e84f2903225e461296aaff | |
parent | b4d1888da607aa73561478f2d4aab796443be8b9 (diff) | |
download | guix-techchud-12ecbf66d454c1ecbe55deeb07d8a32ddca8565b.tar.gz guix-techchud-12ecbf66d454c1ecbe55deeb07d8a32ddca8565b.tar.bz2 guix-techchud-12ecbf66d454c1ecbe55deeb07d8a32ddca8565b.zip |
bugwarrior stevedore dependency
-rw-r--r-- | bugwarrior.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bugwarrior.scm b/bugwarrior.scm index f07d19a..727fde1 100644 --- a/bugwarrior.scm +++ b/bugwarrior.scm @@ -5,6 +5,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages glib) #:use-module (gnu packages python) + #:use-module (gnu packages openstack) #:use-module (gnu packages python-build) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-science) |