diff options
author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2021-11-11 10:30:04 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-12 23:56:51 +0100 |
commit | d40234062552ed5f058410e6565ee231cb5bfe52 (patch) | |
tree | 47e0801bfa6458e484baf79884207ad82e97a1a9 /gnu | |
parent | 729936cfa4766787218c9e5cf683723544f996f0 (diff) | |
download | guix-d40234062552ed5f058410e6565ee231cb5bfe52.tar.gz guix-d40234062552ed5f058410e6565ee231cb5bfe52.zip |
gnu: python-feedparser: Add input
* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add
python-sgmllib3k
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index fb0ca7646a..a4c47f92d8 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4773,6 +4773,8 @@ their web site.") (base32 "0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v")))) (build-system python-build-system) + (propagated-inputs + `(("python-sgmllib3k" ,python-sgmllib3k))) (arguments '(#:tests? #f)) (home-page |