fix ghcjs socket.io

This commit is contained in:
Jude Taylor
2017-11-01 12:16:48 +01:00
committed by Domen Kožar
parent 8a59ef7354
commit 737b466031
7 changed files with 889 additions and 1763 deletions
@@ -362,8 +362,7 @@ stdenv.mkDerivation ({
env = stdenv.mkDerivation {
name = "interactive-${pname}-${version}-environment";
nativeBuildInputs = [ ghcEnv systemBuildInputs ]
++ optional isGhcjs ghc."socket.io"; # for ghcjsi
nativeBuildInputs = [ ghcEnv systemBuildInputs ];
LANG = "en_US.UTF-8";
LOCALE_ARCHIVE = optionalString stdenv.isLinux "${glibcLocales}/lib/locale/locale-archive";
shellHook = ''