tcsh: fix build with libxcrypt
This commit is contained in:
parent
2a7df1adc8
commit
870b0ebd13
@ -2,6 +2,7 @@
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, libxcrypt
|
||||
, ncurses
|
||||
}:
|
||||
|
||||
@ -16,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
strictDeps = true;
|
||||
buildInputs = [
|
||||
libxcrypt
|
||||
ncurses
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user