kermit: fix build with libxcrypt
This commit is contained in:
parent
c755643cde
commit
bcdde95c79
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, ncurses, glibc }:
|
||||
{ lib, stdenv, fetchurl, ncurses, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "kermit";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "0487mh6s99ijqf1pfmbm302pa5i4pzmm8s439hdl1ffs5g8jqpqd";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses glibc ];
|
||||
buildInputs = [ ncurses libxcrypt ];
|
||||
|
||||
unpackPhase = ''
|
||||
mkdir -p src
|
||||
|
|
Loading…
Reference in a new issue