ayatana-indicator-session: Re-enable test-service test

This commit is contained in:
OPNA2608 2024-02-24 11:57:22 +01:00
parent 6adf0df189
commit 23fcd51539

View file

@ -73,13 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "ENABLE_TESTS" finalAttrs.finalPackage.doCheck)
(lib.cmakeBool "GSETTINGS_LOCALINSTALL" true)
(lib.cmakeBool "GSETTINGS_COMPILE" true)
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" (lib.concatStringsSep ";" [
# Exclude tests
"-E" (lib.strings.escapeShellArg "(${lib.concatStringsSep "|" [
# Currently broken: https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/90
"^test-service"
]})")
]))
];
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;