guix: Drop unused `(guix licenses)` import from `manifest_build.scm`
What changed, and why it matters
This commit simply removes an unused import statement from a Guix build manifest file. It is a minor cleanup with no functional or security effect on the Bitcoin Core software itself.
No security action needed. This is a routine code-cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch deletes the ((guix licenses) #:prefix license:) import from contrib/guix/manifest_build.scm. The imported module was not referenced anywhere in the file, so this is a non-functional hygiene change. It does not alter build behavior, package definitions, or runtime code.
Changed components
contrib/guix/manifest_build.scmInspect captured patch +0 / −1
diff --git a/contrib/guix/manifest_build.scm b/contrib/guix/manifest_build.scm
index 6646a052..d21596f6 100644
--- a/contrib/guix/manifest_build.scm
+++ b/contrib/guix/manifest_build.scm
@@ -14,7 +14,6 @@
(guix download)
(guix gexp)
(guix git-download)
- ((guix licenses) #:prefix license:)
(guix packages)
((guix utils) #:select (substitute-keyword-arguments)))
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.