python3Packages.liquidctl: fix cross-compilation
This commit is contained in:
parent
933460bf46
commit
adfa2f5577
@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
colorlog
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
smbus-cffi
|
||||
];
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user