Commit 6ad82690 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.pyfuse3: fix build

parent d9f6719f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace setup.py \
      --replace-fail "if DEVELOPER_MODE" "if False" \
      --replace-fail "'pkg-config'" "'$(command -v $PKG_CONFIG)'"
  '';