summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-14 07:07:42 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-22 07:46:48 +0100
commit288ce670b1ed316e9d87424212bf203ab72d65ca (patch)
tree875e0dea95fd409d1cee67cf59d4d58a6d32bf58 /pkgs/desktops/gnome-3/core
parente4597b3af0a4038ccf0349894a5f525786ae2cb0 (diff)
downloadnixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar.gz
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar.bz2
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar.lz
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar.xz
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.tar.zst
nixpkgs-288ce670b1ed316e9d87424212bf203ab72d65ca.zip
gnome3.mutter: fix build
Diffstat (limited to 'pkgs/desktops/gnome-3/core')
-rw-r--r--pkgs/desktops/gnome-3/core/mutter/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/desktops/gnome-3/core/mutter/default.nix b/pkgs/desktops/gnome-3/core/mutter/default.nix
index 0e49d076123..623d2b1251e 100644
--- a/pkgs/desktops/gnome-3/core/mutter/default.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/default.nix
@@ -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