3
0
Fork 0
forked from mirrors/nixpkgs

gnome3.mutter: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 07:07:42 +01:00
parent e4597b3af0
commit 288ce670b1
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -29,15 +29,6 @@ stdenv.mkDerivation rec {
"--with-xwayland-path=${xwayland}/bin/Xwayland"
];
patches = [
# Pipewire 0.1.8 compatibility
(fetchurl {
name = "mutter-pipewire-0.1.8-compat.patch";
url = https://bugzilla.gnome.org/attachment.cgi?id=367356;
sha256 = "10bx5zf11wwhhy686w11ggikk56pbxydpbk9fbd947ir385x92cz";
})
];
propagatedBuildInputs = [
# required for pkgconfig to detect mutter-clutter
libXtst