1 {lib, stdenv, fetchFromGitHub, pkg-config, mono4, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
12 sha256 = "1g5lblrvkd0wnhfzp326by6n3a9mj2bj7a7646g0ziwgsxp5w6y7";
15 nativeBuildInputs = [ pkg-config autoreconfHook ];
17 # Use msbuild when https://github.com/NixOS/nixpkgs/pull/43680 is merged
18 # See: https://github.com/NixOS/nixpkgs/pull/46060
19 buildInputs = [ mono4 ];
24 description = "D-Bus for .NET";
25 platforms = platforms.linux;
26 license = licenses.mit;