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: 34a21d6f2173
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8fae904eb6ac
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jan 29, 2021

  1. Fix ar command path in GHC.

    Previously, the "ar command" in the global config of GHC in nixpkgs is
    simply "ar" instead of a proper absolute path in the nix store. This
    will result in an "ar: command not found" error when using GHC and cabal
    in a pure nix shell. This commit adds the patch and applies to all
    pre-9.0 versions.
    
    See output of ghc --info for "ar command" value.
    TerrorJack authored and peti committed Jan 29, 2021
    Copy the full SHA
    8fae904 View commit details
    Browse the repository at this point in the history