diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-11-03 13:04:01 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2024-12-18 22:02:20 +0100 |
commit | 6aa76b36e0d6b561fb779683b3b8bc0ac47c0d2f (patch) | |
tree | 466732b18b87c49d30d2324f216cdfe11ddccfc6 /gnu/packages/python-web.scm | |
parent | 64ea1afa0f953fb1764188060c07429e17aca457 (diff) | |
download | guix-6aa76b36e0d6b561fb779683b3b8bc0ac47c0d2f.tar.gz guix-6aa76b36e0d6b561fb779683b3b8bc0ac47c0d2f.zip |
gnu: python-cloudscraper: Use node-lts instead of node.
* gnu/packages/python-web.scm (python-cloudscraper)[inputs]: Replace node by
node-lts.
Change-Id: Id7a9354c04557d27ec90cfbecd0c8005cf912f1a
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3137fb5ac9..a14db7bd9f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7950,7 +7950,7 @@ bare-metal installations.") (invoke "pytest" "-vv" "-k" "not test_getCookieString_challenge_js_challenge1_16_05_2020"))))))) (inputs - (list node)) + (list node-lts)) (propagated-inputs (list python-js2py python-polling2 |