summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-20 09:50:21 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-20 09:50:21 +0000
commitd3a375fe584fcdb2533b946db03f614edb688128 (patch)
treebb2abbd669a3901dd5b2508acd73fe0a2e214091 /pkgs/development/haskell-modules
parent79adadb969554df51ba6a7069e5a7aaa21f39023 (diff)
downloadnixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar.gz
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar.bz2
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar.lz
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar.xz
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.tar.zst
nixlib-d3a375fe584fcdb2533b946db03f614edb688128.zip
haskell-configuration-nix: fix eval
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 de2b6c201181..50ed1f196378 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -463,9 +463,6 @@ self: super: builtins.intersectAttrs super {
   # This propagates this to everything depending on haskell-gi-base
   haskell-gi-base = addBuildDepend super.haskell-gi-base pkgs.gobjectIntrospection;
 
-  # Requires gi-javascriptcore API version 4
-  gi-webkit2 = super.gi-webkit2.override { gi-javascriptcore = self.gi-javascriptcore_4_0_14; };
-
   # requires valid, writeable $HOME
   hatex-guide = overrideCabal super.hatex-guide (drv: {
     preConfigure = ''