dos2unix: add meta.platforms

+1
+1
pkgs/tools/text/dos2unix/default.nix
··· 18 18 changelog = "https://sourceforge.net/p/dos2unix/dos2unix/ci/dos2unix-${version}/tree/dos2unix/NEWS.txt?format=raw"; 19 19 license = licenses.bsd2; 20 20 maintainers = with maintainers; [ c0bw3b ]; 21 + platforms = platforms.all; 21 22 }; 22 23 }