lrzsz: support cross compile

This commit is contained in:
squalus 2022-04-28 22:31:02 -07:00
parent 95261182f0
commit c522b51813

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
})
];
makeFlags = [ "AR:=$(AR)" ];
nativeBuildInputs = [ gettext ];
hardeningDisable = [ "format" ];