From 562313118bf5d88d1f6acaa917d8682175d2f7bd Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Fri, 12 Mar 2021 21:12:49 +0200 Subject: [PATCH] haskellPackages.hnix-store-core: 0.4.2.0 Release just was made, fixed the `tasty-discover`. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ad242777ec1c..6f29b539ff86 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -215,9 +215,6 @@ self: super: { # 2020-06-05: HACK: does not pass own build suite - `dontCheck` hnix = generateOptparseApplicativeCompletion "hnix" (dontCheck super.hnix); - # https://github.com/haskell-nix/hnix-store/issues/127 - hnix-store-core = addTestToolDepend super.hnix-store-core self.tasty-discover; - # Fails for non-obvious reasons while attempting to use doctest. search = dontCheck super.search;