haskellPackages.GlomeVec: don’t force the LLVM backend

This commit is contained in:
Emily
2025-09-11 15:12:40 +02:00
committed by sternenseemann
parent 9d1b1aa7b9
commit 64096636e0
@@ -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: {