mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
haskellPackages.update-nix-fetchgit: dontCheck
This commit is contained in:
parent
8fa0c918da
commit
2b3077c027
@ -1396,6 +1396,10 @@ self: super: {
|
||||
pkgs.lib.makeBinPath deps
|
||||
}"
|
||||
'';
|
||||
|
||||
# 2021-04-09: test failure
|
||||
# PR pending https://github.com/expipiplus1/update-nix-fetchgit/pull/60
|
||||
doCheck = false;
|
||||
}));
|
||||
|
||||
# Our quickcheck-instances is too old for the newer binary-instances, but
|
||||
|
Loading…
Reference in New Issue
Block a user