mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Add missing deps to the dev shell
This commit is contained in:
parent
1af94bf471
commit
ba34ea9fe7
3 changed files with 12 additions and 1 deletions
|
@ -71,6 +71,10 @@ mkMesonLibrary (finalAttrs: {
|
|||
nix-util
|
||||
nix-store
|
||||
nix-fetchers
|
||||
] ++ finalAttrs.passthru.externalPropagatedBuildInputs;
|
||||
|
||||
# Hack for sake of the dev shell
|
||||
passthru.externalPropagatedBuildInputs = [
|
||||
boost
|
||||
nlohmann_json
|
||||
] ++ lib.optional enableGC boehmgc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue