mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
Merge pull request #96692 from worldofpeace/webkitgtk-gcc
webkitgtk: don't use clang stdenv
This commit is contained in:
commit
d436250596
@ -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++ { };
|
||||
|
Loading…
Reference in New Issue
Block a user