mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-GlomeVec: downgrade to LLVM 3.4 to fix the build
This commit is contained in:
parent
deb635f3d9
commit
41fdb105a2
1 changed files with 3 additions and 0 deletions
|
@ -443,6 +443,9 @@ self: super: {
|
|||
# https://github.com/ucsd-progsys/liquid-fixpoint/issues/44
|
||||
liquid-fixpoint = overrideCabal super.liquid-fixpoint (drv: { preConfigure = "patchShebangs ."; });
|
||||
|
||||
# https://github.com/jimsnow/glome/issues/2
|
||||
GlomeVec = super.GlomeVec.override { llvm = pkgs.llvm_34; };
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue