Unverified Commit 6ae3b95f authored by Nick Cao's avatar Nick Cao
Browse files

tcsh: fix cross compilation

parent 57ab8f57
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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