summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2021-03-12 21:12:49 +0200
committerAnton-Latukha <anton.latukha@gmail.com>2021-03-12 21:12:49 +0200
commit562313118bf5d88d1f6acaa917d8682175d2f7bd (patch)
tree4edc94371f8f42f96310ec440591c0656e3ffacd /pkgs/development/haskell-modules
parent47edbe5d3907ffe53c57c7d1d16b11cbf5971c9c (diff)
downloadnixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar.gz
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar.bz2
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar.lz
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar.xz
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.tar.zst
nixpkgs-562313118bf5d88d1f6acaa917d8682175d2f7bd.zip
haskellPackages.hnix-store-core: 0.4.2.0
Release just was made, fixed the `tasty-discover`.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ad242777ec1..6f29b539ff8 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;