11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "18i5zvrp6dv6vygxx5nc93mai2p2x786n5lnf5avrin6xiz2j6hd";
31 propagatedBuildInputs = [
37 homepage = "https://github.com/haiwen/libsearpc";
38 description = "A simple and easy-to-use C language RPC framework based on GObject System";
39 license = licenses.lgpl3;
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ greizgh ];