mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-sdr fails its test suite.
This commit is contained in:
parent
539e8eb7f1
commit
857ddfc2f5
1 changed files with 3 additions and 0 deletions
|
@ -811,4 +811,7 @@ self: super: {
|
|||
# https://github.com/ivanperez-keera/Yampa/issues/10
|
||||
Yampa = dontCheck super.Yampa;
|
||||
|
||||
# https://github.com/adamwalker/sdr/issues/1
|
||||
sdr = dontCheck super.sdr;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue