guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f647fb81520d7e5985b4967302bbfe7c2fb292c1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 11 15:53:47 2025 +0000

    gnu: cobib: Don't propagated inputs.
    
    This is the final command, not a library.
    
    * gnu/packages/textutils.scm (cobib):[propagated-inputs]: Move all to
    [inputs].
    
    Change-Id: I7a5df8a0e265f52e2df9e4732c118ab92763de12
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7a1193e6a1..01bcc7caaa 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1437,7 +1437,7 @@ OpenDocument presentations (*.odp).")
            python-pytest-asyncio
            python-pytest-textual-snapshot
            python-setuptools))
-    (propagated-inputs
+    (inputs
      (list python-beautifulsoup4
            python-bibtexparser-for-cobib
            python-lxml

Reply via email to