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
|
||||
, libxcrypt
|
||||
, ncurses
|
||||
, buildPackages
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -16,6 +17,11 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
depsBuildBuild = [
|
||||
buildPackages.stdenv.cc
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libxcrypt
|
||||
ncurses
|
||||
|
|
Loading…
Reference in a new issue