configuration-common.nix: fix build tools
This commit is contained in:
committed by
Matthew Bauer
parent
1a668f79b2
commit
9ed54a38bd
@@ -341,7 +341,7 @@ self: super: {
|
||||
hsbencher = dontCheck super.hsbencher;
|
||||
hsexif = dontCheck super.hsexif;
|
||||
hspec-server = dontCheck super.hspec-server;
|
||||
HTF = addTestToolDepend (dontCheck super.HTF) self.cpphs;
|
||||
HTF = addBuildTool (dontCheck super.HTF) self.cpphs;
|
||||
htsn = dontCheck super.htsn;
|
||||
htsn-import = dontCheck super.htsn-import;
|
||||
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
|
||||
|
||||
Reference in New Issue
Block a user