gnome3.mutter: disable installed tests

This commit is contained in:
worldofpeace 2019-07-04 08:32:25 -04:00
parent ddfe184efc
commit 5a10032ef4

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
mesonFlags = [ mesonFlags = [
"-Dxwayland-path=${xwayland}/bin/Xwayland" "-Dxwayland-path=${xwayland}/bin/Xwayland"
"-Dinstalled_tests=false" # TODO: enable these
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [