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: 9fae7b21ef65
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b03c729c88da
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2020

  1. python3Packages.nmigen: fix build

    Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
    with a bad path, but couldn't reproduce error from manual debugging
    using ``nix-shell``.
    
    Bad path meaning that most paths were of form /nix/store/.../bin/sby,
    but one path was "sby" only. That's my only guess as to what would
    be causing this failure.
    drewrisinger authored and jonringer committed Sep 10, 2020
    Copy the full SHA
    b03c729 View commit details
    Browse the repository at this point in the history