mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskeline: fix overrides for the latest release
This commit is contained in:
parent
08fc5efd43
commit
0e48e5ceb4
|
@ -1309,7 +1309,7 @@ self: super: {
|
|||
commonmark-extensions = dontCheck super.commonmark-extensions;
|
||||
|
||||
# Testsuite trying to run `which haskeline-examples-Test`
|
||||
haskeline_0_8_1_0 = dontCheck super.haskeline_0_8_1_0;
|
||||
haskeline_0_8_1_1 = dontCheck super.haskeline_0_8_1_1;
|
||||
|
||||
# Tests for list-t, superbuffer, and stm-containers
|
||||
# depend on HTF and it is broken, 2020-08-23
|
||||
|
|
Loading…
Reference in a new issue