Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 8cfce968b1a3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4dd9cd3f69e5
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 10, 2018

  1. git: Strip libsecret

    This reduces gitFull's closure size from 412 MiB to 271 MiB.
    
    (cherry picked from commit 7b9c495)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    383bbb9 View commit details
    Browse the repository at this point in the history
  2. nfs-utils: properly strip system-generators

    nfs-utils had a dependency on gcc through
    etc/systemd/system-generators/*-server-generator. It was not stripped
    correctly because it’s not in an expected path. This adds it to the
    strip list.
    
    (cherry picked from commit 1427c50)
    matthewbauer authored and edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    1c3945a View commit details
    Browse the repository at this point in the history
  3. lsof: Don't record compiler flags / build kernel

    This removed glibc.dev from the closure and improves binary
    reproducibility.
    
    (cherry picked from commit 1eff910)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    fd1e5b2 View commit details
    Browse the repository at this point in the history
  4. qtgraphicaleffects: Add dev output

    This shrank my system closure by about 192 MiB.
    
    (cherry picked from commit 9bbd4f6)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    0465040 View commit details
    Browse the repository at this point in the history
  5. thunderbird: Remove buildconfig

    This reduces the closure size from 1689 MiB to 425 MiB.
    
    (cherry picked from commit 2be4295)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    e11239e View commit details
    Browse the repository at this point in the history
  6. opencv3: Reduce closure size from 520 to 154 MiB

    (cherry picked from commit c8a2533)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    7064725 View commit details
    Browse the repository at this point in the history
  7. digikam: libGLU_combined -> libGL + libGLU

    This prevents a runtime dependency on a large number of -dev outputs.
    
    (cherry picked from commit a3382a8)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    a1dc97e View commit details
    Browse the repository at this point in the history
  8. marble: Add dev output

    (cherry picked from commit 13c1f26)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    f8e3e22 View commit details
    Browse the repository at this point in the history
  9. libqtav: Reduce closure size from 734 to 457 MiB

    (cherry picked from commit cd3a0b7)
    edolstra committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    4dd9cd3 View commit details
    Browse the repository at this point in the history