Merge pull request #182169 from amjoseph-nixpkgs/pr/setserial/cross

setserial: fix cross compilation
This commit is contained in:
Winter 2022-07-20 12:13:33 -04:00 committed by GitHub
commit 4e4e98cf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0jkrnn3i8gbsl48k3civjmvxyv9rbm1qjha2cf2macdc439qfi3y";
};
buildInputs = [ groff ];
nativeBuildInputs = [ groff ];
installFlags = [ "DESTDIR=$(out)" ];