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

Commits on Jul 2, 2018

  1. idris: Wrap with IDRIS_CC

    Previously idris used the C compiler from PATH for the C backend, which
    means that the results and whether it even succeeds can vary between
    systems (e.g. if a Nix-built Idris was used on a super old Linux system,
    the cc installed there might not even work for Idris' C).
    
    To make this more predictable, this commit sets the IDRIS_CC env var,
    which Idris will prefer over searching in PATH, to a Nix-provided gcc
    executable, given that it is not already set, so it's still possible to
    override.
    infinisil committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    b6cfa37 View commit details
    Browse the repository at this point in the history
  2. idris: Clean up wrapper

    infinisil committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    636cd3c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Merge pull request #42855 from Infinisil/idris-gcc

    Idris: Wrap with IDRIS_CC
    infinisil committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    45f8c2a View commit details
    Browse the repository at this point in the history