feat(3p/nix/build): Add meson & ninja as nativeBuildDeps
This commit is contained in:
parent
6cbc248b3f
commit
3f6f3356e8
1 changed files with 2 additions and 0 deletions
2
third_party/nix/release-common.nix
vendored
2
third_party/nix/release-common.nix
vendored
|
@ -72,6 +72,8 @@ rec {
|
|||
*/
|
||||
}));
|
||||
|
||||
nativeBuildDeps = [ meson ninja ];
|
||||
|
||||
propagatedDeps =
|
||||
[ (boehmgc.override { enableLargeConfig = true; })
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue