Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d217fce30491
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c5e00874d5d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 2019

  1. mono: remove dontStrip from derivation

    This was introduced in 2010 in 9e16b81 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.)
    delroth committed Sep 20, 2019
    Copy the full SHA
    dc5085e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Merge pull request #69155 from delroth/mono-strip

    mono: remove dontStrip from derivation
    Mic92 committed Sep 22, 2019
    Copy the full SHA
    5c5e008 View commit details
    Browse the repository at this point in the history