From 0b4e5efe092a12a1a6b24ac9b9af0265b0be21b5 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sun, 6 Jun 2021 22:56:04 +0200 Subject: [PATCH] haskellPackages.discord-haskell: build example binaries again This reverts commit 683d06d4ae42e6170a2f461bf21b452c1ab1ebb3. upstream resolved the issue we were experiencing. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4ef8828cb024..cc39fb4fd10f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1953,8 +1953,4 @@ 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