mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cpplint: Add missing native inputs.
* gnu/packages/cpp.scm (cpplint)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
584b1e5004
commit
2da2a17af3
1 changed files with 4 additions and 1 deletions
|
@ -106,6 +106,7 @@
|
|||
#:use-module (gnu packages onc-rpc)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-build)
|
||||
#:use-module (gnu packages python-check)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages popt)
|
||||
|
@ -1319,7 +1320,9 @@ library.")
|
|||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-runner
|
||||
python-testfixtures))
|
||||
python-setuptools
|
||||
python-testfixtures
|
||||
python-wheel))
|
||||
(home-page "https://github.com/cpplint/cpplint")
|
||||
(synopsis "Static code checker for C++")
|
||||
(description "@code{cpplint} is a command-line tool to check C/C++ files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue