summary refs log tree commit diff
path: root/pkgs/tools/text/xml/html-xml-utils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/xml/html-xml-utils/default.nix')
-rw-r--r--pkgs/tools/text/xml/html-xml-utils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/xml/html-xml-utils/default.nix b/pkgs/tools/text/xml/html-xml-utils/default.nix
index 944b4221844..93655df64df 100644
--- a/pkgs/tools/text/xml/html-xml-utils/default.nix
+++ b/pkgs/tools/text/xml/html-xml-utils/default.nix
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
     description = "Utilities for manipulating HTML and XML files";
     homepage = http://www.w3.org/Tools/HTML-XML-utils/;
     license = stdenv.lib.licenses.w3c;
+    platforms = stdenv.lib.platforms.linux;
   };
 }