msbuild-structured-log-viewer: remove no longer necessary autoPatchelfHook
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user