summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/monodevelop
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-15 03:32:50 -0400
committerShea Levy <shea@shealevy.com>2012-07-15 03:32:50 -0400
commit1a0baad6b20d36c6bd80799a3f6bc4529e236f4f (patch)
tree044344f7e479ebc61f42a055ea8ccb7dcc68a826 /pkgs/applications/editors/monodevelop
parente873877e426f8d7334084aca94517c5c59ca305f (diff)
Update some (seemingly very old) packages that hard-coded the path to make-wrapper.sh
Diffstat (limited to 'pkgs/applications/editors/monodevelop')
-rw-r--r--pkgs/applications/editors/monodevelop/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/editors/monodevelop/default.nix b/pkgs/applications/editors/monodevelop/default.nix
index e4dc00ff0a13..c823ecfdf83e 100644
--- a/pkgs/applications/editors/monodevelop/default.nix
+++ b/pkgs/applications/editors/monodevelop/default.nix
@@ -2,7 +2,7 @@
, gtkmozembedsharp, monodoc
, perl, perlXMLParser, pkgconfig
, glib, gtk, GConf, gnome_vfs, libbonobo, libglade, libgnome
-, mozilla
+, mozilla, makeWrapper
}:
stdenv.mkDerivation {
@@ -14,8 +14,6 @@ stdenv.mkDerivation {
md5 = "8c33df5629b0676b7ab552854c1de6fd";
};
- makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;
-
patches = [./prefix.patch];
buildInputs = [
@@ -24,5 +22,5 @@ stdenv.mkDerivation {
gtkmozembedsharp monodoc
];
- inherit mozilla monodoc gtksharp gtkmozembedsharp gtksourceviewsharp;
+ inherit mozilla monodoc gtksharp gtkmozembedsharp gtksourceviewsharp makeWrapper;
}