nix: use checkInputs for GTest
This commit is contained in:
parent
c06444f90c
commit
7f81f5fa7c
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
inherit (self.defaultPackage.${system})
|
||||
buildInputs
|
||||
checkInputs
|
||||
nativeBuildInputs
|
||||
;
|
||||
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
checkInputs = with pkgs; [
|
||||
gtest
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue