lightning: use checkInputs
This commit is contained in:
parent
2bb678b3f4
commit
c6b76a5e3f
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0sbs2lm8b9in2m8d52zf0x9gpp40x6r7sl6sha92yq3pr78rwa4v";
|
sha256 = "0sbs2lm8b9in2m8d52zf0x9gpp40x6r7sl6sha92yq3pr78rwa4v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional doCheck libopcodes;
|
checkInputs = [ libopcodes ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user