tcsh: fix cross compilation
This commit is contained in:
parent
57ab8f57e2
commit
6ae3b95f56
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, libxcrypt
|
, libxcrypt
|
||||||
, ncurses
|
, ncurses
|
||||||
|
, buildPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -16,6 +17,11 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
depsBuildBuild = [
|
||||||
|
buildPackages.stdenv.cc
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxcrypt
|
libxcrypt
|
||||||
ncurses
|
ncurses
|
||||||
|
|
Loading…
Reference in a new issue