Loading pkgs/development/tools/language-servers/pylyzer/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , git , python3 , makeWrapper , writeScriptBin , darwin , which }: Loading @@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec { git python3 makeWrapper ] ++ lib.optionals stdenv.isDarwin [ (writeScriptBin "diskutil" "") ]; buildInputs = [ Loading Loading
pkgs/development/tools/language-servers/pylyzer/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , git , python3 , makeWrapper , writeScriptBin , darwin , which }: Loading @@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec { git python3 makeWrapper ] ++ lib.optionals stdenv.isDarwin [ (writeScriptBin "diskutil" "") ]; buildInputs = [ Loading