uucp: fix cross compilation by setting AR in makeFlags

This commit is contained in:
Nick Cao 2022-10-18 11:18:22 +08:00
parent 156e383488
commit 2d67cb5fe3
No known key found for this signature in database

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
sed -i '/chown $(OWNER)/d' Makefile.in
'';
makeFlags = [ "AR:=$(AR)" ];
meta = {
description = "Unix-unix cp over serial line, also includes cu program";