From 87c14165debe5404affde9cc78280383bbc23bf8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 5 Dec 2021 15:47:40 +0100 Subject: [PATCH] haskellPackages.photoname: disable test suite requiring stack --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a0ce8333c0e6..bd5692456ddd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2123,4 +2123,7 @@ EOT # build newer version for `pkgs.shellcheck` ShellCheck_0_8_0 = doDistribute super.ShellCheck_0_8_0; + # test suite requires stack to run, https://github.com/dino-/photoname/issues/24 + photoname = dontCheck super.photoname; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super