Unverified Commit 0f67464c authored by Bobby Rong's avatar Bobby Rong
Browse files

webkitgtk_6_0: Fix build with enableExperimental

See Nixpkgs issue 504443.
parent 53d7baf0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
  libintl,
  lcms2,
  libmanette,
  librice,
  geoclue2,
  flite,
  fontconfig,
@@ -197,6 +198,7 @@ clangStdenv.mkDerivation (finalAttrs: {
  ++ lib.optionals enableExperimental [
    # For ENABLE_WEB_RTC
    openssl
    librice
    # For ENABLE_WEBXR
    openxr-loader
  ]