Skip to content

Commit

Permalink
python2.7-future: #22590 remove platform restriction (#22837)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dridus authored and Profpatsch committed Feb 15, 2017
1 parent d583e01 commit aba35a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11912,7 +11912,6 @@ in {
downloadPage = https://github.com/PythonCharmers/python-future/releases;
license = licenses.mit;
maintainers = with maintainers; [ prikhi ];
platforms = platforms.linux;
};
};

Expand Down

0 comments on commit aba35a5

Please sign in to comment.