Commit dbb02214 authored by Merlin Humml's avatar Merlin Humml
Browse files

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
parent 929e2af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/";
  };