diff --git a/pkgs/top-level/guile-2-test.nix b/pkgs/top-level/guile-2-test.nix index 9fe2b53b0406..db6986fe8a88 100644 --- a/pkgs/top-level/guile-2-test.nix +++ b/pkgs/top-level/guile-2-test.nix @@ -18,7 +18,7 @@ let for the platform in question. */ testOn = systems: f: {system ? builtins.currentSystem}: if pkgs.lib.elem system systems - then f (allPackages {inherit system;}) + then f (pkgs {inherit system;}) else {}; /* Map an attribute of the form `foo = [platforms...]' to `testOn