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: 069f183f16c3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 79b78663e52d
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 15, 2020

  1. chicken: support darwin platform (#103748)

    Darwin was not included as a supported platform for chicken. However, it compiled and
    worked fine after bypassing unsupported platforms.
    
    We make two changes to chicken's derivation. First, we add darwin as a supported
    platform.
    
    Second, we set some envvars that force the build to use nix-supplied build
    tools. Chicken's Makefile for macOS hardcodes paths to gcc and other build tools
    (see
    https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=blob;f=Makefile.macosx;h=5d4d9b0aa1bb4c95e1ba7a55f9586fa86ee5034f;hb=317468e4994e6245d787400359726a9fb97d5d60#l31). We
    override these envvars to use the wrapped $CC and bintools provided by nix to make
    the build pure.
    landakram committed Nov 15, 2020
    Copy the full SHA
    79b7866 View commit details
    Browse the repository at this point in the history