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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 113f0ff3b1b1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3b9cabd6e62
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 30, 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
    Ma27 committed Mar 30, 2018
    Copy the full SHA
    9215e03 View commit details

Commits on Mar 31, 2018

  1. Merge pull request #37950 from Ma27/fix-mrbob

    pythonPackages.mrbob: fix build
    dotlambda authored Mar 31, 2018
    Copy the full SHA
    d3b9cab View commit details
Loading