mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #20094 from Profpatsch/haskell-sindre
haskellPackages: mark sindre broken
This commit is contained in:
commit
62e0985ec8
1 changed files with 3 additions and 0 deletions
|
@ -1051,4 +1051,7 @@ self: super: {
|
|||
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
|
||||
});
|
||||
|
||||
# horribly outdated (X11 interface changed a lot)
|
||||
sindre = markBroken super.sindre;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue