Merge pull request #20094 from Profpatsch/haskell-sindre

haskellPackages: mark sindre broken
This commit is contained in:
Peter Simons 2016-11-02 16:35:14 +01:00 committed by GitHub
commit 62e0985ec8

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