tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.discord-haskell: unbreak
sternenseemann
4 years ago
683d06d4
670d6ac4
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+4
pkgs/development/haskell-modules/configuration-common.nix
···
1953
1953
# https://github.com/HeinrichApfelmus/reactive-banana/issues/215
1954
1954
reactive-banana = doJailbreak super.reactive-banana;
1955
1955
1956
1956
+
# Example executable doesn't compile
1957
1957
+
# https://github.com/aquarial/discord-haskell/issues/69
1958
1958
+
discord-haskell = setBuildTarget super.discord-haskell "lib:discord-haskell";
1959
1959
+
1956
1960
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super