about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono/generic.nix
Commit message (Collapse)AuthorAge
* mono: don't propagate a dependency to glib-devPierre Bourdon2020-06-14
| | | | | | | | This was added in 2005 back in r51ce4ea2. This was not commented or explained anywhere, and it does not seem to be necessary anymore according to some quick testing I did. Reduces mono closure size by ~100M.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mono: fix build w/glibc-2.30Maximilian Bosch2020-02-13
|
* Merge master into staging-nextFrederik Rietdijk2020-02-09
|\
| * mono: remove outdated wokaroundJiri Danek2020-02-09
| |
* | mono4: fix build w/glibc-2.30Maximilian Bosch2020-01-25
| |
* | mono: fix build w/glibc-2.30Maximilian Bosch2020-01-23
|/
* mono: remove dontStrip from derivationPierre Bourdon2019-09-20
| | | | | | | | | | | | | | | | | | | | | | This was introduced in 2010 in 9e16b812 and as far as I can tell the issue mentioned in the comment does not exist anymore. In a stripped mono build, I was able to: - Run "mcs --version" without trouble (original test case) - Run "keepass" (mono app) - Build packages that depend on mono (e.g. f# and others). $ nix path-info -sh Before: 537.8M After: 304.3M $ nix path-info -Sh Before: 1.2G After: 867.0M (Transitive closure size decreases more than the package size itself because mono ended up depending on gcc through leaked paths in .so files before.)
* Merge master into staging-nextFrederik Rietdijk2019-08-27
|\
| * mono6: init at 6.0.0.313Jiri Danek2019-08-07
| |
* | treewide: name -> pnamevolth2019-08-17
|/
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* mono: llvm fork update 3.4svn-mono-f9b1a74368 -> 3.6-mono-2017-02-15obadz2018-12-23
| | | | | | | Also now builds with --enable-llvmloaded. Extracted by @obadz from @abbradar's #23295 https://github.com/NixOS/nixpkgs/commit/d27768ac1bb06aa4471dc5bcd500a583bd4ece24
* mono: renamed generic-cmake.nix -> generic.nixobadz2018-12-23
|
* mono: delete two unused filesobadz2018-12-23
| | | | | deleted: generic.nix deleted: pkgconfig-before-gac-5x.patch
* Take me (viric) out of most maintenanceLluĂ­s Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* 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
* mono: allow custom meta in genericMatthew Bauer2018-04-22
|
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* mono: Disable on aarch64Tuomas Tynkkynen2018-01-21
| | | | | | | mono40: https://hydra.nixos.org/build/67660031 mono44: https://hydra.nixos.org/build/67666036 mono50: https://hydra.nixos.org/build/67825397 mono54: https://hydra.nixos.org/build/67825452
* mono46, mono48: disable parallel buildingOrivej Desh2017-12-09
| | | | | | See #32386 mono46: https://hydra.nixos.org/build/65617511 mono48: https://hydra.nixos.org/build/65600645
* nixpkgs: no parallel builds for mono 4.4Austin Seipp2017-12-07
| | | | | | | | | | See #32386 -- while Mono in general should build correctly with parallel building, it seems the 4.4 branch has broken. Instead, allow parallel build support to be overridden by individual versions, and default to true. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* mono: re-enable parallel buildingPiotr Bogdan2017-12-06
|
* mono40: refactor to generic 40Rahul Gopinath2016-07-04