mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 16:59:35 +01:00
packaging/dev-shell: Fix configurePhase
Since 918c1a9e58 configurePhase variable points to cmakeConfigurePhase
and runPhase configurePhase does the wrong thing.
configurePhase function on the other hand still worked correctly.
This commit is contained in:
parent
5462c5eedd
commit
bdeaf976bd
1 changed files with 2 additions and 0 deletions
|
|
@ -269,6 +269,8 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
|
|||
CXX_LD = "mold";
|
||||
};
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
mesonFlags =
|
||||
map (transformFlag "libutil") (ignoreCrossFile pkgs.nixComponents2.nix-util.mesonFlags)
|
||||
++ map (transformFlag "libstore") (ignoreCrossFile pkgs.nixComponents2.nix-store.mesonFlags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue