haskellPackages.sdl2: test-suite needs x server, so deactivate it

This commit is contained in:
Eric Wolf 2018-11-03 00:11:11 +01:00
parent 4e8bed52ce
commit 79dace1b30

View file

@ -370,6 +370,7 @@ self: super: {
safecopy = dontCheck super.safecopy;
sai-shape-syb = dontCheck super.sai-shape-syb;
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
separated = dontCheck super.separated;
shadowsocks = dontCheck super.shadowsocks;