saltine: fix build by disabling tests
The tests fail to compile because of a missing module but would otherwise be fine.
This commit is contained in:
parent
14f213a007
commit
720d0c7803
@ -376,6 +376,7 @@ self: super: {
|
|||||||
Rlang-QQ = dontCheck super.Rlang-QQ;
|
Rlang-QQ = dontCheck super.Rlang-QQ;
|
||||||
safecopy = dontCheck super.safecopy;
|
safecopy = dontCheck super.safecopy;
|
||||||
sai-shape-syb = dontCheck super.sai-shape-syb;
|
sai-shape-syb = dontCheck super.sai-shape-syb;
|
||||||
|
saltine = dontCheck super.saltine; # https://github.com/tel/saltine/pull/56
|
||||||
scp-streams = dontCheck super.scp-streams;
|
scp-streams = dontCheck super.scp-streams;
|
||||||
sdl2 = dontCheck super.sdl2; # the test suite needs an x server
|
sdl2 = dontCheck super.sdl2; # the test suite needs an x server
|
||||||
sdl2-ttf = dontCheck super.sdl2-ttf; # as of version 0.2.1, the test suite requires user intervention
|
sdl2-ttf = dontCheck super.sdl2-ttf; # as of version 0.2.1, the test suite requires user intervention
|
||||||
|
@ -8979,7 +8979,6 @@ broken-packages:
|
|||||||
- sajson
|
- sajson
|
||||||
- salak-toml
|
- salak-toml
|
||||||
- Salsa
|
- Salsa
|
||||||
- saltine
|
|
||||||
- saltine-quickcheck
|
- saltine-quickcheck
|
||||||
- salvia
|
- salvia
|
||||||
- salvia-demo
|
- salvia-demo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user