From dbb02214c92e61783940e3de2dd2ad76d9466d0c Mon Sep 17 00:00:00 2001 From: Merlin Humml Date: Wed, 6 Aug 2025 09:42:40 +0200 Subject: [PATCH] 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 --- pkgs/servers/nosql/apache-jena/binary.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/nosql/apache-jena/binary.nix b/pkgs/servers/nosql/apache-jena/binary.nix index 43aa42f24dc9..df62ae38885a 100644 --- a/pkgs/servers/nosql/apache-jena/binary.nix +++ b/pkgs/servers/nosql/apache-jena/binary.nix @@ -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/"; };