chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" (#48615)

This commit is contained in:
volth 2018-10-18 21:09:12 +00:00 committed by xeji
parent f9e0dd7225
commit 337d140953

View File

@ -18,6 +18,8 @@ let
callPackage = newScope chromium;
chromium = {
inherit stdenv;
upstream-info = (callPackage ./update.nix {}).getChannel channel;
mkChromiumDerivation = callPackage ./common.nix {