haskell-yaml: drop obsolete override

This commit is contained in:
Peter Simons 2018-08-29 19:43:31 +02:00
parent 1b1cb6305c
commit 11930854a2

View File

@ -314,9 +314,6 @@ self: super: builtins.intersectAttrs super {
# https://github.com/bos/pcap/issues/5
pcap = addExtraLibrary super.pcap pkgs.libpcap;
# https://github.com/snoyberg/yaml/issues/106
yaml = disableCabalFlag super.yaml "system-libyaml";
# The cabal files for these libraries do not list the required system dependencies.
miniball = overrideCabal super.miniball (drv: {
librarySystemDepends = [ pkgs.miniball ];