forked from mirrors/nixpkgs
Merge pull request #53070 from rnhmjoj/scat-master
haskellPackages.scat: fix build
This commit is contained in:
commit
29dc71c876
|
@ -1209,4 +1209,13 @@ self: super: {
|
||||||
sha256 = "0lrcmcrxp9imj9rfaq7mb0fn9mxms4gq4sz95n4san3dpd0qmj9x";
|
sha256 = "0lrcmcrxp9imj9rfaq7mb0fn9mxms4gq4sz95n4san3dpd0qmj9x";
|
||||||
stripLen = 1;
|
stripLen = 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Fix for base >= 4.11
|
||||||
|
scat = overrideCabal super.scat (drv: {
|
||||||
|
patches = [(pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/redelmann/scat/pull/6.diff";
|
||||||
|
sha256 = "07nj2p0kg05livhgp1hkkdph0j0a6lb216f8x348qjasy0lzbfhl";
|
||||||
|
})];
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
Loading…
Reference in a new issue