sewer: enable on darwin

This commit is contained in:
Mario Rodas 2020-01-19 04:20:00 -05:00
parent fc408d55e6
commit 30a7902609
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -16,6 +16,5 @@ python3Packages.buildPythonApplication rec {
description = "ACME client";
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];
platforms = platforms.linux;
};
}