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: b7347338e272
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8cef6ec5fe51
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 18, 2019

  1. ffado: prevent build tools from leaking into closure

    FFADO stored paths to various build dependencies and libraries
    like gcc or pyuic5 (from PyQT) in $out/lib/libffado/static_info.txt,
    thus  bringing them into the runtime closure.
    
    With Nix, this information is not really critical, as we can find
    out the exact dependencies from .drv files in Nix store.
    
    This alone reduced the closure size from 914866184B to 132341176B.
    jtojnar committed Jun 18, 2019
    Copy the full SHA
    e40d568 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e7cea5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf41cb2 View commit details
    Browse the repository at this point in the history
  4. ffado: prevent build tools from leaking into closure (#63393)

    ffado: prevent build tools from leaking into closure
    jtojnar committed Jun 18, 2019
    Copy the full SHA
    8cef6ec View commit details
    Browse the repository at this point in the history