haskell-servant-{ekg,blaze}: jailbreak to fix the build

This commit is contained in:
Peter Simons 2019-12-27 20:34:14 +01:00
parent 4d403a3a51
commit fdd64fbc37

View file

@ -1355,4 +1355,10 @@ self: super: {
})];
});
# https://github.com/haskell-servant/servant-blaze/issues/17
servant-blaze = doJailbreak super.servant-blaze;
# https://github.com/haskell-servant/servant-ekg/issues/15
servant-ekg = doJailbreak super.servant-ekg;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super