summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-08-29 19:43:31 +0200
committerPeter Simons <simons@cryp.to>2018-09-12 10:31:08 +0200
commit11930854a2ad64f86f765904323413afe052e7a8 (patch)
treea88aa74e0fe13918b41eab130ede96ad233688b8 /pkgs/development/haskell-modules/configuration-nix.nix
parent1b1cb6305c9bc5c1e1eb2cc0b275b79048dbd7b7 (diff)
downloadnixlib-11930854a2ad64f86f765904323413afe052e7a8.tar
nixlib-11930854a2ad64f86f765904323413afe052e7a8.tar.gz
nixlib-11930854a2ad64f86f765904323413afe052e7a8.tar.bz2
nixlib-11930854a2ad64f86f765904323413afe052e7a8.tar.lz
nixlib-11930854a2ad64f86f765904323413afe052e7a8.tar.xz
nixlib-11930854a2ad64f86f765904323413afe052e7a8.tar.zst
nixlib-11930854a2ad64f86f765904323413afe052e7a8.zip
haskell-yaml: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index d363d2e87b69..dd599f67bc06 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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 ];