Merge pull request #48260 from volth/patch-262
dos2unix: fix cross build
This commit is contained in:
commit
efd6f7fbe2
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
--replace /usr $out
|
--replace /usr $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ perl gettext ];
|
nativeBuildInputs = [ perl gettext ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://waterlan.home.xs4all.nl/dos2unix.html;
|
homepage = http://waterlan.home.xs4all.nl/dos2unix.html;
|
||||||
|
|
Loading…
Reference in New Issue