Skip to content

Commit

Permalink
Merge pull request #64299 from worldofpeace/mutter-installed-tests
Browse files Browse the repository at this point in the history
gnome3.mutter: disable installed tests
  • Loading branch information
worldofpeace committed Jul 6, 2019
2 parents c159305 + ea7055f commit dc0dbaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/desktops/gnome-3/core/mutter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ stdenv.mkDerivation rec {
pname = "mutter";
version = "3.32.2";

outputs = [ "out" "dev" "man" ];

src = fetchurl {
url = "mirror://gnome/sources/mutter/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1h577i2ap7dpfy1jg101jvc6nzccc0csgvd55ahydlr8f94frcva";
};

mesonFlags = [
"-Dxwayland-path=${xwayland}/bin/Xwayland"
"-Dinstalled_tests=false" # TODO: enable these
];

propagatedBuildInputs = [
Expand Down

0 comments on commit dc0dbaf

Please sign in to comment.