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

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