diff options
author | Marius Bakke <marius@gnu.org> | 2023-09-08 23:46:30 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-09-22 01:29:19 +0800 |
commit | 928d462ab1c8473d0b76fa07e3beafe6283f7392 (patch) | |
tree | 76ab35362d62efdf1841aaf1be8ce599df0068a0 | |
parent | c7cb52e3fa65f7f163e244c11036f0898fd01058 (diff) |
gnu: websockify: Don't propagate inputs.
* gnu/packages/web.scm (websockify)[propagated-inputs]: Move everything ...
[inputs]: ... here.
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e850531a8e..38982d9c39 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1997,7 +1997,7 @@ of people.") "0ysqylpyv17s52634wn3vrwf7y9b5ig7fdfv8vwj1272lvv68qgk")))) (build-system pyproject-build-system) (native-inputs (list python-nose2)) - (propagated-inputs + (inputs (list python-jwcrypto python-numpy python-redis |