Merge pull request #253501 from wegank/fuseki-darwin
apache-jena-fuseki: add darwin support
This commit is contained in:
commit
49d7e23df4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
description = "SPARQL server";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
homepage = "https://jena.apache.org";
|
||||
downloadPage = "https://archive.apache.org/dist/jena/binaries/";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue