Merge pull request #53219 from andrew-d/andrew/add-missing-argument

stdenv/native: add missing argument to fix build failure
This commit is contained in:
Matthew Bauer
2019-01-02 13:44:35 -06:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
{ lib
, localSystem, crossSystem, config, overlays
, localSystem, crossSystem, config, overlays, crossOverlays ? []
}:
assert crossSystem == localSystem;