haskellPackages.hnix-store-core_0_6_1_0: allow algebraic-graphs 0.7

This commit is contained in:
sternenseemann 2023-07-04 10:23:19 +02:00
parent 7f77b75171
commit 580181157d
2 changed files with 2 additions and 1 deletions

View File

@ -419,6 +419,7 @@ self: super: {
# Too strict bounds on algebraic-graphs and bytestring
# https://github.com/haskell-nix/hnix-store/issues/180
hnix-store-core = doJailbreak super.hnix-store-core;
hnix-store-core_0_6_1_0 = doDistribute (doJailbreak super.hnix-store-core_0_6_1_0);
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;

View File

@ -1073,7 +1073,7 @@ self: super: builtins.intersectAttrs super {
'';
}) (lib.pipe
(super.cachix.override {
hnix-store-core = super.hnix-store-core_0_6_1_0;
hnix-store-core = self.hnix-store-core_0_6_1_0;
nix = self.hercules-ci-cnix-store.nixPackage;
})
[