diff options
Diffstat (limited to 'pkgs/development/python-modules/cmake/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/cmake/default.nix | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/cmake/default.nix b/pkgs/development/python-modules/cmake/default.nix index c9ee7d11c8fb..5a6afc13602b 100644 --- a/pkgs/development/python-modules/cmake/default.nix +++ b/pkgs/development/python-modules/cmake/default.nix @@ -1,7 +1,8 @@ -{ lib -, buildPythonPackage -, flit-core -, cmake +{ + lib, + buildPythonPackage, + flit-core, + cmake, }: buildPythonPackage rec { @@ -22,13 +23,9 @@ buildPythonPackage rec { inherit (cmake) setupHooks; - nativeBuildInputs = [ - flit-core - ]; + nativeBuildInputs = [ flit-core ]; - pythonImportsCheck = [ - "cmake" - ]; + pythonImportsCheck = [ "cmake" ]; meta = with lib; { description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software"; |
