diff --git a/pkgs/by-name/ms/msbuild-structured-log-viewer/package.nix b/pkgs/by-name/ms/msbuild-structured-log-viewer/package.nix index 9b37e702429c..6d8a48728159 100644 --- a/pkgs/by-name/ms/msbuild-structured-log-viewer/package.nix +++ b/pkgs/by-name/ms/msbuild-structured-log-viewer/package.nix @@ -4,11 +4,7 @@ buildDotnetModule, fetchFromGitHub, dotnetCorePackages, - autoPatchelfHook, copyDesktopItems, - icu, - openssl, - libkrb5, makeDesktopItem, nix-update-script, }: @@ -32,17 +28,9 @@ buildDotnetModule (finalAttrs: { nugetDeps = ./deps.json; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ - autoPatchelfHook copyDesktopItems ]; - buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ - stdenv.cc.cc.lib - icu - openssl - libkrb5 - ]; - dontDotnetFixup = true; postFixup = ''