cppcms: fix strict deps
move python3 from buildInputs to nativeBuildInputs
This commit is contained in:
parent
6d48747e20
commit
f88ef5b4f9
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE=";
|
sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
buildInputs = [ pcre zlib python3 openssl ];
|
buildInputs = [ pcre zlib openssl ];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user