summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-04-11 16:34:09 -0400
committerShea Levy <shea@shealevy.com>2015-04-11 16:34:09 -0400
commit06089c35055e48d14aa6f501d17c197040e73a9f (patch)
treec90d57116d440ef2c700336207a775838c691ada /pkgs
parent4316ecdd810c193025bc03119711a8fdbdf55c2b (diff)
downloadnixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar.gz
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar.bz2
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar.lz
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar.xz
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.tar.zst
nixpkgs-06089c35055e48d14aa6f501d17c197040e73a9f.zip
ekg-core: Jailbreak for ghc-prim
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 09b88abf230..d4e2d1be00f 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; };