mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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.
This commit is contained in:
parent
d583e013e1
commit
aba35a5c2d
@ -11912,7 +11912,6 @@ in {
|
|||||||
downloadPage = https://github.com/PythonCharmers/python-future/releases;
|
downloadPage = https://github.com/PythonCharmers/python-future/releases;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ prikhi ];
|
maintainers = with maintainers; [ prikhi ];
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user