diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-09 22:57:54 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:45 +0000 |
commit | 421199790e696a9d23241fd1c5e33ec1cffea20d (patch) | |
tree | 30cb8fa6cf1f67cb852adb725e1025cd9580cb77 | |
parent | 51b57dc03c710857a9a4910f208e2e2baa34de78 (diff) | |
download | guix-421199790e696a9d23241fd1c5e33ec1cffea20d.tar.gz guix-421199790e696a9d23241fd1c5e33ec1cffea20d.zip |
gnu: python-pyls-black: Add missing input.
* gnu/packages/python-xyz.scm (python-pyls-black)[propagated-inputs]: Add
python-toml.
Change-Id: Ic6be8927af881916faa715bb4974007bcaf8d379
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 620a7671d6..b18bb3c4a6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3233,7 +3233,7 @@ Unicode-to-LaTeX conversion.") #:test-flags '(list "-k" "not test_load_config_target_version"))) (propagated-inputs - (list python-black python-lsp-server python-tomli)) + (list python-black python-lsp-server python-toml python-tomli)) (native-inputs (list python-flake8 python-isort python-mypy python-pytest python-pytest-runner python-setuptools python-wheel)) |