jing-trang: supports all unix

This is needed to build the manual on macOS.
This commit is contained in:
Matthew Bauer 2017-05-02 13:49:27 -05:00 committed by Bjørn Forsman
parent b88296818d
commit aac48708c1

View File

@ -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 ];
};
}