forked from mirrors/nixpkgs
text-short: jailbreak to allow building with recent versions of tasty
This commit is contained in:
parent
c97863b758
commit
ff2398ca54
|
@ -86,6 +86,7 @@ self: super: {
|
|||
|
||||
# Tests require older tasty
|
||||
hzk = dontCheck super.hzk;
|
||||
text-short = doJailbreak super.text-short;
|
||||
|
||||
# Tests require a Kafka broker running locally
|
||||
haskakafka = dontCheck super.haskakafka;
|
||||
|
|
Loading…
Reference in a new issue