about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-09-14 14:56:57 +0200
committerGitHub <noreply@github.com>2018-09-14 14:56:57 +0200
commit7771df135fd7780a27d8f48579bc69f10221ba0d (patch)
treea3303ba3fe093477764c95dabe2efc18775f862c /pkgs/desktops
parenta9e50ec21a1cb367c1110cd33265ec9db96680cd (diff)
parent7d2c8bbe9a1712511150d533871eb4966754d180 (diff)
downloadnixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar.gz
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar.bz2
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar.lz
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar.xz
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.tar.zst
nixlib-7771df135fd7780a27d8f48579bc69f10221ba0d.zip
Merge pull request #46636 from jtojnar/flatpak-1.0.2
flatpak: 0.99.3 → 1.0.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/mutter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/core/mutter/default.nix b/pkgs/desktops/gnome-3/core/mutter/default.nix
index 631107fe7a80..b05644366dc0 100644
--- a/pkgs/desktops/gnome-3/core/mutter/default.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   configureFlags = [
     "--with-x"
     "--disable-static"
-    "--enable-remote-desktop"
+    # "--enable-remote-desktop"
     "--enable-shape"
     "--enable-sm"
     "--enable-startup-notification"