This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e0bae00575 gnu: Add missing import.
e0bae00575 is described below
commit e0bae00575bece50b6662ad48fee60b3d6235412
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Mar 7 14:47:36 2026 +0100
gnu: Add missing import.
This is a follow-up to commit 3ba3a9605421702cb0ed8dcf75aef8282c16b02d.
* gnu/packages/kde-sdk.scm: Import (gnu packages xml).
Change-Id: I70836b911d7fbcb9abd543ae4df9075eab1fc0ec
---
gnu/packages/kde-sdk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-sdk.scm b/gnu/packages/kde-sdk.scm
index dde1722e05..f945a93e2c 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -50,7 +50,8 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages qt)
- #:use-module (gnu packages version-control))
+ #:use-module (gnu packages version-control)
+ #:use-module (gnu packages xml))
(define-public poxml
(package