gtksourceview3: re-enable tests

This commit is contained in:
worldofpeace 2019-04-13 00:26:30 -04:00
parent 917a7fa1cb
commit 1f1fb8d898

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = false; # FAIL: test-language
doCheck = stdenv.isLinux;
checkPhase = ''
NO_AT_BRIDGE=1 \
XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \