haskellPackages.photoname: disable test suite requiring stack
This commit is contained in:
parent
f963842b02
commit
87c14165de
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue