mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
rsstail: use checkInputs
This commit is contained in:
parent
0495548f4d
commit
7f29cf062c
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user