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;
|
||||
safecopy = dontCheck super.safecopy;
|
||||
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;
|
||||
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
|
||||
|
|
|
@ -8979,7 +8979,6 @@ broken-packages:
|
|||
- sajson
|
||||
- salak-toml
|
||||
- Salsa
|
||||
- saltine
|
||||
- saltine-quickcheck
|
||||
- salvia
|
||||
- salvia-demo
|
||||
|
|
Loading…
Reference in New Issue