summary refs log tree commit diff
path: root/pkgs/applications/editors/monodevelop
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-20 21:01:53 +0000
committerGitHub <noreply@github.com>2021-02-20 16:01:53 -0500
commit127733211e03cb0763246a2ebc0c99e2a438a6ce (patch)
treeaa9601b7da78a16d08e713e4d5e01ffe39dfd8b2 /pkgs/applications/editors/monodevelop
parentce5052e93174070b3648e02bd3c787668331e9b5 (diff)
downloadnixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.gz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.bz2
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.lz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.xz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.zst
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.zip
treewide: unzip buildInputs to nativeBuildInputs (#112302)
Diffstat (limited to 'pkgs/applications/editors/monodevelop')
-rw-r--r--pkgs/applications/editors/monodevelop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/monodevelop/default.nix b/pkgs/applications/editors/monodevelop/default.nix
index e5fde3e501e..12b66370d50 100644
--- a/pkgs/applications/editors/monodevelop/default.nix
+++ b/pkgs/applications/editors/monodevelop/default.nix
@@ -34,10 +34,10 @@ stdenv.mkDerivation rec {
   patchFlags = [ "-p2" ];
   patches = [ ./git-revert-12d610fb3f6dce121df538e36f21d8c2eeb0a6e3.patch ];
 
-  nativeBuildInputs = [ pkg-config ];
+  nativeBuildInputs = [ pkg-config unzip ];
   buildInputs = [
     autoconf automake shared-mime-info intltool
-    mono gtk-sharp-2_0 gnome-sharp unzip
+    mono gtk-sharp-2_0 gnome-sharp
     dotnetPackages.NUnit
     dotnetPackages.NUnitRunners
     dotnetPackages.Nuget