setserial: fix cross compilation
The setserial derivation uses nroff at compile time, so groff should be in nativeBuildInputs rather than buildInputs.
This commit is contained in:
parent
7bc6fbcd8b
commit
cb78371557
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0jkrnn3i8gbsl48k3civjmvxyv9rbm1qjha2cf2macdc439qfi3y";
|
||||
};
|
||||
|
||||
buildInputs = [ groff ];
|
||||
nativeBuildInputs = [ groff ];
|
||||
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue