12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
17 owner = "Washington-University";
20 hash = "sha256-xc2dpMse4SozYEV/w3rXCrh1LKpTThq5nHB2y5uAD0A=";
33 cmakeFlags = [ "-DCMAKE_CTEST_ARGUMENTS=--exclude-regex;'big|datatype-md5'" ];
35 # error: no member named 'file_string' in 'boost::filesystem::path'
36 env.NIX_CFLAGS_COMPILE = "-UCIFTILIB_BOOST_NO_FSV3";
41 homepage = "https://github.com/Washington-University/CiftiLib";
42 description = "Library for reading and writing CIFTI files";
43 maintainers = with maintainers; [ bcdarwin ];
44 platforms = platforms.unix;
45 license = licenses.bsd2;