mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
tcsh: fix cross compilation
This commit is contained in:
parent
57ab8f57e2
commit
6ae3b95f56
@ -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 New Issue
Block a user