lol

joycond-cemuhook: unpin setuptools-git-versioning, minor cleanup

+8 -4
+8 -4
pkgs/by-name/jo/joycond-cemuhook/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication { 8 8 pname = "joycond-cemuhook"; 9 - pyproject = true; 10 9 version = "0-unstable-2023-08-09"; 10 + pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "joaorb64"; ··· 16 16 hash = "sha256-K24CEmYWhgkvVX4geg2bylH8TSvHIpsWjsPwY5BpquI="; 17 17 }; 18 18 19 - nativeBuildInputs = with python3Packages; [ 19 + postPatch = '' 20 + substituteInPlace pyproject.toml \ 21 + --replace-fail 'setuptools-git-versioning<2' 'setuptools-git-versioning' 22 + ''; 23 + 24 + build-system = with python3Packages; [ 20 25 setuptools 21 26 setuptools-git-versioning 22 - setuptools-git 23 27 ]; 24 28 25 - propagatedBuildInputs = with python3Packages; [ 29 + dependencies = with python3Packages; [ 26 30 dbus-python 27 31 evdev 28 32 pyudev