aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-09-12 02:31:26 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-09-12 02:33:06 +0200
commit8ed0c56725b2198b6276dd457a2319416ef4bda1 (patch)
treede7bed67466a2978d822da4b754c99b70731ba6f /gnu
parentdbcfefe5ec21ebc9dd414604bac27f999cb1b24a (diff)
downloadguix-8ed0c56725b2198b6276dd457a2319416ef4bda1.tar.gz
guix-8ed0c56725b2198b6276dd457a2319416ef4bda1.zip
gnu: python-aiodns: Propagate python-pycares.
* gnu/packages/python-web.scm (python-aiodns)[inputs]: Move python-pycares... [propagated-inputs]: ...to here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2a28bb90c0..7926539233 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -186,7 +186,7 @@ aiohttp. It supports SOCKS4(a) and SOCKS5.")
(base32
"1snr5paql8dgvc676n8xq460wypjsb1xj53cf3px1s4wczf7lryq"))))
(build-system python-build-system)
- (inputs
+ (propagated-inputs
`(("python-pycares" ,python-pycares)))
(arguments
`(#:tests? #f)) ;tests require internet access
2023-09-07gnu: emacs: Use lexical binding for guix-emacs.el startup library....Maxim Cournoyer 2023-07-23gnu: Remove linux-libre 6.3....Leo Famulari 2023-07-15gnu: Add linux-libre 6.4...Leo Famulari 2023-05-31gnu: Remove linux-libre 6.2....Leo Famulari 2023-05-16gnu: Add linux-libre 6.3....Leo Famulari 2023-04-21gnu: docbook-xml-4.1.2: Add missing catalog.xml....Bruno Victal 2023-04-21gnu: docbook-xml: Use XSLT to patch catalog.xml....Bruno Victal 2023-04-14maint: Merge sanity-check-next.py into sanity-check.py....Maxim Cournoyer 2023-03-19gnu: linux-libre: Update kernel configs for 6.2.7....Leo Famulari 2023-03-06gnu: Add linux-libre 6.2....Leo Famulari 2023-02-19gnu: linux-libre: Consistently provide the drop_monitor module....Tobias Geerinckx-Rice 2023-02-12gnu: linux-libre: Disable unprivileged BPF by default....Tobias Geerinckx-Rice 2023-02-11gnu: emacs: Add TREE_SITTER_GRAMMAR_PATH support....Andrew Tropin 2023-01-13gnu: Remove linux-libre 6.0....Leo Famulari 2023-01-08gnu: Remove linux-libre 4.9....Leo Famulari