Skip to content

Commit 683d06d

Browse files
haskellPackages.discord-haskell: unbreak
1 parent 670d6ac commit 683d06d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,4 +1953,8 @@ EOT
19531953
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
19541954
reactive-banana = doJailbreak super.reactive-banana;
19551955

1956+
# Example executable doesn't compile
1957+
# https://github.com/aquarial/discord-haskell/issues/69
1958+
discord-haskell = setBuildTarget super.discord-haskell "lib:discord-haskell";
1959+
19561960
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 commit comments

Comments
 (0)