haskellPackages.hakyll-contrib-hyphenation: jailbreak

Latest upstream commit is from 2015 [0], so I guess it's the easiest to
jailbreak it (as it builds that way).

[0] https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
This commit is contained in:
Justin Humm 2020-02-21 22:21:30 +01:00 committed by Peter Simons
parent c8554c0574
commit 5fb67fc448

View file

@ -1401,4 +1401,10 @@ self: super: {
streamly = self.streamly_0_7_1;
};
# This breaks because of version bounds, but compiles and runs fine.
# Last commit is 5 years ago, so we likely won't get upstream fixed soon.
# https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
# Therefore we jailbreak it.
hakyll-contrib-hyphenation = doJailbreak super.hakyll-contrib-hyphenation;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super