nixpkgs/pkgs/development/compilers/mono
Pierre Bourdon dc5085e6b0
mono: remove dontStrip from derivation
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.)
2019-09-20 15:25:27 +02:00
..
4.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
5.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
6.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
generic.nix mono: remove dontStrip from derivation 2019-09-20 15:25:27 +02:00
llvm.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
pkgconfig-before-gac.patch Lay down the foundation for packaging the .NET echosystem 2015-06-06 09:06:22 -04:00