Merge pull request #44039 from endgame/move-blank-canvas-dontcheck
haskellPackages.blank-canvas: Move fixes to configuration-common.nix
This commit is contained in:
commit
cbbabf7c08
@ -1128,4 +1128,8 @@ self: super: {
|
|||||||
url = "https://github.com/guillaume-nargeot/hpc-coveralls/pull/73/commits/344217f513b7adfb9037f73026f5d928be98d07f.patch";
|
url = "https://github.com/guillaume-nargeot/hpc-coveralls/pull/73/commits/344217f513b7adfb9037f73026f5d928be98d07f.patch";
|
||||||
sha256 = "056rk58v9h114mjx62f41x971xn9p3nhsazcf9zrcyxh1ymrdm8j";
|
sha256 = "056rk58v9h114mjx62f41x971xn9p3nhsazcf9zrcyxh1ymrdm8j";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Tests require a browser: https://github.com/ku-fpg/blank-canvas/issues/73
|
||||||
|
blank-canvas = dontCheck super.blank-canvas;
|
||||||
|
blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;
|
||||||
}
|
}
|
||||||
|
@ -502,8 +502,4 @@ self: super: builtins.intersectAttrs super {
|
|||||||
LDAP = dontCheck (overrideCabal super.LDAP (drv: {
|
LDAP = dontCheck (overrideCabal super.LDAP (drv: {
|
||||||
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
||||||
}));
|
}));
|
||||||
|
|
||||||
# Tests require a browser: https://github.com/ku-fpg/blank-canvas/issues/73
|
|
||||||
blank-canvas = dontCheck super.blank-canvas;
|
|
||||||
blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user