tcsh: fix cross compilation

This commit is contained in:
Nick Cao 2023-03-31 09:35:05 +08:00
parent 57ab8f57e2
commit 6ae3b95f56
No known key found for this signature in database

View file

@ -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