webkitgtk: 2.14.11 -> 2.16.3

This commit is contained in:
Volth
2017-05-25 22:52:10 +00:00
committed by Nikolay Amiantov
parent 4f42804288
commit 3de90b259c
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, cmake
, dbus, networkmanager, webkitgtk214x, pcre, python2 }:
, dbus, networkmanager, webkitgtk216x, pcre, python2 }:
stdenv.mkDerivation rec {
name = "libproxy-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ dbus networkmanager webkitgtk214x pcre ];
buildInputs = [ dbus networkmanager webkitgtk216x pcre ];
cmakeFlags = [
"-DWITH_WEBKIT3=ON"