rsstail: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 18:20:17 +00:00
parent 0495548f4d
commit 7f29cf062c

View file

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
owner = "flok99";
};
buildInputs = [ libmrss ]
++ stdenv.lib.optional doCheck cppcheck;
buildInputs = [ libmrss ];
checkInputs = [ cppcheck ];
postPatch = ''
substituteInPlace Makefile --replace -liconv_hook ""