nix: add 'boost' dependency

This commit is contained in:
Bruno BELANYI 2022-03-24 17:50:01 +01:00
parent 3998b9839f
commit 22fe2ad421

View file

@ -43,6 +43,10 @@
pkg-config
];
buildInputs = with final; [
boost
];
checkInputs = with final; [
gtest
];