From 30a79026092b7aebfbefc42fd8af49e7b0416785 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 19 Jan 2020 04:20:00 -0500 Subject: [PATCH] sewer: enable on darwin --- pkgs/tools/admin/sewer/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/admin/sewer/default.nix b/pkgs/tools/admin/sewer/default.nix index a659c635d17..776ba89e48c 100644 --- a/pkgs/tools/admin/sewer/default.nix +++ b/pkgs/tools/admin/sewer/default.nix @@ -16,6 +16,5 @@ python3Packages.buildPythonApplication rec { description = "ACME client"; license = licenses.mit; maintainers = with maintainers; [ kevincox ]; - platforms = platforms.linux; }; }