From 7306386eb35c9fbeb288d91b855e1267606ece27 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Thu, 15 Jun 2023 19:40:06 -0700 Subject: [PATCH] glibcInfo: use makeFlags instead of buildPhase This commit causes glibc/info.nix to use the standard builder's `buildPhase` so things like `preBuild`, `postBuild`, `enableParallelBuilding`, etc work correctly. --- pkgs/development/libraries/glibc/info.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glibc/info.nix b/pkgs/development/libraries/glibc/info.nix index 04b0dc00a894..d643d8a6ba09 100644 --- a/pkgs/development/libraries/glibc/info.nix +++ b/pkgs/development/libraries/glibc/info.nix @@ -9,7 +9,7 @@ callPackage ./common.nix {} { extraNativeBuildInputs = [ texinfo perl ]; - buildPhase = "make info"; + makeFlags = [ "info" ]; # I don't know why the info is not generated in 'build' # Somehow building the info still does not work, because the final