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:
parent
071b49b380
commit
804d228311
@ -15677,7 +15677,6 @@ in
|
|||||||
webkitgtk = callPackage ../development/libraries/webkitgtk {
|
webkitgtk = callPackage ../development/libraries/webkitgtk {
|
||||||
harfbuzz = harfbuzzFull;
|
harfbuzz = harfbuzzFull;
|
||||||
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
|
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++ { };
|
websocketpp = callPackage ../development/libraries/websocket++ { };
|
||||||
|
Loading…
Reference in New Issue
Block a user