probably fix cross compilation

This commit is contained in:
jade 2024-04-02 00:41:06 -07:00
parent 1fee9f0e1f
commit cccea113fe

View file

@ -28,12 +28,14 @@ in
dontUseCmakeConfigure = true; dontUseCmakeConfigure = true;
patches = [ ]; patches = [ ];
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ buildInputs = old.buildInputs or [ ] ++ [
final.cmake
final.toml11 final.toml11
];
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [
final.buildPackages.cmake
# FIXME: we don't know why this was not being picked up properly when # FIXME: we don't know why this was not being picked up properly when
# included in nativeCheckInputs. # included in nativeCheckInputs.
final.git final.buildPackages.git
]; ];
}); });
stable = nix_2_18; stable = nix_2_18;