From aba35a5c2df62876c4835c551ef315c245055088 Mon Sep 17 00:00:00 2001 From: Ross MacLeod Date: Wed, 15 Feb 2017 12:02:22 -0500 Subject: [PATCH] python2.7-future: #22590 remove platform restriction (#22837) Per #22590, `haskellPackages.servant` and by extension any package which transitively depends on `pythonX.Y-future` will fail to build on darwin even though there's apparently no reason why it can't be built there. --- pkgs/top-level/python-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 4e67f33bde50b2..6567158c185c9c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11912,7 +11912,6 @@ in { downloadPage = https://github.com/PythonCharmers/python-future/releases; license = licenses.mit; maintainers = with maintainers; [ prikhi ]; - platforms = platforms.linux; }; };