forked from lix-project/nixos-module
probably fix cross compilation
This commit is contained in:
parent
1fee9f0e1f
commit
cccea113fe
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue