diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 18:50:11 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 18:50:11 +0000 |
commit | dbbede4ad9b19f857ebcb50935b6bfb049ac42a3 (patch) | |
tree | 67a8f641fa92c5e349be6166de4a3353e10c6222 | |
parent | 3f011bf2afa1f403082ed4601479ad57069a77f4 (diff) |
fix imports of depreciated modules #3
-rw-r--r-- | px/packages/desktop.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index 0a2581d..8b0159a 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -67,7 +67,6 @@ #:use-module (px packages package-management) #:use-module (px packages settings) #:use-module (px packages setup) - #:use-module (px packages software) #:use-module (px packages images) #:use-module (px packages themes) #:use-module (px packages device) |