From fbd45c0bfd530960ba9a2f71d0f928bfc7124805 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 3 May 2023 17:29:11 +0300 Subject: [PATCH] wp4nix: build on darwin --- pkgs/development/tools/wp4nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/wp4nix/default.nix b/pkgs/development/tools/wp4nix/default.nix index 8460cb7d94e2..61ea2c802d33 100644 --- a/pkgs/development/tools/wp4nix/default.nix +++ b/pkgs/development/tools/wp4nix/default.nix @@ -34,7 +34,7 @@ buildGoModule rec { homepage = "https://git.helsinki.tools/helsinki-systems/wp4nix"; license = licenses.mit; maintainers = with maintainers; [ onny ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }