10 stdenv.mkDerivation rec {
12 version = "linphone-4.4.1";
14 src = fetchFromGitLab {
15 domain = "gitlab.linphone.org";
17 owner = "public/external";
19 rev = "bc8ce0c5628dd48eca6ef5ce0a0a2f52547d88b6";
20 sha256 = "sha256-qo26aYp/G2C6UkGA1qkHQwTKD5go7TQ9JWxb9xtbe6M=";
25 name = "fix-backend-search-path.patch";
26 url = "https://github.com/SOCI/soci/commit/56c93afc467bdba8ffbe68739eea76059ea62f7a.patch";
27 sha256 = "sha256-nC/39pn3Cv5e65GgIfF3l64/AbCsfZHPUPIWETZFZAY=";
32 # Do not build static libraries
40 nativeBuildInputs = [ cmake ];
47 description = "Database access library for C++. Belledonne Communications' fork for Linphone.";
48 homepage = "https://gitlab.linphone.org/BC/public/external/soci";
49 license = licenses.boost;
50 platforms = platforms.all;
51 maintainers = with maintainers; [ thibaultlemaire ];