Prelim. version of MonoDevelop (not finished)
svn path=/nixpkgs/trunk/; revision=2311
This commit is contained in:
parent
f7601af74e
commit
ca968d823c
5
pkgs/applications/editors/monodevelop/builder.sh
Normal file
5
pkgs/applications/editors/monodevelop/builder.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
export PERL5LIB=$perlXMLParser/lib/site_perl:$PERL5LIB
|
||||||
|
genericBuild
|
||||||
|
|
15
pkgs/applications/editors/monodevelop/default.nix
Normal file
15
pkgs/applications/editors/monodevelop/default.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{stdenv, fetchurl, mono, gtksharp, perl, perlXMLParser, pkgconfig, glib, gnomevfs, libbonobo}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "MonoDevelop-0.5.1";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://www.go-mono.com/archive/1.0.5/monodevelop-0.5.1.tar.gz;
|
||||||
|
md5 = "d89458a2d909da09b2cc1f37e16d8990";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [mono gtksharp perl pkgconfig gnomevfs glib libbonobo];
|
||||||
|
inherit perlXMLParser;
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user