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; + }