mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
217b7119b3
commit
856c9a3d24
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue