diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:11:49 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:11:49 +0000 |
commit | 16184401df1722020b17dce316b45e64d9da6250 (patch) | |
tree | 8bcefcf4cecf5f8c0559c77889c95ad822296731 /px/packages/email.scm | |
parent | 06543de76c9f2351b6b9e4cc562bec4a0338146b (diff) |
fixed imports of depreciated modules
Diffstat (limited to 'px/packages/email.scm')
-rw-r--r-- | px/packages/email.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/px/packages/email.scm b/px/packages/email.scm index 96c9ce4..e9ccee0 100644 --- a/px/packages/email.scm +++ b/px/packages/email.scm @@ -1,5 +1,7 @@ (define-module (px packages email) + #:use-module (guix download) #:use-module (guix build-system qt) + #:use-module (guix build-system trivial) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) |