Skip to content

Commit 42f73d0

Browse files
authored
Set the version of webkitgtk explicitly (#2329)
Newer versions of nixpkgs issue a warning if you don't do that.
1 parent 06eca68 commit 42f73d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/pkgconf-nixpkgs-map.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pkgs:
8383
"stdc++.dll" = []; # What is that?
8484
"systemd-journal" = [ "systemd" ];
8585
"tag_c" = [ "taglib" ];
86-
"webkit2gtk" = [ "webkitgtk" ];
86+
"webkit2gtk" = [ "webkitgtk_4_0" ]; # This is somewhat arbitary
8787
"xml2" = [ "libxml2" ];
8888
"yaml" = [ "libyaml" ];
8989
"z" = [ "zlib" ];
@@ -5427,9 +5427,9 @@ pkgs:
54275427
"wayland-server++" = [ "waylandpp" ];
54285428
"wcslib" = [ "wcslib" ];
54295429
"webkit2-sharp-4.0" = [ "webkit2-sharp" ];
5430-
"javascriptcoregtk-4.0" = [ "webkitgtk" ];
5431-
"webkit2gtk-4.0" = [ "webkitgtk" ];
5432-
"webkit2gtk-web-extension-4.0" = [ "webkitgtk" ];
5430+
"javascriptcoregtk-4.0" = [ "webkitgtk_4_0" ];
5431+
"webkit2gtk-4.0" = [ "webkitgtk_4_0" ];
5432+
"webkit2gtk-web-extension-4.0" = [ "webkitgtk_4_0" ];
54335433
"javascriptcoregtk-4.1" = [ "webkitgtk_4_1" ];
54345434
"webkit2gtk-4.1" = [ "webkitgtk_4_1" ];
54355435
"webkit2gtk-web-extension-4.1" = [ "webkitgtk_4_1" ];

0 commit comments

Comments
 (0)