rsstail: use checkInputs
This commit is contained in:
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "flok99";
|
owner = "flok99";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libmrss ]
|
buildInputs = [ libmrss ];
|
||||||
++ stdenv.lib.optional doCheck cppcheck;
|
checkInputs = [ cppcheck ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile --replace -liconv_hook ""
|
substituteInPlace Makefile --replace -liconv_hook ""
|
||||||
|
|||||||
Reference in New Issue
Block a user