+ xo-statistics
This commit is contained in:
parent
a98b508ff9
commit
4e022df686
4 changed files with 33 additions and 10 deletions
18
pkgs/xo-statistics.nix
Normal file
18
pkgs/xo-statistics.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
# dependencies
|
||||
stdenv, cmake, catch2,
|
||||
|
||||
xo-cmake,
|
||||
} :
|
||||
|
||||
stdenv.mkDerivation (finalattrs:
|
||||
{
|
||||
name = "xo-statistics";
|
||||
version = "1.0";
|
||||
|
||||
src = ../xo-statistics;
|
||||
|
||||
cmakeFlags = ["-DCMAKE_MODULE_PATH=${xo-cmake}/share/cmake"];
|
||||
doCheck = true;
|
||||
nativeBuildInputs = [ cmake catch2 xo-cmake ];
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue