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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4708d3f84bce
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3447973b9b29
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 17, 2019

  1. 5

    Verified

    This commit was signed with the committer’s verified signature.
    mcous Michael Cousins
    Copy the full SHA
    7c04e3e View commit details
  2. Copy the full SHA
    3447973 View commit details
9 changes: 5 additions & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -1027,6 +1027,11 @@ self: super: {
testSystemDepends = (drv.testSystemDepends or []) ++ [pkgs.which];
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
});
arbtt = overrideCabal super.arbtt (drv: {
preCheck = ''
for n in $PWD/dist/build/*; do PATH+=":$n"; done
'';
});

# This package refers to the wrong library (itself in fact!)
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
@@ -1154,10 +1159,6 @@ self: super: {
# https://github.com/kcsongor/generic-lens/pull/65
generic-lens = dontCheck super.generic-lens;

xmonad-extras = doJailbreak super.xmonad-extras;

arbtt = doJailbreak super.arbtt;

# https://github.com/danfran/cabal-macosx/issues/13
cabal-macosx = dontCheck super.cabal-macosx;

Original file line number Diff line number Diff line change
@@ -2823,7 +2823,6 @@ broken-packages:
- arbor-monad-metric
- arbor-monad-metric-datadog
- arbor-postgres
- arbtt
- archiver
- archlinux
- archlinux-web
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.