Commit 44114d27 authored by lassulus's avatar lassulus
Browse files

python3Packages.pulsectl-asyncio: fix build

parent 67c5e50a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ buildPythonPackage rec {
    hash = "sha256-lHVLrkFdNM8Y4t6TcXYnX8sQ4COrW3vV2sTDWeI4xZU=";
  };

  postPatch = ''
    substituteInPlace setup.cfg --replace-fail "pulsectl >=23.5.0,<=24.11.0" "pulsectl >=23.5.0"
  '';

  build-system = [ setuptools ];

  dependencies = [ pulsectl ];