We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4891576 commit 0e72ef1Copy full SHA for 0e72ef1
survey/default.nix
@@ -1,16 +1,4 @@
1
let
2
- cython-disable-tests-overlay = final: previous: {
3
- python27 = previous.python27.override {
4
- packageOverrides = self: super: {
5
- cython = super.cython.overridePythonAttrs (old: rec {
6
- # TODO Remove once Cython tests are no longer flaky. See
7
- # https://github.com/nh2/static-haskell-nix/issues/6#issuecomment-420452838
8
- # https://github.com/cython/cython/issues/2602
9
- doCheck = false;
10
- });
11
- };
12
13
14
in
15
16
{
@@ -31,7 +19,6 @@ in
31
19
# Note that we must NOT use something like `import normalPkgs.path {}`.
32
20
# It is bad because it removes previous overlays.
33
21
pkgs ? (normalPkgs.appendOverlays [
34
- cython-disable-tests-overlay
35
22
])."${approach}",
36
23
37
24
# When changing this, also change the default version of Cabal declared below
0 commit comments