1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

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
commit 82f679c269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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