haskellPackages: mark sindre broken

This commit is contained in:
Profpatsch 2016-11-02 16:22:29 +01:00
parent 84174c0cb8
commit 5c197b2e38

View file

@ -1051,4 +1051,7 @@ self: super: {
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
});
# horribly outdated (X11 interface changed a lot)
sindre = markBroken super.sindre;
}