We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d6ac commit 683d06dCopy full SHA for 683d06d
pkgs/development/haskell-modules/configuration-common.nix
@@ -1953,4 +1953,8 @@ EOT
1953
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
1954
reactive-banana = doJailbreak super.reactive-banana;
1955
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
+
1960
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
0 commit comments