summary refs log tree commit diff
path: root/pkgs/applications/editors/monodevelop
Commit message (Collapse)AuthorAge
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove trailing whitespacesBen Siraphob2021-01-01
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use https for launchpad.netc0bw3b2018-11-24
|
* monodevelop: mark brokenUli Baum2018-09-25
| | | | | build has failed since 2018-03-08 cc maintainer @obadz
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* monodevelop: use makeLibraryPath in wrapper (fixes #16844)Vincent Laporte2016-07-15
|
* monodevelop: 5.9.0.431 -> 5.9.4.5obadz2015-06-23
|
* Lay down the foundation for packaging the .NET echosystemobadz2015-06-06
| | | | | | | | | | | | | | | | | - 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.
* mono 3.12.1 -> 4.0.1obadz2015-05-07
| | | | monodevelop 5.7.0.660 -> 5.9.0.431
* mono 3.8.0 -> 3.12.1obadz2015-03-30
| | | | monodevelop 5.1.4.0 -> 5.7.0.660
* Adds monodevelop 5.1Vincent Laporte2015-01-20
|
* Removes monodevelop (obsolete and broken)Vincent Laporte2015-01-20
|
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* Update some (seemingly very old) packages that hard-coded the path to ↵Shea Levy2012-07-15
| | | | make-wrapper.sh
* Drop 'gnomevfs = gnome_vfs;' aliasYury G. Kudryashov2011-10-08
| | | | | | s/gnomevfs/gnome_vfs/ in packages svn path=/nixpkgs/trunk/; revision=29718
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | 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
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra2006-01-30
| | | | | | can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * gconf -> GConf.Eelco Dolstra2005-06-17
| | | | svn path=/nixpkgs/trunk/; revision=3201
* * Set PERL5LIB automatically in the Perl setup hook.Eelco Dolstra2005-03-10
| | | | | | | | | | * 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
* * Set the MOZILLA_FIVE_HOME variable to point to Firefox so thatEelco Dolstra2005-03-09
| | | | | | | 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
* * Move SVN tarballs to losser.Eelco Dolstra2005-03-09
| | | | svn path=/nixpkgs/trunk/; revision=2358
* * Put a wrapper around MonoDevelop to set the GAC search path etc.Eelco Dolstra2005-03-09
| | | | svn path=/nixpkgs/trunk/; revision=2357
* * MonoDevelop (from SVN).Eelco Dolstra2005-03-09
| | | | svn path=/nixpkgs/trunk/; revision=2356
* * Added gtksourceview and gtksourceview-sharp.Eelco Dolstra2005-03-08
| | | | svn path=/nixpkgs/trunk/; revision=2344
* * development/libraries/gnome/*: upgraded all gnome packagesMartin Bravenboer2005-02-26
| | | | | | | | | | | | | | | | | | | | 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
* Prelim. version of MonoDevelop (not finished)Martin Bravenboer2005-02-25
svn path=/nixpkgs/trunk/; revision=2311