tensorman: fix strict deps build

gstqt5
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
1 changed files with 2 additions and 1 deletions

View File

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