From 06089c35055e48d14aa6f501d17c197040e73a9f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 11 Apr 2015 16:34:09 -0400 Subject: [PATCH] ekg-core: Jailbreak for ghc-prim --- 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 09b88abf2303..d4e2d1be00f1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -214,6 +214,9 @@ self: super: { # sw17ch/data-clist#8 data-clist = doJailbreak super.data-clist; + # https://github.com/tibbe/ekg-core/commit/c986d9750d026a0c049cf6e6610d69fc1f23121f, not yet in hackage + ekg-core = doJailbreak super.ekg-core; + # https://github.com/NixOS/cabal2nix/issues/136 glib = addBuildDepends super.glib [pkgs.pkgconfig pkgs.glib]; gtk3 = super.gtk3.override { inherit (pkgs) gtk3; };