mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
uucp: fix cross compilation by setting AR in makeFlags
This commit is contained in:
parent
156e383488
commit
2d67cb5fe3
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user