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).") | |||
| 1437 | python-pytest-asyncio | 1437 | python-pytest-asyncio |
| 1438 | python-pytest-textual-snapshot | 1438 | python-pytest-textual-snapshot |
| 1439 | python-setuptools)) | 1439 | python-setuptools)) |
| 1440 | (propagated-inputs | 1440 | (inputs |
| 1441 | (list python-beautifulsoup4 | 1441 | (list python-beautifulsoup4 |
| 1442 | python-bibtexparser-for-cobib | 1442 | python-bibtexparser-for-cobib |
| 1443 | python-lxml | 1443 | python-lxml |
