mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
apache-jena-fuseki: add darwin support
This commit is contained in:
parent
53b7d1a5d4
commit
0d6cbeb1a0
@ -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 New Issue
Block a user