From 53b2713f2f3079323ceaf6526fa90e84ec6beb6f Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 14:18:37 +0700 Subject: [PATCH] dos2unix: add meta.platforms --- pkgs/tools/text/dos2unix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix index e2e07e9e488..f694b91762c 100644 --- a/pkgs/tools/text/dos2unix/default.nix +++ b/pkgs/tools/text/dos2unix/default.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { changelog = "https://sourceforge.net/p/dos2unix/dos2unix/ci/dos2unix-${version}/tree/dos2unix/NEWS.txt?format=raw"; license = licenses.bsd2; maintainers = with maintainers; [ c0bw3b ]; + platforms = platforms.all; }; }