Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv;…
Browse files Browse the repository at this point in the history
… }" (#48615)
  • Loading branch information
volth authored and xeji committed Oct 18, 2018
1 parent f9e0dd7 commit 337d140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/browsers/chromium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ let
callPackage = newScope chromium;

chromium = {
inherit stdenv;

upstream-info = (callPackage ./update.nix {}).getChannel channel;

mkChromiumDerivation = callPackage ./common.nix {
Expand Down

0 comments on commit 337d140

Please sign in to comment.