forked from mirrors/nixpkgs
haskellPackages.discord-haskell: unbreak
This commit is contained in:
parent
670d6ac458
commit
683d06d4ae
|
@ -1953,4 +1953,8 @@ EOT
|
|||
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
|
||||
reactive-banana = doJailbreak super.reactive-banana;
|
||||
|
||||
# Example executable doesn't compile
|
||||
# https://github.com/aquarial/discord-haskell/issues/69
|
||||
discord-haskell = setBuildTarget super.discord-haskell "lib:discord-haskell";
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue