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";
|
cargoSha256 = "12r4vgrg2bkr3p61yxcsg02kppg84vn956l0v1vb08i94rxzc8zk";
|
||||||
verifyCargoDeps = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(lib.getDev ncurses6)
|
ncurses6
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue