mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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.
This commit is contained in:
parent
238b793373
commit
7306386eb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue