haskell-stack: migrate overrides into cabal2nix generator
This commit is contained in:
parent
f476d686e8
commit
17022a70f2
@ -704,10 +704,6 @@ self: super: {
|
|||||||
then addBuildDepend super.hmatrix pkgs.darwin.apple_sdk.frameworks.Accelerate
|
then addBuildDepend super.hmatrix pkgs.darwin.apple_sdk.frameworks.Accelerate
|
||||||
else super.hmatrix;
|
else super.hmatrix;
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stack/issues/408
|
|
||||||
# https://github.com/commercialhaskell/stack/issues/409
|
|
||||||
stack = overrideCabal super.stack (drv: { preCheck = "export HOME=$TMPDIR"; doCheck = false; });
|
|
||||||
|
|
||||||
# Hydra no longer allows building texlive packages.
|
# Hydra no longer allows building texlive packages.
|
||||||
lhs2tex = dontDistribute super.lhs2tex;
|
lhs2tex = dontDistribute super.lhs2tex;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user