about summary refs log tree commit diff
path: root/pkgs/tools/text/dos2unix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-04 14:18:37 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-06 21:00:49 +0700
commit53b2713f2f3079323ceaf6526fa90e84ec6beb6f (patch)
treeb5ce6c40827a9052536d48e2856902607ed17323 /pkgs/tools/text/dos2unix
parent23b9febef2919f481cae03bf4e631d0177e791d7 (diff)
downloadnixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar.gz
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar.bz2
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar.lz
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar.xz
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.tar.zst
nixlib-53b2713f2f3079323ceaf6526fa90e84ec6beb6f.zip
dos2unix: add meta.platforms
Diffstat (limited to 'pkgs/tools/text/dos2unix')
-rw-r--r--pkgs/tools/text/dos2unix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix
index e2e07e9e4884..f694b91762c5 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;
   };
 }