From 04a4f6d57c6b53061925479812841ee93e78ca68 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 12 Jun 2018 23:57:54 -0500 Subject: [PATCH] remarshal: supports darwin --- pkgs/development/tools/remarshal/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/remarshal/default.nix b/pkgs/development/tools/remarshal/default.nix index 79cca444a1e9..6632d0626339 100644 --- a/pkgs/development/tools/remarshal/default.nix +++ b/pkgs/development/tools/remarshal/default.nix @@ -20,6 +20,5 @@ python3Packages.buildPythonApplication rec { license = licenses.mit; homepage = https://github.com/dbohdan/remarshal; maintainers = with maintainers; [ offline ]; - platforms = platforms.linux; }; }