Loading pkgs/development/haskell-modules/generic-builder.nix +4 −6 Original line number Diff line number Diff line { lib, stdenv, buildPackages, buildHaskellPackages, ghc , jailbreak-cabal, hscolour, cpphs , jailbreak-cabal, hscolour, cpphs, runCommand , ghcWithHoogle, ghcWithPackages , nodejs }: Loading Loading @@ -790,8 +790,8 @@ stdenv.mkDerivation ({ lib.optionals (!isCross) setupHaskellDepends); ghcCommandCaps = lib.toUpper ghcCommand'; in stdenv.mkDerivation { inherit name shellHook; in runCommand name { inherit shellHook; depsBuildBuild = lib.optional isCross ghcEnvForBuild; nativeBuildInputs = Loading @@ -799,8 +799,6 @@ stdenv.mkDerivation ({ collectedToolDepends; buildInputs = otherBuildInputsSystem; phases = ["installPhase"]; installPhase = "echo $nativeBuildInputs $buildInputs > $out"; LANG = "en_US.UTF-8"; LOCALE_ARCHIVE = lib.optionalString (stdenv.hostPlatform.libc == "glibc") "${buildPackages.glibcLocales}/lib/locale/locale-archive"; "NIX_${ghcCommandCaps}" = "${ghcEnv}/bin/${ghcCommand}"; Loading @@ -810,7 +808,7 @@ stdenv.mkDerivation ({ "NIX_${ghcCommandCaps}_LIBDIR" = if ghc.isHaLVM or false then "${ghcEnv}/lib/HaLVM-${ghc.version}" else "${ghcEnv}/${ghcLibdir}"; }; } "echo $nativeBuildInputs $buildInputs > $out"; env = envFunc { }; Loading Loading
pkgs/development/haskell-modules/generic-builder.nix +4 −6 Original line number Diff line number Diff line { lib, stdenv, buildPackages, buildHaskellPackages, ghc , jailbreak-cabal, hscolour, cpphs , jailbreak-cabal, hscolour, cpphs, runCommand , ghcWithHoogle, ghcWithPackages , nodejs }: Loading Loading @@ -790,8 +790,8 @@ stdenv.mkDerivation ({ lib.optionals (!isCross) setupHaskellDepends); ghcCommandCaps = lib.toUpper ghcCommand'; in stdenv.mkDerivation { inherit name shellHook; in runCommand name { inherit shellHook; depsBuildBuild = lib.optional isCross ghcEnvForBuild; nativeBuildInputs = Loading @@ -799,8 +799,6 @@ stdenv.mkDerivation ({ collectedToolDepends; buildInputs = otherBuildInputsSystem; phases = ["installPhase"]; installPhase = "echo $nativeBuildInputs $buildInputs > $out"; LANG = "en_US.UTF-8"; LOCALE_ARCHIVE = lib.optionalString (stdenv.hostPlatform.libc == "glibc") "${buildPackages.glibcLocales}/lib/locale/locale-archive"; "NIX_${ghcCommandCaps}" = "${ghcEnv}/bin/${ghcCommand}"; Loading @@ -810,7 +808,7 @@ stdenv.mkDerivation ({ "NIX_${ghcCommandCaps}_LIBDIR" = if ghc.isHaLVM or false then "${ghcEnv}/lib/HaLVM-${ghc.version}" else "${ghcEnv}/${ghcLibdir}"; }; } "echo $nativeBuildInputs $buildInputs > $out"; env = envFunc { }; Loading