lol

setserial: fix cross compilation

The setserial derivation uses nroff at compile time, so groff should
be in nativeBuildInputs rather than buildInputs.

+1 -1
+1 -1
pkgs/tools/system/setserial/default.nix
··· 9 9 sha256 = "0jkrnn3i8gbsl48k3civjmvxyv9rbm1qjha2cf2macdc439qfi3y"; 10 10 }; 11 11 12 - buildInputs = [ groff ]; 12 + nativeBuildInputs = [ groff ]; 13 13 14 14 installFlags = [ "DESTDIR=$(out)" ]; 15 15