haskell.packages.ghc881.vector-th-unbox: fix build
This commit is contained in:
parent
230565a859
commit
6a6b39b73f
@ -70,7 +70,7 @@ self: super: {
|
||||
sha256 = "1p1pinca33vd10iy7hl20c1fc99vharcgcai6z3ngqbq50k2pd3q";
|
||||
};
|
||||
};
|
||||
vector-th-unbox = appendPatch super.vector-th-unbox (pkgs.fetchpatch {
|
||||
vector-th-unbox = appendPatch (doJailbreak super.vector-th-unbox) (pkgs.fetchpatch {
|
||||
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/vector-th-unbox-0.2.1.6.patch";
|
||||
sha256 = "0169yf9ms1g5mmkc5l6hpffzm34zdrqdng4df02nbdmfgba45h19";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user