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: e44d763b1d89
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2c134357345d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 9, 2018

  1. haskell-generic-builder: include build-tool dependencies in shell env…

    …ironments
    
    For a Haskell package "foo" the environment foo.env now contains the build tool
    dependencies required for compiling the package in $PATH.
    
    Fixes NixOS/cabal2nix#331.
    peti committed Feb 9, 2018
    Copy the full SHA
    bd3379c View commit details
    Browse the repository at this point in the history
  2. haskell-generic-builder: revert "set LD_LIBRARY_PATH in shellHook"

    This reverts commit e73e5c8. Please don't
    set $LD_LIBRARY_PATH! Instead, pass appropriate --extra-include-dir and
    --extra-lib-dir arguments to "cabal configure" to ensure that Cabal knows
    about system dependencies.
    peti committed Feb 9, 2018
    1
    Copy the full SHA
    2c13435 View commit details
    Browse the repository at this point in the history