dos2unix: fix cross build
This commit is contained in:
parent
2434a2ee3a
commit
b8e1e56410
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue