lol

python3Packages.pulsectl-asyncio: fix build

+4
+4
pkgs/development/python-modules/pulsectl-asyncio/default.nix
··· 21 21 hash = "sha256-lHVLrkFdNM8Y4t6TcXYnX8sQ4COrW3vV2sTDWeI4xZU="; 22 22 }; 23 23 24 + postPatch = '' 25 + substituteInPlace setup.cfg --replace-fail "pulsectl >=23.5.0,<=24.11.0" "pulsectl >=23.5.0" 26 + ''; 27 + 24 28 build-system = [ setuptools ]; 25 29 26 30 dependencies = [ pulsectl ];