Merge pull request #49674 from typetetris/fix-46130

haskellPackages.sdl2: test-suite needs x server, so deactivate it
This commit is contained in:
Peter Simons 2018-11-03 10:36:56 +01:00 committed by GitHub
commit 1cd1a34f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ self: super: {
safecopy = dontCheck super.safecopy; safecopy = dontCheck super.safecopy;
sai-shape-syb = dontCheck super.sai-shape-syb; sai-shape-syb = dontCheck super.sai-shape-syb;
scp-streams = dontCheck super.scp-streams; 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 sdl2-ttf = dontCheck super.sdl2-ttf; # as of version 0.2.1, the test suite requires user intervention
separated = dontCheck super.separated; separated = dontCheck super.separated;
shadowsocks = dontCheck super.shadowsocks; shadowsocks = dontCheck super.shadowsocks;