Merge pull request #48260 from volth/patch-262

dos2unix: fix cross build
This commit is contained in:
Jörg Thalheim 2018-10-12 14:19:32 +01:00 committed by GitHub
commit efd6f7fbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
--replace /usr $out
'';
buildInputs = [ perl gettext ];
nativeBuildInputs = [ perl gettext ];
meta = with stdenv.lib; {
homepage = http://waterlan.home.xs4all.nl/dos2unix.html;