Commit graph

110 commits

Author SHA1 Message Date
adisbladis
c667bfa529 Skip failing tests on darwin
And fix scikit-learn on darwin.
2022-01-22 20:01:07 +12:00
adisbladis
0a6d22407c overrides.matplotlib: Hopefully fix darwin build 2022-01-22 10:18:14 +12:00
adisbladis
47ec073295 overrides.matplotlib: Don't copy mplsetup.cfg 2022-01-22 10:07:15 +12:00
adisbladis
c60eba609e overrides.cryptography: Fix darwin build by adding iconv 2022-01-22 10:07:15 +12:00
adisbladis
1d62cb77e6 overrides;pendulum: Remove explicit override 2022-01-21 15:33:24 +12:00
adisbladis
bb918a65de overrides: pkgs.lib -> lib 2022-01-21 15:33:24 +12:00
adisbladis
6c2c497a29 Add cython to derived overrides script 2022-01-21 14:53:44 +12:00
adisbladis
849e0e3ca4 overrides: Move build-systems to separate file which can be automatically generated
This change uses the new development tool to derive build-systems from
nixpkgs to the extent that it is possible.

This will reduce the maintenance burden on us a bit until the upstream Poetry issue around this is solved.
Additionally it will fix a lot of packages we didn't even know were broken to begin with.
2022-01-21 14:30:51 +12:00
adisbladis
044d7d70fc Add development tool to automatically derive build-systems from nixpkgs 2022-01-21 14:25:21 +12:00
adisbladis
e6433fee56 overrides.nix: Move into overrides/default.nix
I will implement some automation around creating these which will have supplementary files that shouldn't pollute the project root.
2022-01-21 10:19:04 +12:00
Renamed from overrides.nix (Browse further)