diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-11 15:53:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-11 16:02:05 +0000 |
| commit | f647fb81520d7e5985b4967302bbfe7c2fb292c1 (patch) | |
| tree | 4348a762d3995662ca81ae34a914ea31c41b00ed /gnu/packages/textutils.scm | |
| parent | 6c2b35bfe1e0c630bd4e21cf5888fc94df67e52c (diff) | |
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
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 7a1193e6a1d..01bcc7caaae 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 |
