diff options
author | Vinicius Monego <monego@posteo.net> | 2024-06-01 16:57:51 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:42 +0000 |
commit | 856c9a3d24c7983704bca4633bee6f8b95e7822f (patch) | |
tree | 52199847bb0990e423ffc17ac1ba6694753db217 /gnu | |
parent | 217b7119b3caafafaa1fd6e7945dec69d84e2925 (diff) | |
download | guix-856c9a3d24c7983704bca4633bee6f8b95e7822f.tar guix-856c9a3d24c7983704bca4633bee6f8b95e7822f.tar.gz |
gnu: python-rich-click: Remove pre-commit from native-inputs.
* gnu/packages/python-xyz.scm (python-rich-click)[native-inputs]: Remove
python-pre-commit.
Change-Id: I7a1de6166e4fe9f255cff8819b4779e76d7a4537
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f7f70a0bbc..32cf3ddce5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21074,7 +21074,6 @@ syntax highlighting, markdown and more to the terminal.") (build-system python-build-system) (propagated-inputs (list python-click python-importlib-metadata python-rich)) - (native-inputs (list python-pre-commit)) (home-page "https://github.com/ewels/rich-click") (synopsis "Format click help output nicely with rich") (description "Click is a \"Python package for creating beautiful command |