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

Commits on Jul 9, 2018

  1. make-derivation: Don't add host-suffix to fixed-output derivations names

    Not only does the suffix unnecessarily reduce sharing, but it also breaks
    unpacker setup hooks (e.g. that of `unzip`) which identify interesting tarballs
    using the file extension.
    
    This also means we can get rid of the splicing hacks for fetchers.
    dtzWill authored and Ericson2314 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    218d4dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33589 from dtzWill/fix/fixed-output-cross-name

    make-derivation: Don't add host-suffix to fixed-output derivations names
    Ericson2314 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    cf72af3 View commit details
    Browse the repository at this point in the history