tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.hlibgit2: fix build after #28029
Orivej Desh
7 years ago
e4df80a6
6bb08e88
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+1
pkgs/development/haskell-modules/configuration-common.nix
···
332
332
hgdbmi = dontCheck super.hgdbmi;
333
333
hi = dontCheck super.hi;
334
334
hierarchical-clustering = dontCheck super.hierarchical-clustering;
335
335
+
hlibgit2 = disableHardening super.hlibgit2 [ "format" ];
335
336
hmatrix-tests = dontCheck super.hmatrix-tests;
336
337
hquery = dontCheck super.hquery;
337
338
hs2048 = dontCheck super.hs2048;