Merge pull request #96692 from worldofpeace/webkitgtk-gcc

webkitgtk: don't use clang stdenv
This commit is contained in:
WORLDofPEACE 2020-08-30 23:49:10 -04:00 committed by GitHub
commit d436250596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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++ { };