rink: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 07:59:33 +00:00
parent 432442eb8c
commit e841dce44a
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0shlh0m9k0iqxpv9zmiw7a6v197swrvpz9x6qzhximzkdwni9gz9";
buildInputs = [ pkgconfig ];
propagatedBuildInputs = [ openssl gmp ncurses ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl gmp ncurses ];
# Some tests fail and/or attempt to use internet servers.
doCheck = false;