From 4316ecdd810c193025bc03119711a8fdbdf55c2b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 11 Apr 2015 16:30:50 -0400 Subject: [PATCH] haskell-ng.data-clist: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a94c8d19715..09b88abf230 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -211,6 +211,9 @@ self: super: { # https://github.com/liamoc/wizards/issues/5 wizards = doJailbreak super.wizards; + # sw17ch/data-clist#8 + data-clist = doJailbreak super.data-clist; + # https://github.com/NixOS/cabal2nix/issues/136 glib = addBuildDepends super.glib [pkgs.pkgconfig pkgs.glib]; gtk3 = super.gtk3.override { inherit (pkgs) gtk3; };