Loading pkgs/development/python-modules/pyfuse3/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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)'" ''; Loading Loading
pkgs/development/python-modules/pyfuse3/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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)'" ''; Loading