lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i3a: relax python version constraint

authored by

Martin Weinelt and committed by
Jonathan Ringer
9641ef02 852ef21b

+8
+8
pkgs/misc/i3a/default.nix
··· 9 9 hash = "sha256-2k1HYtgJ76qXLvX6RmOSKtMMg+K722n8U9YmBANvQvE="; 10 10 }; 11 11 12 + postPatch = '' 13 + substituteInPlace setup.py \ 14 + --replace "python_requires='>=3.7,<3.10'," "python_requires='>=3.7'," 15 + ''; 16 + 12 17 nativeBuildInputs = [ python3Packages.setuptools-scm ]; 18 + 13 19 propagatedBuildInputs = [ python3Packages.i3ipc ]; 20 + 21 + doCheck = false; 14 22 15 23 meta = with lib; { 16 24 homepage = "https://git.goral.net.pl/mgoral/i3a";