light-control: moved cmake to nativeBuildInputs
This commit is contained in:
parent
63474f1a88
commit
565d7153ea
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ rustPlatform.buildRustPackage rec {
|
|||
cargoSha256 = "05mm82hdbs36p6mr4qdpip16phg28r44lbni09x48qni81dbw3wx";
|
||||
#verifyCargoDeps = true;
|
||||
|
||||
buildInputs = [ mosquitto openssl cmake ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ mosquitto openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "light control over mqtt, with scenes and room tracking";
|
||||
|
|
Loading…
Reference in a new issue