File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1
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
2
in
15
3
16
4
{
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
You can’t perform that action at this time.
0 commit comments