diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 20:05:58 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 20:05:58 +0000 |
commit | ad3a0d423890167345c05cd4668effaef0c30758 (patch) | |
tree | 8a733f766759eff8291a8d0430e2f8aa73ee0b99 /px/packages | |
parent | b453bbe58f7663f4a2351a8d43b946df99404957 (diff) |
px: px-terminal-launcher: Fixed unbound valiable
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/desktop-tools.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 6dd7cb4..1b4d747 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -39,6 +39,9 @@ #:use-module (gnu packages kde-frameworks) #:use-module (px packages images) #:use-module (px packages qt) + #:use-module (px packages common) + #:use-module (px packages library) + #:use-module (px packages themes) #:use-module (srfi srfi-1)) (define-public px-recoll |