~ruther/guix-local

2da2a17af3ab8eaf240b7a9dc2d3d2ca646bcf4a — Nicolas Graves 1 year, 8 months ago 584b1e5
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>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +4 -1
@@ 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