1 {lib, stdenv, boost, cmake, pkg-config, nix, ... }:
3 stdenv.mkDerivation rec {
6 nativeBuildInputs = [ cmake pkg-config ];
7 buildInputs = [ boost nix ];
9 license = licenses.lgpl2Plus;
10 maintainers = with maintainers; [ chkno ];
11 platforms = platforms.all;