about summary refs log tree commit diff
path: root/pkgs/development/libraries/mono-zeroconf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mono-zeroconf/default.nix')
-rw-r--r--pkgs/development/libraries/mono-zeroconf/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mono-zeroconf/default.nix b/pkgs/development/libraries/mono-zeroconf/default.nix
index 12b15c4937d7f..444ec9dac2bef 100644
--- a/pkgs/development/libraries/mono-zeroconf/default.nix
+++ b/pkgs/development/libraries/mono-zeroconf/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "1qfp4qvsx7rc2shj1chi2y7fxn10rwi70rw2y54b2i8a4jq7gpkb";
   };
 
-  buildInputs = [ pkgconfig which mono ];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [ which mono ];
 
   dontStrip = true;