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/
wip/yesman
Justin Humm 4 years ago committed by Peter Simons
parent c8554c0574
commit 5fb67fc448
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save