1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

stdenv: remove leftover 'system' reference

the rest were removed in 1dc6f15de9
This commit is contained in:
David McFarland 2017-06-02 14:22:06 -03:00
parent cbc0db08f9
commit f81117e324

View file

@ -102,7 +102,7 @@ let
fetchurlBoot = fetchurl;
inherit system shell cc overrides config;
inherit shell cc overrides config;
};
in