From c18f0fd9cec0902500f0fe70faaa23720bf1411f Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Sat, 1 Jan 2022 13:04:31 +0100 Subject: [PATCH] pipectl: move cmake to nativeBuildInputs --- pkgs/tools/misc/pipectl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/pipectl/default.nix b/pkgs/tools/misc/pipectl/default.nix index 67754a92fe28..c5fb8c124f8a 100644 --- a/pkgs/tools/misc/pipectl/default.nix +++ b/pkgs/tools/misc/pipectl/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { hash = "sha256-wa/SKKNXkl8XxE7XORodoAlrMc2QNGXGPE+/yya209Y="; }; - buildInputs = [ cmake ]; + nativeBuildInputs = [ cmake ]; meta = with lib; { homepage = "https://github.com/Ferdi265/pipectl";