From aac48708c1a9d5443d11e206fe38b0ebbd4cb930 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Tue, 2 May 2017 13:49:27 -0500 Subject: [PATCH] jing-trang: supports all unix This is needed to build the manual on macOS. --- pkgs/tools/text/xml/jing-trang/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/xml/jing-trang/default.nix b/pkgs/tools/text/xml/jing-trang/default.nix index 36ff976a6c16..4c4f6ed7e19c 100644 --- a/pkgs/tools/text/xml/jing-trang/default.nix +++ b/pkgs/tools/text/xml/jing-trang/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { # The homepage is www.thaiopensource.com, but it links to googlecode.com # for downloads and call it the "project site". homepage = http://www.thaiopensource.com/relaxng/jing.html; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = [ maintainers.bjornfor ]; }; }