Merge pull request #49795 from obsidiansystems/fix-pkgsFor

release-lib: Fix `pkgsFor`
This commit is contained in:
John Ericson
2018-11-05 14:18:16 -05:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ rec {
else if system == "x86_64-cygwin" then pkgs_x86_64_cygwin
else abort "unsupported system type: ${system}";
inherit (pkgsForCross null) pkgsFor;
pkgsFor = pkgsForCross null;
# More poor man's memoisation