rink: fix strict deps build
This commit is contained in:
parent
432442eb8c
commit
e841dce44a
@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "0shlh0m9k0iqxpv9zmiw7a6v197swrvpz9x6qzhximzkdwni9gz9";
|
cargoSha256 = "0shlh0m9k0iqxpv9zmiw7a6v197swrvpz9x6qzhximzkdwni9gz9";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ openssl gmp ncurses ];
|
buildInputs = [ openssl gmp ncurses ];
|
||||||
|
|
||||||
# Some tests fail and/or attempt to use internet servers.
|
# Some tests fail and/or attempt to use internet servers.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user