summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRoss MacLeod <Dridus@users.noreply.github.com>2017-02-15 12:02:22 -0500
committerProfpatsch <mail@profpatsch.de>2017-02-15 18:02:22 +0100
commitaba35a5c2df62876c4835c551ef315c245055088 (patch)
tree4e191a82a1c1b9b6cdc4da3e4870d08ecd28dc54 /pkgs
parentd583e013e1892cdda4aa4d7ac009f9f5bc268d16 (diff)
downloadnixlib-aba35a5c2df62876c4835c551ef315c245055088.tar
nixlib-aba35a5c2df62876c4835c551ef315c245055088.tar.gz
nixlib-aba35a5c2df62876c4835c551ef315c245055088.tar.bz2
nixlib-aba35a5c2df62876c4835c551ef315c245055088.tar.lz
nixlib-aba35a5c2df62876c4835c551ef315c245055088.tar.xz
nixlib-aba35a5c2df62876c4835c551ef315c245055088.tar.zst
nixlib-aba35a5c2df62876c4835c551ef315c245055088.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4e67f33bde50..6567158c185c 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;
     };
   };