Skip to content

Commit

Permalink
Merge pull request #114878 from helsinki-systems/upd/webkitgtk
Browse files Browse the repository at this point in the history
webkitgtk: 2.30.3 -> 2.30.5
  • Loading branch information
andir committed Mar 5, 2021
2 parents 496b02b + e498908 commit eed3097
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/libraries/webkitgtk/default.nix
Expand Up @@ -59,15 +59,15 @@ with lib;

stdenv.mkDerivation rec {
pname = "webkitgtk";
version = "2.30.3";
version = "2.30.5";

outputs = [ "out" "dev" ];

separateDebugInfo = stdenv.isLinux;

src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "0zsy3say94d9bhaan0l6mfr59z03a5x4kngyy8b2i20n77q19skd";
sha256 = "07vzbbnvz69rn9pciji4axfpclp98bpj4a0br2z0gbn5wc4an3bx";
};

patches = optionals stdenv.isLinux [
Expand Down Expand Up @@ -155,9 +155,6 @@ stdenv.mkDerivation rec {
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=OFF"
"-DUSE_WPE_RENDERER=OFF"
# ensure backward compatibility with the latest version of icu:
# http://linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html
"-DCMAKE_CXX_FLAGS=-DU_DEFINE_FALSE_AND_TRUE=1"
] ++ optionals stdenv.isDarwin [
"-DENABLE_GRAPHICS_CONTEXT_3D=OFF"
"-DENABLE_GTKDOC=OFF"
Expand Down

0 comments on commit eed3097

Please sign in to comment.