nix: add 'boost' dependency
This commit is contained in:
parent
3998b9839f
commit
22fe2ad421
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = with final; [
|
||||||
|
boost
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = with final; [
|
checkInputs = with final; [
|
||||||
gtest
|
gtest
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue