summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-02 14:49:57 +0200
committerPeter Simons <simons@cryp.to>2015-04-02 20:58:31 +0200
commit27842ccd7532c51a7de0c244799d1dbc91ca240c (patch)
tree56ad0287a760b7b48275e034e82c15aaa8608fd9 /pkgs/development/haskell-modules/configuration-common.nix
parent82893282dd10e798be21f172f399f55a5c8a361f (diff)
downloadnixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar.gz
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar.bz2
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar.lz
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar.xz
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.tar.zst
nixpkgs-27842ccd7532c51a7de0c244799d1dbc91ca240c.zip
haskell-ng: fix webkit and websnap
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 21a4dc5d123..cc10de8f8d9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -214,8 +214,10 @@ self: super: {
   gtksourceview3 = super.gtksourceview3.override { inherit (pkgs.gnome3) gtksourceview; };
 
   # Need WebkitGTK, not just webkit.
+  webkit = super.webkit.override { webkit = pkgs.webkitgtk24x; };
   webkitgtk3 = super.webkitgtk3.override { webkit = pkgs.webkitgtk24x; };
   webkitgtk3-javascriptcore = super.webkitgtk3-javascriptcore.override { webkit = pkgs.webkitgtk24x; };
+  websnap = super.websnap.override { webkit = pkgs.webkitgtk24x; };
 
   # https://github.com/jgm/zip-archive/issues/21
   zip-archive = addBuildTool super.zip-archive pkgs.zip;
@@ -645,19 +647,6 @@ self: super: {
   haroonga = markBroken super.haroonga;
   haroonga-httpd = markBroken super.haroonga-httpd;
 
-  # Cannot find pkg-config data for "webkit-1.0".
-  lambdacat = dontDistribute super.lambdacat;
-  manatee-all = dontDistribute super.manatee-all;
-  manatee-browser = dontDistribute super.manatee-browser;
-  manatee-reader = dontDistribute super.manatee-reader;
-  markup-preview = dontDistribute super.markup-preview;
-  spike = dontDistribute super.spike;
-  tianbar = dontDistribute super.tianbar;
-  web-browser-in-haskell = dontDistribute super.web-browser-in-haskell;
-  webkit = markBroken super.webkit; # .override { webkit = pkgs.webkitgtk24x; };
-  webkit-javascriptcore = dontDistribute super.webkit-javascriptcore;
-  websnap = markBroken super.websnap; # .override { webkit = pkgs.webkitgtk24x; };
-
   # Build is broken and no contact info available.
   hopenpgp-tools = markBroken super.hopenpgp-tools;