haskell-servant-{ekg,blaze}: jailbreak to fix the build
This commit is contained in:
parent
4d403a3a51
commit
fdd64fbc37
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue