Update pkgs/applications/networking/ncgopher/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
parent
582d0bcc0e
commit
e5b080afb9
1 changed files with 2 additions and 3 deletions
|
@ -19,11 +19,10 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
cargoSha256 = "12r4vgrg2bkr3p61yxcsg02kppg84vn956l0v1vb08i94rxzc8zk";
|
||||
verifyCargoDeps = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
(lib.getDev ncurses6)
|
||||
ncurses6
|
||||
openssl
|
||||
sqlite
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue