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

Commits on Jun 22, 2020

  1. ruby: use buildPackages.bison_3_5, fixes cross compilation

    Ruby is not compatible with the latest bison version we have so in
    458b2cb I made it use the older 3.5.
    This broke cross-compilation. bison is a native build input, so we need
    to take it from the `buildPackages` set.
    FRidh committed Jun 22, 2020
    Copy the full SHA
    7bf20d7 View commit details
    Browse the repository at this point in the history