about summary refs log tree commit diff
path: root/pkgs/servers/h2
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-15 18:35:42 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 18:35:56 +0100
commit08e2f9caeb1a2bff4f82b0b16ccf43d64136664b (patch)
tree24a57a7764b48eb2e39cc98247b261747054d327 /pkgs/servers/h2
parentbd0e98160dd8b6bac9eb2c197921f2b03d6afcec (diff)
h2: add darwin support
Diffstat (limited to 'pkgs/servers/h2')
-rw-r--r--pkgs/servers/h2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix
index b06d0464deabc..84a8b98b6dfc9 100644
--- a/pkgs/servers/h2/default.nix
+++ b/pkgs/servers/h2/default.nix
@@ -38,7 +38,7 @@ maven.buildMavenPackage rec {
     homepage = "https://h2database.com/html/main.html";
     changelog = "https://h2database.com/html/changelog.html";
     license = licenses.mpl20;
-    platforms = lib.platforms.linux;
+    platforms = lib.platforms.unix;
     maintainers = with maintainers; [ mahe anthonyroussel ];
     mainProgram = "h2";
   };