haskellPackages.hnix-store-remote: unbreak, fix deps
This commit is contained in:
parent
0f888c7121
commit
9f4b9b3b50
2 changed files with 9 additions and 1 deletions
|
@ -219,6 +219,15 @@ self: super: {
|
|||
# ghc 8.10.
|
||||
hnix = dontCheck super.hnix;
|
||||
|
||||
# 2021-01-07: NOTE: hnix-store-core pinned at ==0.2 in Stackage Nightly.
|
||||
# https://github.com/haskell-nix/hnix-store/issues/104
|
||||
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
|
||||
# the 0_4_0_0 is used
|
||||
hnix-store-remote = (super.hnix-store-remote.override {
|
||||
hnix-store-core = self.hnix-store-core_0_4_0_0; # at least 1.7
|
||||
});
|
||||
|
||||
|
||||
# Fails for non-obvious reasons while attempting to use doctest.
|
||||
search = dontCheck super.search;
|
||||
|
||||
|
|
|
@ -6445,7 +6445,6 @@ broken-packages:
|
|||
- hmt-diagrams
|
||||
- hmumps
|
||||
- hnetcdf
|
||||
- hnix-store-remote
|
||||
- HNM
|
||||
- hnormalise
|
||||
- ho-rewriting
|
||||
|
|
Loading…
Reference in a new issue