fop: builds on all platforms

This commit is contained in:
Jason Felice 2019-11-11 16:24:07 -05:00 committed by Bjørn Forsman
parent a0476bbccc
commit 52774319e0

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://xmlgraphics.apache.org/fop/; homepage = https://xmlgraphics.apache.org/fop/;
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.all;
maintainers = with maintainers; [ bjornfor ndowens ]; maintainers = with maintainers; [ bjornfor ndowens ];
}; };
} }