python3Packages.liquidctl: fix cross-compilation

authored by legendofmiracles and committed by Jonathan Ringer adfa2f55 933460bf

+4
+4
pkgs/development/python-modules/liquidctl/default.nix
··· 35 colorlog 36 ]; 37 38 outputs = [ "out" "man" ]; 39 40 postInstall = ''
··· 35 colorlog 36 ]; 37 38 + propagatedNativeBuildInputs = [ 39 + smbus-cffi 40 + ]; 41 + 42 outputs = [ "out" "man" ]; 43 44 postInstall = ''