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:
parent
929e2af655
commit
dbb02214c9
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "RDF database";
|
description = "RDF database";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
homepage = "https://jena.apache.org";
|
homepage = "https://jena.apache.org";
|
||||||
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
|
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user