Update pkgs/applications/networking/ncgopher/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
SCOTT-HAMILTON 2020-08-27 12:16:58 +02:00 committed by Peter Simons
parent 582d0bcc0e
commit e5b080afb9

View File

@ -19,11 +19,10 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "12r4vgrg2bkr3p61yxcsg02kppg84vn956l0v1vb08i94rxzc8zk";
verifyCargoDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [
(lib.getDev ncurses6)
ncurses6
openssl
sqlite
];