about summary refs log tree commit diff
path: root/pkgs/applications/editors/monodevelop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/monodevelop/default.nix')
-rw-r--r--pkgs/applications/editors/monodevelop/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/editors/monodevelop/default.nix b/pkgs/applications/editors/monodevelop/default.nix
index 5ba1aadd6091..63a996e1972d 100644
--- a/pkgs/applications/editors/monodevelop/default.nix
+++ b/pkgs/applications/editors/monodevelop/default.nix
@@ -2,6 +2,7 @@
 , gtkmozembedsharp, monodoc
 , perl, perlXMLParser, pkgconfig
 , glib, gtk, gconf, gnomevfs, libbonobo, libglade, libgnome
+, mozilla
 }:
 
 stdenv.mkDerivation {
@@ -23,5 +24,6 @@ stdenv.mkDerivation {
     gtkmozembedsharp monodoc
   ];
   
-  inherit perlXMLParser monodoc gtksharp gtkmozembedsharp gtksourceviewsharp;
+  inherit perlXMLParser mozilla monodoc
+    gtksharp gtkmozembedsharp gtksourceviewsharp;
 }