1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-04 06:25:27 +03:00

adbd: Use legacy properties with hybris

This commit is contained in:
Samuel Dionne-Riel 2019-12-10 00:03:35 -05:00
parent 87c5c4793c
commit 920e4991ca

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
];
propagatedBuildInputs = [
libhybris
(libhybris.override { useLegacyProperties = true; })
zlib
openssl
];