dbus-sharp{,-glib}-{1,2}_0: fix strictDeps build (#376971)

This commit is contained in:
Arne Keller
2025-03-13 11:06:36 +01:00
committed by GitHub
4 changed files with 4 additions and 0 deletions
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
mono # gmcs
];
buildInputs = [
mono
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
mono # gmcs
];
buildInputs = [
mono
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
mono # gmcs
];
buildInputs = [ mono ];
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
mono4 # gmcs
];
# Use msbuild when https://github.com/NixOS/nixpkgs/pull/43680 is merged