man-db: don’t list checkInputs twice
This commit is contained in:
parent
8879448cbe
commit
3c39b47a62
|
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
|||
outputs = [ "out" "doc" ];
|
||||
outputMan = "out"; # users will want `man man` to work
|
||||
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper groff ]
|
||||
++ stdenv.lib.optionals doCheck checkInputs;
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper groff ];
|
||||
buildInputs = [ libpipeline db groff ]; # (Yes, 'groff' is both native and build input)
|
||||
checkInputs = [ libiconv /* for 'iconv' binary */ ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue