parent
0636bebbdf
commit
48ba8a4fb5
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, autoreconfHook, automake, coreutils, fetchurl, fetchpatch, perl, python3, sphinx
|
, autoconf, autoreconfHook, automake, coreutils, fetchurl, fetchpatch, perl, python3, sphinx
|
||||||
|
, bash
|
||||||
, runCommand
|
, runCommand
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
@ -218,7 +219,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
||||||
|
, bash
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
|
||||||
|
@ -195,7 +196,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
||||||
|
, bash
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
|
||||||
|
@ -194,7 +195,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
||||||
|
, bash
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
|
||||||
|
@ -194,7 +195,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
||||||
|
, bash
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
|
||||||
|
@ -179,7 +180,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# build-tools
|
# build-tools
|
||||||
, bootPkgs
|
, bootPkgs
|
||||||
, autoconf, automake, coreutils, fetchgit, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
, autoconf, automake, coreutils, fetchgit, fetchurl, fetchpatch, perl, python3, m4, sphinx
|
||||||
|
, bash
|
||||||
|
|
||||||
, libiconv ? null, ncurses
|
, libiconv ? null, ncurses
|
||||||
|
|
||||||
|
@ -177,7 +178,7 @@ stdenv.mkDerivation (rec {
|
||||||
# For building runtime libs
|
# For building runtime libs
|
||||||
depsBuildTarget = toolsForTarget;
|
depsBuildTarget = toolsForTarget;
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ (libDeps hostPlatform);
|
buildInputs = [ perl bash ] ++ (libDeps hostPlatform);
|
||||||
|
|
||||||
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
propagatedBuildInputs = [ targetPackages.stdenv.cc ]
|
||||||
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
++ stdenv.lib.optional useLLVM llvmPackages.llvm;
|
||||||
|
|
Loading…
Reference in New Issue