diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index cf9dd3c715f5..88fe314bdffc 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -532,6 +532,14 @@ builtins.intersectAttrs super { ''; }) super.spaceprobe; + # Forces the LLVM backend. + GlomeVec = overrideCabal (drv: { + postPatch = '' + substituteInPlace GlomeVec.cabal \ + --replace-fail '-fllvm ' "" + ''; + }) super.GlomeVec; + # Tries to run GUI in tests leksah = dontCheck ( overrideCabal (drv: {