From 2da2a17af3ab8eaf240b7a9dc2d3d2ca646bcf4a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 28 Nov 2024 08:52:16 +0100 Subject: [PATCH] gnu: cpplint: Add missing native inputs. * gnu/packages/cpp.scm (cpplint)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Sharlatan Hellseher --- gnu/packages/cpp.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 4fd5f8fa00a..f56314757de 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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