14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-SSV5ulx3rCJg99I/oOQbqe+gOSs+BfcCo6UkWHVhnSs=";
25 patches = [./searchPath.patch ];
38 nativeBuildInputs = [ cmake ];
41 description = "C++ library to describe geometrical objects";
42 homepage = "https://github.com/thliebig/CSXCAD";
43 license = licenses.lgpl3;
44 maintainers = with maintainers; [ matthuszagh ];
45 platforms = platforms.linux;