From 3cf831874e1dd5a804f4c86910c5129096e8a708 Mon Sep 17 00:00:00 2001 From: Adam Joseph <54836058+a-m-joseph@users.noreply.github.com> Date: Wed, 9 Mar 2022 02:03:52 +0000 Subject: Update pkgs/top-level/stage.nix Co-authored-by: John Ericson --- pkgs/top-level/stage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/stage.nix') diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix index 8ca69315b5423..3945df7534b39 100644 --- a/pkgs/top-level/stage.nix +++ b/pkgs/top-level/stage.nix @@ -66,7 +66,7 @@ let # This is a function from parsed platforms (like # stdenv.hostPlatform.parsed) to parsed platforms. - makeStaticParsedPlatform = parsed: + makeMuslParsedPlatform = parsed: # The following line guarantees that the output of this function # is a well-formed platform with no missing fields. It will be # uncommented in a separate PR, in case it breaks the build. -- cgit 1.4.1