Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

haskellPackages.discord-haskell: unbreak

+4
+4
pkgs/development/haskell-modules/configuration-common.nix
··· 1953 # https://github.com/HeinrichApfelmus/reactive-banana/issues/215 1954 reactive-banana = doJailbreak super.reactive-banana; 1955 1956 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
··· 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