10 stdenv.mkDerivation rec {
14 src = fetchFromGitLab {
15 domain = "gitlab.linphone.org";
20 sha256 = "sha256-pRNJ1bDS2v0Cn+6cxMeFa0JQ27UZR6kCI9P6gQ5W2GA=";
27 nativeBuildInputs = [ cmake ];
30 "-DENABLE_STATIC=NO" # Do not build static libraries
31 "-DENABLE_UNIT_TESTS=NO" # Do not build test executables
35 description = "C++ library to manipulate VCard standard format. Part of the Linphone project";
36 homepage = "https://gitlab.linphone.org/BC/public/belcard";
37 license = licenses.gpl3Plus;
38 platforms = platforms.all;
39 maintainers = with maintainers; [ jluttine ];