mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #20094 from Profpatsch/haskell-sindre
haskellPackages: mark sindre broken
This commit is contained in:
commit
62e0985ec8
@ -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 New Issue
Block a user