Skip to content

Commit

Permalink
liquidctl: fix test for pillow > 10.2.0
Browse files Browse the repository at this point in the history
issue described upstream in
  liquidctl/liquidctl#661
  • Loading branch information
evils committed Feb 11, 2024
1 parent d934204 commit 89aaee2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/liquidctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, colorlog
, crcmod
, pillow
, fetchpatch
}:

buildPythonPackage rec {
Expand All @@ -31,6 +32,13 @@ buildPythonPackage rec {
hash = "sha256-LU8rQmXrEIoOBTTFotGvMeHqksYGrtNo2YSl2l2e/UI=";
};

patches = [
(fetchpatch {
url = "https://github.com/liquidctl/liquidctl/commit/c50afa4e610bd2e268e85c347e2644794c817a78.diff";
hash = "sha256-1cKk3drl3RybHmnPXdlJoeYK6UDz25jHSS2YS/XLHIY=";
})
];

nativeBuildInputs = [
installShellFiles
setuptools
Expand Down

0 comments on commit 89aaee2

Please sign in to comment.