Loading pkgs/development/python-modules/tree-sitter-grammars/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, pytestCheckHook, tree-sitter, Loading Loading @@ -132,6 +133,10 @@ buildPythonPackage { ]; }; preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' export DYLD_LIBRARY_PATH="${grammarDrv}" ''; preCheck = '' # https://github.com/NixOS/nixpkgs/issues/255262 rm -r ${snakeCaseName} Loading Loading
pkgs/development/python-modules/tree-sitter-grammars/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, pytestCheckHook, tree-sitter, Loading Loading @@ -132,6 +133,10 @@ buildPythonPackage { ]; }; preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' export DYLD_LIBRARY_PATH="${grammarDrv}" ''; preCheck = '' # https://github.com/NixOS/nixpkgs/issues/255262 rm -r ${snakeCaseName} Loading