dos2unix: fix cross build

This commit is contained in:
volth 2018-10-12 11:02:37 +00:00 committed by GitHub
parent 2434a2ee3a
commit b8e1e56410
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;