apache-jena: widened linux to unix compatability

The tools are all sh scripts around Java executables so they work on
all unix based systems with a JRE
This commit is contained in:
Merlin Humml 2025-08-06 09:42:40 +02:00
parent 929e2af655
commit dbb02214c9

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "RDF database";
license = licenses.asl20;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
platforms = platforms.unix;
homepage = "https://jena.apache.org";
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
};