haskellPackages.hlibgit2: fix build after #28029
This commit is contained in:
parent
6bb08e881d
commit
e4df80a69b
@ -332,6 +332,7 @@ self: super: {
|
|||||||
hgdbmi = dontCheck super.hgdbmi;
|
hgdbmi = dontCheck super.hgdbmi;
|
||||||
hi = dontCheck super.hi;
|
hi = dontCheck super.hi;
|
||||||
hierarchical-clustering = dontCheck super.hierarchical-clustering;
|
hierarchical-clustering = dontCheck super.hierarchical-clustering;
|
||||||
|
hlibgit2 = disableHardening super.hlibgit2 [ "format" ];
|
||||||
hmatrix-tests = dontCheck super.hmatrix-tests;
|
hmatrix-tests = dontCheck super.hmatrix-tests;
|
||||||
hquery = dontCheck super.hquery;
|
hquery = dontCheck super.hquery;
|
||||||
hs2048 = dontCheck super.hs2048;
|
hs2048 = dontCheck super.hs2048;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user