mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell simple-affine-space: Disable test suite
This commit is contained in:
parent
802dfc8bd7
commit
a762316e72
@ -177,6 +177,9 @@ self: super: {
|
|||||||
# Test suite build depends on ancient tasty 0.11.x.
|
# Test suite build depends on ancient tasty 0.11.x.
|
||||||
cryptohash-sha512 = dontCheck super.cryptohash-sha512;
|
cryptohash-sha512 = dontCheck super.cryptohash-sha512;
|
||||||
|
|
||||||
|
# Test suite depends on source code being available
|
||||||
|
simple-affine-space = dontCheck super.simple-affine-space;
|
||||||
|
|
||||||
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
|
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
|
||||||
simple-sendfile = dontCheck super.simple-sendfile;
|
simple-sendfile = dontCheck super.simple-sendfile;
|
||||||
|
|
||||||
|
@ -4332,7 +4332,6 @@ broken-packages:
|
|||||||
- duet
|
- duet
|
||||||
- dumb-cas
|
- dumb-cas
|
||||||
- dump-core
|
- dump-core
|
||||||
- dunai
|
|
||||||
- dunai-core
|
- dunai-core
|
||||||
- dunai-test
|
- dunai-test
|
||||||
- Dung
|
- Dung
|
||||||
@ -9190,7 +9189,6 @@ broken-packages:
|
|||||||
- simgi
|
- simgi
|
||||||
- simple
|
- simple
|
||||||
- simple-actors
|
- simple-actors
|
||||||
- simple-affine-space
|
|
||||||
- simple-atom
|
- simple-atom
|
||||||
- simple-bluetooth
|
- simple-bluetooth
|
||||||
- simple-c-value
|
- simple-c-value
|
||||||
|
Loading…
Reference in New Issue
Block a user