fop: builds on all platforms

This commit is contained in:
Jason Felice
2019-11-11 23:20:35 +01:00
committed by Bjørn Forsman
parent a0476bbccc
commit 52774319e0
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://xmlgraphics.apache.org/fop/;
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ bjornfor ndowens ];
};
}