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: 16e475de3802
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2e69f8977df8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 6, 2020

  1. php: override outputsToInstall when using withExtensions

    At the moment, using .withExtensions on a PHP derivation will
    produce something which can't be used inside an
    environment.systemPackages array, because outputsToInstall refers
    to an output which doesn't exist on the final derivation.
    
    Instead, override it back to just containing the single output
    "out".
    lukegb committed May 6, 2020
    Copy the full SHA
    c13df54 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Merge pull request #87138 from lukegb/fix-php

    php: correctly set outputsToInstall after withExtensions.
    adisbladis committed May 9, 2020
    Copy the full SHA
    2e69f89 View commit details
    Browse the repository at this point in the history