dbus-sharp{,-glib}-{1,2}_0: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-26 14:40:11 +01:00
parent a56b995263
commit fe5fe34a60
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