haskellPackages.hlibgit2: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 23:26:30 +00:00
parent 6bb08e881d
commit e4df80a69b

View File

@ -332,6 +332,7 @@ self: super: {
hgdbmi = dontCheck super.hgdbmi;
hi = dontCheck super.hi;
hierarchical-clustering = dontCheck super.hierarchical-clustering;
hlibgit2 = disableHardening super.hlibgit2 [ "format" ];
hmatrix-tests = dontCheck super.hmatrix-tests;
hquery = dontCheck super.hquery;
hs2048 = dontCheck super.hs2048;