mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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…
Reference in New Issue
Block a user