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

Commits on Apr 8, 2020

  1. php.buildEnv: Don't inherit dev from the original php

    mkDerivation uses the dev output in buildInputs if it exits, hence the
    php-with-extensions package was never built or put into the path of
    packages dependent on it during build. With this fix, the php packages
    built with buildEnv or withExtensions don't have any dev outputs;
    packages which need the dev output can refer to the phpXXbase packages
    instead.
    talyz committed Apr 8, 2020
    Copy the full SHA
    472d5c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84721 from talyz/php-dont-inherit-dev

    php.buildEnv: Don't inherit dev from the original php
    etu committed Apr 8, 2020
    Copy the full SHA
    2589801 View commit details
    Browse the repository at this point in the history