release-lib: Fix pkgsFor

This commit is contained in:
John Ericson 2018-11-05 11:27:50 -05:00
parent f2ed7c7af9
commit 8d99a3455b

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