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

Co-authored-by: Jon <jonringer@users.noreply.github.com>
gstqt5
SCOTT-HAMILTON 2020-08-27 12:16:58 +02:00 committed by Jon
parent fd92dc2f25
commit 80c458bbc7
1 changed files with 2 additions and 3 deletions

View File

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