mirror of
https://github.com/NixOS/nix
synced 2025-07-12 14:55:09 +02:00
Include more deps for the dev shell
When we get rid of the make build system, we would be missing things. Incuding these packages' deps ensure we don't miss things.
This commit is contained in:
parent
9e1bc9c224
commit
26ea905312
2 changed files with 13 additions and 8 deletions
|
@ -86,10 +86,11 @@ in {
|
|||
++ lib.optional (stdenv.cc.isClang && stdenv.hostPlatform == stdenv.buildPlatform) (lib.hiPrio pkgs.buildPackages.clang-tools);
|
||||
|
||||
buildInputs = attrs.buildInputs or []
|
||||
++ [
|
||||
pkgs.gtest
|
||||
pkgs.rapidcheck
|
||||
]
|
||||
++ pkgs.nixComponents.nix-util.buildInputs
|
||||
++ pkgs.nixComponents.nix-store.buildInputs
|
||||
++ pkgs.nixComponents.nix-fetchers.buildInputs
|
||||
++ pkgs.nixComponents.nix-expr.buildInputs
|
||||
++ pkgs.nixComponents.nix-store-tests.externalBuildInputs
|
||||
++ lib.optional havePerl pkgs.perl
|
||||
;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue