mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
Fix HList, digit, and filestore.
This commit is contained in:
parent
127d278775
commit
3948b71e83
@ -174,6 +174,15 @@ self: super: {
|
||||
# https://github.com/vincenthz/tasty-kat/issues/1
|
||||
tasty-kat = dontCheck super.tasty-kat;
|
||||
|
||||
# Tries to execute non-existent external programs.
|
||||
HList = dontCheck super.HList;
|
||||
|
||||
# https://github.com/NICTA/digit/issues/3
|
||||
digit = dontCheck super.digit;
|
||||
|
||||
# Tries to execute non-existent external programs.
|
||||
filestore = dontCheck super.filestore;
|
||||
|
||||
}
|
||||
// {
|
||||
# Not on Hackage yet.
|
||||
|
Loading…
Reference in New Issue
Block a user