about summary refs log tree commit diff
path: root/pkgs/applications/editors/monodevelop
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 15:24:37 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:54 -0400
commited14223f8c30c014190e87914126578babd94c3e (patch)
treea0cf6d519d4d4d8507b204076ae5b0dad40f0d18 /pkgs/applications/editors/monodevelop
parent7a733ceda45d9e7842685523cfebeee07aaa3f97 (diff)
downloadnixlib-ed14223f8c30c014190e87914126578babd94c3e.tar
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.gz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.bz2
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.lz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.xz
nixlib-ed14223f8c30c014190e87914126578babd94c3e.tar.zst
nixlib-ed14223f8c30c014190e87914126578babd94c3e.zip
treewide: Manual fix more pkg-config build-inputs
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 44c61d16ec8d..53ea9741c03c 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 = [ pkgconfig ];
   buildInputs = [
-    autoconf automake pkgconfig shared_mime_info intltool
+    autoconf automake shared_mime_info intltool
     mono gtk-sharp-2_0 gnome-sharp unzip
-    pkgconfig
     dotnetPackages.NUnit
     dotnetPackages.NUnitRunners
     dotnetPackages.Nuget