From 86b12cb8cabc1ea950b4b0310b8e6fd02a5ff0d7 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 14 Nov 2018 21:19:38 +0100 Subject: [PATCH] xpra: Mark as broken --- pkgs/tools/X11/xpra/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/X11/xpra/default.nix b/pkgs/tools/X11/xpra/default.nix index 7f1552f91979..5f9c4accc72b 100644 --- a/pkgs/tools/X11/xpra/default.nix +++ b/pkgs/tools/X11/xpra/default.nix @@ -86,6 +86,8 @@ in buildPythonApplication rec { description = "Persistent remote applications for X"; platforms = platforms.linux; license = licenses.gpl2; + # https://github.com/NixOS/nixpkgs/pull/48872#issuecomment-433559636 + broken = true; maintainers = with maintainers; [ tstrobel offline numinit ]; }; }