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: f046de42108a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e9d83037271b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 29, 2020

  1. meson: Fix cross

    The old `CC=.. CXX= .. meson ...` env var hack I removed in
    3c00ca0 had a side effect of ensuring
    that Meson always had access to a native C compiler, which unforunately
    it expects in most cases. Thankfully, that will be fixed soon.
    Ericson2314 committed Apr 29, 2020
    1
    Copy the full SHA
    38b084f View commit details
    Browse the repository at this point in the history
  2. mkDerivation mesonFlags: Fix arm cpu families

    In my haste to unbreak eval, I screwed up and got the bit-widths,
    backwards.
    Ericson2314 committed Apr 29, 2020
    Copy the full SHA
    05d26ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86283 from Ericson2314/fix-mistakes

    meson: Fix my mistakes
    Ericson2314 committed Apr 29, 2020
    Copy the full SHA
    e9d8303 View commit details
    Browse the repository at this point in the history