From 5c197b2e38563c368a5e6945fdba27aa8dd5baed Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 2 Nov 2016 16:22:29 +0100 Subject: [PATCH] haskellPackages: mark sindre broken --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e957f90953f..627b0261ce9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1051,4 +1051,7 @@ self: super: { librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ]; }); + # horribly outdated (X11 interface changed a lot) + sindre = markBroken super.sindre; + }