Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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 35 colorlog 36 36 ]; 37 37 38 + propagatedNativeBuildInputs = [ 39 + smbus-cffi 40 + ]; 41 + 38 42 outputs = [ "out" "man" ]; 39 43 40 44 postInstall = ''