From 2d01bb7f6a5ab80fa7e7f03559e082ba42140db6 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Sun, 8 Apr 2018 22:36:47 +1000 Subject: [PATCH 1/2] haskellPackages.blank-canvas: disable tests The tests require a browser and possibly some manual intervention. See https://github.com/ku-fpg/blank-canvas/issues/73 --- pkgs/development/haskell-modules/configuration-nix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 6fb55d326b1..33f82e93a86 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -498,4 +498,7 @@ self: super: builtins.intersectAttrs super { LDAP = dontCheck (overrideCabal super.LDAP (drv: { 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; } From c2ce7070b17a425dd9ae6552afa27510d5b50d36 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Mon, 9 Apr 2018 07:27:03 +1000 Subject: [PATCH 2/2] Whitespace lint --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 33f82e93a86..f336e8126f0 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -203,7 +203,7 @@ self: super: builtins.intersectAttrs super { # Tries to mess with extended POSIX attributes, but can't in our chroot environment. 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; # Expect to find sendmail(1) in $PATH.