Skip to content

Commit

Permalink
webkitgtk: don't use clang stdenv
Browse files Browse the repository at this point in the history
Ughhhh this was terrible but it seems to now be fixed by [0].
Though it doesn't seem the issue is entirely resolved NixOS#36947.

[0]: NixOS#91293
  • Loading branch information
worldofpeace committed Aug 30, 2020
1 parent 071b49b commit 804d228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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++ { };
Expand Down

0 comments on commit 804d228

Please sign in to comment.