summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/monodevelop
AgeCommit message (Collapse)Author
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-24Treewide: use https for launchpad.netc0bw3b
2018-09-25monodevelop: mark brokenUli Baum
build has failed since 2018-03-08 cc maintainer @obadz
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-07-15monodevelop: use makeLibraryPath in wrapper (fixes #16844)Vincent Laporte
2015-06-23 monodevelop: 5.9.0.431 -> 5.9.4.5obadz
2015-06-06Lay down the foundation for packaging the .NET echosystemobadz
- fetchNuGet can fetch binaries from nuget servers - buildDotnetPackage can build .NET packages using mono/xbuild - Places nuget & paket as they would clash with nix - Patch project files because F# targets are expected to be found in the mono directory (and we know that's not going to happen on nix) - Find DLLs that were copied from buildInputs and replace by symlink for sharing - Export produced DLL via the pkg-config mechanism - Create wrappers for produced EXEs - Repackaged this new infrastructure: keepass, monodevelop - Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a bunch more.. This is a combination of 73 commits.
2015-05-07mono 3.12.1 -> 4.0.1obadz
monodevelop 5.7.0.660 -> 5.9.0.431
2015-03-30mono 3.8.0 -> 3.12.1obadz
monodevelop 5.1.4.0 -> 5.7.0.660
2015-01-20Adds monodevelop 5.1Vincent Laporte
2015-01-20Removes monodevelop (obsolete and broken)Vincent Laporte
2013-06-25nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra
It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
2012-07-15Update some (seemingly very old) packages that hard-coded the path to ↵Shea Levy
make-wrapper.sh
2011-10-08Drop 'gnomevfs = gnome_vfs;' aliasYury G. Kudryashov
s/gnomevfs/gnome_vfs/ in packages svn path=/nixpkgs/trunk/; revision=29718
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra
builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=13299
2006-01-30* Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra
can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2005-06-17* gconf -> GConf.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=3201
2005-03-10* Set PERL5LIB automatically in the Perl setup hook.Eelco Dolstra
* Remove explicit setting of PERL5LIB. * Use the generic Perl builder for the BerkeleyDB and XML::Parser modules. * Prefix all names of Perl modules with `perl-' (in the generic Perl builder). svn path=/nixpkgs/trunk/; revision=2365
2005-03-09* Set the MOZILLA_FIVE_HOME variable to point to Firefox so thatEelco Dolstra
MonoDevelop can browse web pages. (Maybe this shouldn't be done in MonoDevelop but in a higher-level wrapper.) svn path=/nixpkgs/trunk/; revision=2360
2005-03-09* Move SVN tarballs to losser.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2358
2005-03-09* Put a wrapper around MonoDevelop to set the GAC search path etc.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2357
2005-03-09* MonoDevelop (from SVN).Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2356
2005-03-08* Added gtksourceview and gtksourceview-sharp.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2344
2005-02-26 * development/libraries/gnome/*: upgraded all gnome packagesMartin Bravenboer
to 2.8.3. * development/libraries/gnome/*: copied gtk packages to gnome directory. gnome 2.8.3 did not work on gtk 2.4 nor gtk 2.6. Using the specific version of the gnome platform 2.8.3 directory 'solved' the issue. * development/libraries/gnome/gnome-icon-theme: new packag * development/libraries/gnome/libgtkhtml: new package * development/libraries/gnome/gtkhtml: new package * development/libraries/gnome/libgnomeprint: new package * development/libraries/gnome/libgnomeprintui: new package * development/libraries/gnome/gnome-keyring: new package * development/libraries/gnome/gail: new package * applications/editors/monodoc: new package svn path=/nixpkgs/trunk/; revision=2312
2005-02-25Prelim. version of MonoDevelop (not finished)Martin Bravenboer
svn path=/nixpkgs/trunk/; revision=2311