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: 8e5891b33efd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d9f6bca6dfd
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 13, 2018

  1. powershell: fix the build

    For some reason, building powershell derivation started failing with
    these errors:
    
    ```
      liblttng-ust.so.0 -> not found!
      ...
      libpam.so.0 -> not found!
    ```
    
    This patch adds these dependencies
    yrashk committed Jun 13, 2018
    Copy the full SHA
    7a0b913 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e5a990a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41907 from yrashk/powershell-fix

    powershell: fix the build
    Mic92 committed Jun 13, 2018
    Copy the full SHA
    9d9f6bc View commit details
    Browse the repository at this point in the history