mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
haskellPackages.reflex-dom-core: Fix build
This commit is contained in:
parent
405d3d38b3
commit
5bd1f315ba
@ -1506,6 +1506,8 @@ self: super: {
|
||||
reflex-dom-core = overrideCabal (old: {
|
||||
postPatch = old.postPatch or "" + ''
|
||||
sed -i 's/template-haskell.*2.17/template-haskell/' reflex-dom-core.cabal
|
||||
sed -i 's/semialign.*1.3/semialign/' reflex-dom-core.cabal
|
||||
sed -i 's/these.*0.9/these/' reflex-dom-core.cabal
|
||||
'';
|
||||
})
|
||||
((appendPatches [
|
||||
|
Loading…
Reference in New Issue
Block a user