tensorman: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 08:05:21 +00:00
parent 8f95431dac
commit b684103191
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -11,7 +11,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "0ywb53snvymmwh10hm6whckz7dwmpqa4rxiggd24y178jdfrm2ns";
};
buildInputs = [ pkgconfig openssl ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ];
cargoSha256 = "0vckay4jhg02xg68mvh7ys0yjj0p30m6wsjriqc8k24wjsrhiw9k";
meta = with stdenv.lib; {