lightning: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 18:55:51 +00:00
parent 2bb678b3f4
commit c6b76a5e3f

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0sbs2lm8b9in2m8d52zf0x9gpp40x6r7sl6sha92yq3pr78rwa4v";
};
buildInputs = stdenv.lib.optional doCheck libopcodes;
checkInputs = [ libopcodes ];
doCheck = true;