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: 0a224fe2803e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cde1f31f28cf
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 31, 2018

  1. pythonPackages.mrbob: fix build

    Tests broke on Hydra as the `checkPhase` wasn't configured properly. By
    explicitly relying on `nosetests` and injecting `LC_ALL` into the
    `checkPhase` the tests work again.
    
    The license (bsd3) according to `LICENSE` distributed with the upstream
    package wasn't specified in the meta section which could've caused legal
    issues.
    
    The expression has been moved into its own file to reduce the length and
    complexity of `pkgs/top-level/python-packages.nix`.
    
    See https://hydra.nixos.org/build/70689499/log
    See #36453
    
    (cherry picked from commit 9215e03)
    Ma27 authored and Robert Schütz committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    cde1f31 View commit details
    Browse the repository at this point in the history