3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.discord-haskell: unbreak

This commit is contained in:
sternenseemann 2021-06-05 11:52:51 +02:00
parent 670d6ac458
commit 683d06d4ae

View file

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