webkitgtk: don't use clang stdenv

Ughhhh this was terrible but it seems to now be fixed by [0].
Though it doesn't seem the issue is entirely resolved https://github.com/NixOS/nixpkgs/issues/36947.

[0]: https://github.com/NixOS/nixpkgs/pull/91293
This commit is contained in:
worldofpeace 2020-08-30 15:17:56 -04:00
parent 071b49b380
commit 804d228311

View File

@ -15677,7 +15677,6 @@ in
webkitgtk = callPackage ../development/libraries/webkitgtk {
harfbuzz = harfbuzzFull;
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
stdenv = clangStdenv; # TODO: https://github.com/NixOS/nixpkgs/issues/36947
};
websocketpp = callPackage ../development/libraries/websocket++ { };