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

wip/yesman
Eric Wolf 6 years ago
parent 4e8bed52ce
commit 79dace1b30
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -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;

Loading…
Cancel
Save