Merge #122333: webkitgtk: Fix bubblewrap opengl-driver path

This commit is contained in:
Vladimír Čunát
2021-05-12 12:53:16 +02:00
2 changed files with 5 additions and 11 deletions
@@ -53,6 +53,7 @@
, xdg-dbus-proxy
, substituteAll
, glib
, addOpenGLRunpath
}:
assert enableGeoLocation -> geoclue2 != null;
@@ -74,6 +75,7 @@ stdenv.mkDerivation rec {
(substituteAll {
src = ./fix-bubblewrap-paths.patch;
inherit (builtins) storeDir;
inherit (addOpenGLRunpath) driverLink;
})
./libglvnd-headers.patch
];