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 11let
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- } ;
142in
153
164{
3119 # Note that we must NOT use something like `import normalPkgs.path {}`.
3220 # It is bad because it removes previous overlays.
3321 pkgs ? ( normalPkgs . appendOverlays [
34- cython-disable-tests-overlay
3522 ] ) . "${ approach } " ,
3623
3724 # When changing this, also change the default version of Cabal declared below
You can’t perform that action at this time.
0 commit comments