Skip to content

Commit

Permalink
Fix tarball breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Apr 28, 2017
1 parent 084a20e commit a7379e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/configuration-nix.nix
Expand Up @@ -120,8 +120,6 @@ self: super: builtins.intersectAttrs super {

# Need WebkitGTK, not just webkit.
webkit = super.webkit.override { webkit = pkgs.webkitgtk2; };
webkitgtk3 = super.webkitgtk3.override { webkit = pkgs.webkitgtk24x; };
webkitgtk3-javascriptcore = super.webkitgtk3-javascriptcore.override { webkit = pkgs.webkitgtk24x; };
websnap = super.websnap.override { webkit = pkgs.webkitgtk24x; };

hs-mesos = overrideCabal super.hs-mesos (drv: {
Expand Down

0 comments on commit a7379e9

Please sign in to comment.