mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
python3Packages.liquidctl: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
parent
933460bf46
commit
adfa2f5577
@@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
colorlog
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
smbus-cffi
|
||||
];
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user