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

Commits on Mar 11, 2019

  1. pius: fix dependencies

    `perl` needs to be a native build input to ensure that it is
    present in `PATH` during the build, allowing `patchShebangs` to
    correctly fix the shebang in `pius-party-worksheet`. Previously,
    the shebang was left as `/usr/bin/perl` because `perl` could not
    be found by `patchShebangs`.
    
    `six` is a required dependency of `pius` and likely should have
    been included in the derivation a long time ago, since the `pius`,
    `pius-report` and `pius-keyring-mgr` commands are broken without it.
    Annoyingly, `pius` still uses `distutils` rather than `setuptools`
    which seems to happily install the package without checking that
    its dependencies have been installed.
    kierdavis committed Mar 11, 2019
    Copy the full SHA
    d700803 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Merge pull request #57386 from kierdavis/pius-fix-dependencies

    pius: fix dependencies
    ryantm committed Mar 14, 2019
    Copy the full SHA
    e20ee8a View commit details
    Browse the repository at this point in the history