Skip to content

Commit

Permalink
Bump versions of gi-javascriptcore and gi-webkit2
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Feb 7, 2022
1 parent 29b406b commit fe8978f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
});
ubuntuHPkgs = obApp.ghc.override {
overrides = self: super: {
gi-javascriptcore = addGObjectIntrospection (self.callHackage "gi-javascriptcore" "4.0.20" { webkitgtk = ubuntuWebkitgtk; });
gi-webkit2 = addGObjectIntrospection (self.callHackage "gi-webkit2" "4.0.24" { webkitgtk = ubuntuWebkitgtk; });
gi-javascriptcore = addGObjectIntrospection (self.callHackage "gi-javascriptcore" "4.0.21" { webkitgtk = ubuntuWebkitgtk; });
gi-webkit2 = addGObjectIntrospection (self.callHackage "gi-webkit2" "4.0.25" { webkitgtk = ubuntuWebkitgtk; });
webkitgtk3-javascriptcore = addGObjectIntrospection (self.callHackage "webkitgtk3-javascriptcore" "0.14.2.1" { webkitgtk = ubuntuWebkitgtk; });
linux = pkgs.haskell.lib.overrideCabal super.linux (old: {
libraryPkgconfigDepends = [ ubuntuWebkitgtk pkgs.glib-networking ];
Expand Down

0 comments on commit fe8978f

Please sign in to comment.