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: f30a854844b2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 94b0ad124e70
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 12, 2017

  1. nim: include all supporting tools

    This PR makes a few changes to how things are done:
    
    a) build and install "koch" - the nim make-type tool
    b) use "koch" to bootstrap nim
    c) build additional supporting tools such as nimble, nimgrep and nimsuggest
    d) nim can use other c compilers than gcc, so instead of forcing gcc we use the one from stdenv
    e) run the full test suite
    
    We do not need the "nimble" package any longer as it is part of nim.
    Peter Hoeg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    4e0a5e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Merge pull request #21846 from peterhoeg/f/nim

    nim: include all supporting tools
    7c6f434c committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    94b0ad1 View commit details
    Browse the repository at this point in the history