rsstail: use checkInputs
This commit is contained in:
parent
0495548f4d
commit
7f29cf062c
@ -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 ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user