Commit graph

19 commits

Author SHA1 Message Date
adisbladis
58e95427d4 Revert "fix utf8 emoji for strawberry-graphql"
This reverts commit 6876a58bb79bd62fd21b0cc0ef5961d0c1cfaa72.

It seems that the build is successful regardless of this override.
2022-02-05 18:38:57 +12:00
case
fb2c617d08 fix utf8 emoji for strawberry-graphql 2022-02-05 18:38:57 +12:00
case
4c802105bc add confluent-kafka 2022-02-05 18:38:57 +12:00
adisbladis
82cbe16cf1
Merge pull request #534 from takeda/takeda-patch-1
Compile mypy once again
2022-02-05 12:35:36 +12:00
Derek Kulinski
5747d0d7da Compile mypy once again 2022-02-03 20:17:27 -08:00
Nejc Zupan
ea15a00506 A few fixes to various packages 2022-02-01 20:33:37 +00:00
Tom Repetti
7dff6e4238 overrides.igraph: add override 2022-01-27 20:36:21 -05:00
lunik1
59bf583eed
overrides.uwsgi: only change sourceRoot for 2.0.19.x 2022-01-25 22:28:49 +00:00
adisbladis
4022cbc823 overrides: Assorted fixes 2022-01-23 10:26:18 +12:00
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)