forked from mirrors/nixpkgs
gnome3.mutter: fix build
This commit is contained in:
parent
e4597b3af0
commit
288ce670b1
|
@ -29,15 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
"--with-xwayland-path=${xwayland}/bin/Xwayland"
|
"--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 = [
|
propagatedBuildInputs = [
|
||||||
# required for pkgconfig to detect mutter-clutter
|
# required for pkgconfig to detect mutter-clutter
|
||||||
libXtst
|
libXtst
|
||||||
|
|
Loading…
Reference in a new issue