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: 8e00451a725e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad1abb2824b4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 7, 2018

  1. cc-wrapper, bintools-wrapper: simply symlink man and info outputs

    With the previous commit `propagateDoc` is now always given the correct value
    (i.e. it is never set to `true` when there are no `man` and `info` outputs).
    Hence, we can simply symlink the original outputs to the wrapper outputs.
    
    Pros:
    
    - simpler, less indirection compared to `propagated-user-env-packages`,
    - uses less inodes (1 symlink, which nix then simply automatically resolves
      and removes, vs. two directories and a file),
    - makes direct references like "export MANPATH=${stdenv.cc.man}/share/man"
      simply work.
    
    Cons:
    
    - I'm not aware of any.
    
    This and the previous commit together almost completely revert commits
    fde7296,
    fa41297, and
    c981787.
    oxij committed Nov 7, 2018
    Copy the full SHA
    d32f51c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Merge pull request #46115 from oxij/stdenv/bintools-cc-symlink

    cc-wrapper, bintools-wrapper: simply symlink man and info outputs
    7c6f434c committed Nov 22, 2018
    Copy the full SHA
    ad1abb2 View commit details
    Browse the repository at this point in the history