12 stdenv.mkDerivation rec {
14 version = "unstable-2020-08-12";
16 src = fetchFromGitHub {
19 rev = "a9409da8a5bb4925438f32aff577b6333faec28b";
20 sha256 = "0b4chjhr32wbb1sash8cq1jfnr7rzdq84hif8anlrjqd3l0gw357";
23 nativeBuildInputs = [ cmake ];
33 "-DLIBMINC_DIR=${libminc}/lib/cmake"
34 "-DBICPL_DIR=${bicpl}/lib"
35 "-DARGUMENTS_DIR=${arguments}/lib"
36 "-DOOBICPL_BUILD_SHARED_LIBS=TRUE"
40 homepage = "https://github.com/BIC-MNI/oobicpl";
41 description = "Brain Imaging Centre object-oriented programming library (and tools)";
42 maintainers = with maintainers; [ bcdarwin ];
43 platforms = platforms.unix;
44 license = licenses.free;