Merge pull request #170852 from squalus/lrzsz

lrzsz: support cross compile
This commit is contained in:
Rick van Schijndel 2022-04-29 10:25:24 +02:00 committed by GitHub
commit 5d12171c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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