haskellPackages.hnix-store-core: 0.4.2.0

Release just was made, fixed the `tasty-discover`.
This commit is contained in:
Anton-Latukha 2021-03-12 21:12:49 +02:00
parent 47edbe5d39
commit 562313118b
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -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;