mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 08:36:56 +00:00
Merge pull request #117991 from mweinelt/webkitgtk
webkitgtk: 2.30.6 -> 2.32.0
This commit is contained in:
commit
affc6f1de1
@ -37,6 +37,7 @@
|
|||||||
, libGL
|
, libGL
|
||||||
, libGLU
|
, libGLU
|
||||||
, libintl
|
, libintl
|
||||||
|
, libmanette
|
||||||
, openjpeg
|
, openjpeg
|
||||||
, enableGeoLocation ? true
|
, enableGeoLocation ? true
|
||||||
, geoclue2
|
, geoclue2
|
||||||
@ -59,7 +60,7 @@ with lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "webkitgtk";
|
pname = "webkitgtk";
|
||||||
version = "2.30.6";
|
version = "2.32.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
|
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "07kwkn7gnlfw4idl5vyyzhzbj2bjzvjrclbikn9vaw0pm73nwwsh";
|
sha256 = "1w3b0w8izp0i070grhv19j631sdcd0mcqnjnax13k8mdx7dg8zcx";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optionals stdenv.isLinux [
|
patches = optionals stdenv.isLinux [
|
||||||
@ -115,6 +116,7 @@ stdenv.mkDerivation rec {
|
|||||||
libgcrypt
|
libgcrypt
|
||||||
libidn
|
libidn
|
||||||
libintl
|
libintl
|
||||||
|
libmanette
|
||||||
libnotify
|
libnotify
|
||||||
libpthreadstubs
|
libpthreadstubs
|
||||||
libsecret
|
libsecret
|
||||||
|
Loading…
Reference in New Issue
Block a user