Skip to content

Commit bdeaf97

Browse files
committed
packaging/dev-shell: Fix configurePhase
Since 918c1a9 configurePhase variable points to cmakeConfigurePhase and runPhase configurePhase does the wrong thing. configurePhase function on the other hand still worked correctly.
1 parent 5462c5e commit bdeaf97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/dev-shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
269269
CXX_LD = "mold";
270270
};
271271

272+
dontUseCmakeConfigure = true;
273+
272274
mesonFlags =
273275
map (transformFlag "libutil") (ignoreCrossFile pkgs.nixComponents2.nix-util.mesonFlags)
274276
++ map (transformFlag "libstore") (ignoreCrossFile pkgs.nixComponents2.nix-store.mesonFlags)

0 commit comments

Comments
 (0)