Merge pull request #38613 from endgame/blank-canvas-dontcheck
haskellPackages.blank-canvas: disable tests
This commit is contained in:
commit
62e06d98a7
@ -203,7 +203,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# Tries to mess with extended POSIX attributes, but can't in our chroot environment.
|
# Tries to mess with extended POSIX attributes, but can't in our chroot environment.
|
||||||
xattr = dontCheck super.xattr;
|
xattr = dontCheck super.xattr;
|
||||||
|
|
||||||
# Needs access to locale data, but looks for it in the wrong place.
|
# Needs access to locale data, but looks for it in the wrong place.
|
||||||
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
scholdoc-citeproc = dontCheck super.scholdoc-citeproc;
|
||||||
|
|
||||||
# Expect to find sendmail(1) in $PATH.
|
# Expect to find sendmail(1) in $PATH.
|
||||||
@ -498,4 +498,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user