summary refs log tree commit diff
path: root/pkgs/tools/text/discount
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/discount')
-rw-r--r--pkgs/tools/text/discount/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/discount/default.nix b/pkgs/tools/text/discount/default.nix
index adab8c9a10d..4112ee891b5 100644
--- a/pkgs/tools/text/discount/default.nix
+++ b/pkgs/tools/text/discount/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.pell.portland.or.us/~orc/Code/discount/";
     license = licenses.bsd3;
     maintainers = [ maintainers.shell ];
+    platforms = platforms.unix;
   };
 }