-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d203bb28076
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3857a8bb25d7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 1 file changed
- 1 contributor
Commits on Mar 26, 2019
-
idrisPackages.idris-wrapper: Fix linking to gmp library
This has been broken since 5d18129, which updated idris from 1.3.0 to 1.3.1, which included idris-lang/Idris-dev#4472 as the cause of the error. I'm still not entirely sure why this broke it though. This now way should be rather future proof, it uses NIX_CFLAGS to pass gpm link flags to our CC wrapper directly. The `NIX_CC_WRAPPER_${stdenv.cc.infixSalt}_TARGET_HOST` part I'm pretty sure is needed for the CC wrapper to know that those CFLAGS are meant for the cc running on the HOST.
Configuration menu - View commit details
-
Copy full SHA for cfd2e67 - Browse repository at this point
Copy the full SHA cfd2e67View commit details -
idrisPackages.idris-wrapper: Use stdenv's cc instead of always gcc
This should make it work on Darwin with clang.
Configuration menu - View commit details
-
Copy full SHA for 271403c - Browse repository at this point
Copy the full SHA 271403cView commit details
Commits on Apr 28, 2019
-
Merge pull request #58319 from Infinisil/fix-idris-gmp
idrisPackages: Fix linking to gmp library and cc
Configuration menu - View commit details
-
Copy full SHA for 3857a8b - Browse repository at this point
Copy the full SHA 3857a8bView commit details
There are no files selected for viewing