cppcms: fix strict deps

move python3 from buildInputs to nativeBuildInputs
This commit is contained in:
Reno Dakota
2024-07-25 07:19:27 +00:00
parent 6d48747e20
commit f88ef5b4f9
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ pcre zlib python3 openssl ];
nativeBuildInputs = [ cmake python3 ];
buildInputs = [ pcre zlib openssl ];
strictDeps = true;