12 stdenv.mkDerivation rec {
16 src = fetchFromGitLab {
17 domain = "gitlab.linphone.org";
22 hash = "sha256-LdwXBJpwSA/PoCXL+c1pcX1V2Fq/eR6nNmwBKDM1Vr8=";
35 nativeBuildInputs = [ cmake ];
38 "-DENABLE_STATIC=NO" # Do not build static libraries
39 "-DENABLE_UNIT_TESTS=NO" # Do not build test executables
43 description = "End-to-end encryption library for instant messaging. Part of the Linphone project";
44 homepage = "https://www.linphone.org/technical-corner/lime";
45 license = licenses.gpl3Only;
46 platforms = platforms.all;
47 maintainers = with maintainers; [ jluttine ];